manojkithany
Programmer
Hi Experts,
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"
"<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:
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
manojkithany108@hotmail.com
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"
"<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:
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
manojkithany108@hotmail.com