Sovrin:
To make an application automatically reload new classes,
place the following in the
/usr/local/jakarta-tomcat-3.2.1/conf/server.xml file:
<Context path="/app"
docBase="webapps/app"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
You should replace "app" with the name of your application
I hope this helps.
Neil.
Sovrin Tolia wrote:
>
> hello
>
> I had a query ..Assume I have deployed my servlet files on the webserver.
> Now when I change the servlet code and deploy it again, the server does
> not reflect these changes. As a work around to this till now, I try to
> accumulate all the changes in the servlet code and then deploy it and
> thereafter shutdown and restart tomcat server.
>
> Could anyone suggest a cleaner way to resolve this problem.
>
> Sovrin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
--
Neil Aggarwal
JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development -- Java, JSP, servlets, databases
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]