Jsp web application not running on tomcat
Hi..
I deployed a jsp project in tomcat6 on RHEL 5 server both manually and through manager,its deployed ok but its not opening,when i say http://localhost:8080/<webapp name> its gives an error like this:
the requested resource is not available
Before this i have deployed html webapps and they are working fine.And this jsp project worked in windows machine's tomcat6.I had gone through many tutorials,added context path in CATALINA_HOME/conf/Catalina/localhost/projectname.xml
CATALINA_HOME/webapps/webapplication/META-INF/context.xml. I am working on this since a week but still cant solve it.Anybody solves this problem will be greatly appreciated and thanks in advance.
|