hi,
have you configured the server.xml?
i think maybe that is the problem.
since i am just familiar with Tomcat 3.x (there are lots differences between
Tomcat 3.x and Tomcat 4.0.x.), you'd better refer to
http://jakarta.apache.org/tomcat/index.html to see how to configure it .
-----Original Message-----
From: Manoj G. Kithany [mailto:manojkithany108@h...]
Sent: Tuesday, September 17, 2002 11:04 PM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] No Context Configured(Apache+Tomcat+JBoss)
Hi Friend,
Greetings!
I am getting the same 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