https://issues.apache.org/bugzilla/show_bug.cgi?id=44835
Summary: Servlet becomes unavailable if any class is updated
during runtime.
Product: Tomcat 6
Version: 6.0.16
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: regression
Priority: P2
Component: Servlet & JSP API
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
If any class is updated (file is replaced) under my projects folder:
C:\Tomcat\webapps\myapp\WEB-INF\classes\myappname\*.class
-
the Servlet stops working throwing this exception:
"HTTP Status 503 - This application is not currently available"
-
just upgraded from Tomcat 4 which did not have this issue, I heard hot-swap is
not available anymore on Tomcat if that would be true how could it be possible
to drop such a killer feature, how can I do regular updates on my application
if I have to end everybody's session all the time, users will kill me, not to
talk about my boss.
-
Thank you so much for your help
Paul
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]