Hi,
I used Appache server with Tomcat and created a webapplication using servlet,html files.Finaly i packaged
in to .war file.I deployed the war file.
Restarted the tomcat.
I am able to acess the html file in the war file but not
the servlet
Suggestions pls
Thanks in advance.
bye
Rama
-
War file problem (1 messages)
- Posted by: Ramasubramanian Balasubramanian
- Posted on: April 13 2001 08:22 EDT
Threaded Messages (1)
- War file problem by Tony Brookes on April 15 2001 01:52 EDT
-
War file problem[ Go to top ]
- Posted by: Tony Brookes
- Posted on: April 15 2001 01:52 EDT
- in response to Ramasubramanian Balasubramanian
Did you either....
1) Put the WAR file under the webapps directory.
2) Put it somewhere else and create the relevant servlet context in the server.xml file?
Post your web.xml and server.xml so we can see how you are set up.
Chz
Tony