nikhilbhardwaj
July 1st, 2009, 08:23 AM
hi
i installed tomcat with apt-get
now when i try to run my custom web app
i get a 404 error
the name of the web app is TechieBookie
here is the list of plcaes where i have put the TechieBookie folder
/var/lib/tomcat6/webapps/
/usr/share/tomcat6/webapps/
ie in both CATALINA_HOME and CATALINA_BASE
but for some reason tomcat refuses to pick them up
i try to access the web app as
http://localhost:8080/TechieBookie/index.jsp
yes i have stopped the server and restarted it by
sudo service tomcat6 stop
sudo service tomcat6 start
i would be grateful if somebody could help me out here and tell me where to place my web apps inorder to get them working.
i had created this in windows using xampp+tomcat there i hdate top place it under CATALINA_HOME\webapps
i installed tomcat with apt-get
now when i try to run my custom web app
i get a 404 error
the name of the web app is TechieBookie
here is the list of plcaes where i have put the TechieBookie folder
/var/lib/tomcat6/webapps/
/usr/share/tomcat6/webapps/
ie in both CATALINA_HOME and CATALINA_BASE
but for some reason tomcat refuses to pick them up
i try to access the web app as
http://localhost:8080/TechieBookie/index.jsp
yes i have stopped the server and restarted it by
sudo service tomcat6 stop
sudo service tomcat6 start
i would be grateful if somebody could help me out here and tell me where to place my web apps inorder to get them working.
i had created this in windows using xampp+tomcat there i hdate top place it under CATALINA_HOME\webapps