Hi everybody,
I have a running servlet which files are in the
/jsdk2.1/webpages/WEB-INF/servlets directory.
I want to package my servlet files in a subdirectory /subdir so that
servlet files are in the
/jsdk2.1/webpages/WEB-INF/servlets/subdir directory.

To do this, I add in the java files, the following line:
    package subdir;
And I try to update the default.cfg file with followings lines :
    server.webapp.pub.mapping=/alias
    server.webapp.pub.docbase=/webpages/WEB-INF/servlets/subdir
But the servlet doesn't run anymore on my servlet server.
I'm working on PC under NT4 with JDK1.2.2 and JSDK2.1.

Can anyone please help me.

--
Gilles Broche
06 84 28 33 48

___________________________________________________________________________
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