did you get rid of the previous ApJServMount to /root line?  i don't
believe you can have two contexts mapped to /root unless you use virtual
hosting.  did you restart apache to parse the new ApJServMount line?
other than that everything... oh, wait - try this URL:
/testapp/servlet/HelloWorld and see if that works.  (just a thought).

Duck-Jin Chun wrote:
>
> Hello all,
>
> I'm having some trouble installing a new "web application" (as the tomcat
> doc calls it).
>
> My config:
>   NT 4.0
>   jdk1.1.8
>   Apache 1.3.9
>   Tomcat 3.0
>
> I am able to run the example servlets shipped with Tomcat.
>
> Here's what I have done:
>
> 1) edited tomcat.conf and added "ApJServMount /testapp /root"
> 2) edited server.xml and added:
>         <Context path="/testapp" docBase="E:/myServlets"
>             defaultSessionTimeOut="30" isWARExpanded="true"
>             isWARValidated="false" isInvokerEnabled="true"
>             isWorkDirPersistent="false"/>
> 3) created the following directory structure
>     E:\myServlets
>          \-> WEB-INF
>                \-> classes
>                     \-> HelloWorld.class
> 4) when I try to access http://<server-ip>/testapp/servlet/HelloWorld I get
> the following error:
>         Error: 404
>         File Not Found: /testapp/HelloWorld
>
> Am I missing any steps?  Any help is appreciated.
>
> thanks,
> -Duck Jin
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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

Reply via email to