Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: Beginner's config problem with TomCat 4.1.12


Message #1 by "Andy Wickson" <andy@a...> on Fri, 18 Oct 2002 11:36:03 +0100
Hi,
If you are putting the code in a sub directory under
the web-apps of tomcat then you need to give the
context path in server.xml file under conf directory.
i.,e you need to add the <Context path="/your
directory" docBase="your directory" debug="0"
                 reloadable="true"
crossContext="true"/>.
thanks.
srikanth.


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

  Return to Index