ink777
December 9th, 2003, 07:30 AM
I have a web application that needs to be deployed on Tomcat 4.0.1.
I have created a folder myApp under 'webapps'. In this folder, I have all my JSP and html files.
A folder WEB-INF has been created under myApp. This folder contains 2 folders 'classes' and 'lib'. classes contains all the packages and class files.lib contains the jar files. web.xml is present under WEB-INF.
I created a WAR file called 'myApp.war' with the contents of the 'myApp' folder. I copied this WAR file to the webapps folder.
When I type 'http://localhost:8080/myApp' in my browser, I get a HTTP Status 404 error. What could the problem be?
I have created a folder myApp under 'webapps'. In this folder, I have all my JSP and html files.
A folder WEB-INF has been created under myApp. This folder contains 2 folders 'classes' and 'lib'. classes contains all the packages and class files.lib contains the jar files. web.xml is present under WEB-INF.
I created a WAR file called 'myApp.war' with the contents of the 'myApp' folder. I copied this WAR file to the webapps folder.
When I type 'http://localhost:8080/myApp' in my browser, I get a HTTP Status 404 error. What could the problem be?