hmm you shouldn't compile your serlvet into the weblogic.class.path, that
way the server wouldn't know where to pick up the newly updated class where
hot-deployment is needed...
in weblogic.properties file, there're 2 entries that are for setting up
servlet classpath:
weblogic.httpd.servlet.classpath=...
weblogic.httpd.servlet.reloadCheckSecs=1
and this classpath is exclusive from system classpath and
weblogic.class.path as well.
> > Another problem could be that the directory your servlet is in is
> > not in the WEBLOGIC_CLASSPATH (not the same thing as the java
> > classpath.) For example, I always compile my classes in a
> > directory called /classes under ~/weblogic using the following command:
> >
> > javac - d ~/classes MyServlet.java
> >
> > So, that classes directory needs to be in the WebLogic classpath.
> > That can be modified in the startWebLogic.sh (or
> > startWebLogic.cmd on NT) file in your ~/weblogic directory.
> >
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
___________________________________________________________________________
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