Hi Experts, Greetings!
I am getting the error - "Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this reques" Can you please help me/guide me in this. My Directory structure is /kithany (top level dir) /kithany/index.html /kithany/WEB-INF (dir) /kithany/WEB-INF/web.xml /kithany/WEB-INF/classes (servlets/classes) /kithany/WEB-INF/lib (jars) My web.xml file is: --------------------------------------------------------- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> </web-app> --------------------------------------------------------- I then create the WAR files as follows: #cd /kithany #jar -cvf kithany.war . This creates kithany.war file which I then put in /jboss/server/default/deploy directory I then start Jboss(Tomcat) and then start Apache and then test it using ths following: http://MY_IP_ADDRESS:8080/kithany on which the the browser thows "Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request" Do I need to configure anything else? Would really appreciate if you could throw light on this. THANKS! Manoj G. Kithany _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html