Access mysql db through tomcat
Posted by: Usman Zaheer
Date: September 25, 2008 05:09AM

Hi,

I am making a website in which i have to upload videos. Therefore i have placed the path for videos rather than videos themselves in my mysql db. the path is simply '\video'.
Before i was using iis server and i placed my interface files 'index.html' and 'video' folder both in C:\inetpub\wwwroot and it was working fine.
i tried making a folder 'test' and placing both my .html file and video folder in that and it worked.. means the video folder was not being accessed from wwwroot but rather from where my .html file was placed (i hope)
but now i am using tomcat and i have tried placing '\video' folder in 'tomcat\ROOT' as well as in my application 'tomcat\webapps\WebApplication1' and 'tomcat\webapps'.

Can anyone help me out? Thanks in anticipation.

Options: ReplyQuote


Subject
Written By
Posted
Access mysql db through tomcat
September 25, 2008 05:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.