Hi Shiva,

   In  Java Web Server you can place your servlets in user defined
directories But only restriction is that those directories should be under
servlets directory of your web server, becuase Java Web Server Sets it's own
class path by itself so it looks for Servlet class files under Servlet
directory.

For example I have a servlet  in
c:\javawebserver\servlets\myservlets\demoservlet.class
you can run this servlet  from your directoy "myservlets" provided you
configure properties for your servlet demoservlet.class as follows
Description:
Class Name: myservlets.demoservlet


Cheers
Prasad

___________________________________________________________________________
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