Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Re: No Context Configured (Apache+Tomcat+Jboss)


Message #1 by "Soumen Ghosh" <s_ghosh83@y...> on Mon, 16 Dec 2002 06:33:50
Hello,

You need to have an entry in "server.xml" of Tomcat for the context you 
have created. If you have already created this, then check whether there 
is an entry for the specific integration module (either mod_jk or webapp 
between Apache & Tomcat) for dispatching request of servlet to Tomcat by 
Apache.
For instance, for jk_module, in Apache's httpd.conf file, there has to be 
a following entry :

JkModule /servlet/* apj13

Hope it helps.

Soumen Ghosh

  Return to Index