Not without knowing more about your file system. Just create a directory under webapps and it will automatically become a context, no need to modify server.xml
-- Mike W -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:SERVLET-INTEREST@;JAVA.SUN.COM]On Behalf Of Fawaz Ahmad Sent: 07 November 2002 23:58 To: [EMAIL PROTECTED] Subject: Help running servlet! 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