Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JSP Interest »

Re: HTTP Status 404-The requested resource is not available.

Steffen Born

2004-01-25


Hi,
you must set your server configuration to the right directory.
http://www.eshoppingcity.net/showaddcustomerform.do doesn't work -> 404.
http://www.eshoppingcity.net/eshop/showaddcustomerform.do works.

Insert in your CATALINA_HOME/conf/server.xml the Lines

<Context path="" docBase="eshop" debug="0" reloadable="true"
crossContext="true"/>

between the Host tags.

Steffen

--
+++ GMX - die erste Adresse für Mail, Message, More +++
Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail

===========================================================================
To unsubscribe: mailto listserv@(protected)".
For digest: mailto listserv@(protected)".

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com


©2008 junlu.com - Jax Systems, LLC, U.S.A.