Hi, > <!-- harweb Context --> > <Context path="/ harweb " docBase=" harweb " debug="0" > reloadable="true">
Removing the spaces from the path and docBase attributes might help: <Context path="/harweb" docBase="harweb" debug="0" reloadable="true"> Further details at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/context.html http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/deployment.html Good luck, Chris ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
