Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: No Context configured - Apache + Tomcat + JBoss


Message #1 by "Manoj Kithany" <manojkithany108@h...> on Tue, 17 Sep 2002 21:42:47 +0000
Hi Experts,

Greetings!

I am getting the error - "Apache Tomcat/4.0.3 - HTTP Status 500 - No Context 
configured to process this request"

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


  Return to Index