DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096

reload through manager webapp fails to redeploy classes/jars





------- Additional Comments From [EMAIL PROTECTED]  2003-08-05 09:14 -------
Huh,

I look to StandardContext implementation and found to changes between 4.1.24 
and 4.1.27

4.1.24

Line 1062

public ServletContext getServletContext() {

...
     return (context) ;

}
4.1.27
Line 1062

public ServletContext getServletContext() {

...
     return (context.getFacade()) ;

}

other change is at Line 3363:

4.1.27
public synchronized stop() ...

// add listenerStop
    listenerStop
}
-- nothing to with current 4.1.x reloading.


I extract the 4.1.24 org.apache.catalina.core.StandardContext and copy to 
4.1.27 server/classes.

Jiep, 4.1.27 reloading working as expected. Testet with a hello world directory 
deployment.


The first change are a internal security fix, but has current a side effect...

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to