Padhu,

I do have a web.xml file in my directory.  It actually has some parameters
in it as well.  My classes are in the /web-inf/classes folder.  However, I
still can not get it to run.

Fawaz

On Thu, 7 Nov 2002, Padhu Vinirs wrote:

> Create a default web.xml in WEB-INF and put your class in
> WEB-INF/classes. Reload the web app, either using the manager web app,
> or restarting Tomcat.
>
> -- padhu
>
>
>
> Fawaz Ahmad wrote:
>
> >Hello,
> >
> >I am having major problems running servlets, and can not seem to solve!
> >I am running Tomcat on Win2K.  I have Tomcat installed and all the
> >examples including the servlets running fine.  Despite this, I can not get
> >my servlet to run in my own directory.  My servlet runs fine in the
> >examples directory.  However, it will not run in my directory.  I have my
> >directory defined in server.xml:
> >
> ><Context path="/WebOEAdmin" docBase="WebOEAdmin" debug="0"
> >reloadable="true" />
> >
> >Does anyone know why I can not get the servlet to run?
> >
> >Thanks,
> >
> >Fawaz
> >
> >___________________________________________________________________________
> >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
>
>

___________________________________________________________________________
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