Hi,

We are developing a web application in weblogic. We have created a web.xml
for our application.
When we are making the changes in the servlets, the changes are not
reflected in our application.
To reflect the changes, we are restarting the weblogic server every time. If
we do like this, it is working fine.

We also made a context value for reloading the servlets like this.

<context-param>
<param-name>weblogic.servlet.reloadCheckSecs</param-name>
<param-value>1</param-value>
</context-param>

But still we are facing the same problem. How to rectify this. If any body
knows, please reply to this one.

Server - Weblogic 5.1 in Windows NT

___________________________________________________________________________
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