Publishing without Restarting Tomcat

2001-02-01 Thread William Flanders
Is there a system on the servlet container level which would, after a publish, redirect *new* users to a separate servlet container, but keep old users on the old servlet container? Bill - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Forwarding side-effects HttpSession in Tomcat 3.2.1

2001-01-16 Thread William Flanders
By the way, this is for RequestDispatcherImpl... I think this produces another bug with session invalidation, though... -Bill William Flanders wrote: > > I don't have cvs access at the moment, so if anyone is interested in > this fix: > >public void forward(Se

Forwarding side-effects HttpSession in Tomcat 3.2.1

2001-01-16 Thread William Flanders
I don't have cvs access at the moment, so if anyone is interested in this fix: public void forward(ServletRequest request, ServletResponse response) throws ServletException, IOException { . HttpSession oldSession = realRequest.getSession(false); context.getCo