By reload the context do you mean stop and start it?

--mikej
-=-----
mike jackson
[EMAIL PROTECTED] 

> -----Original Message-----
> From: Mike Jackson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 25, 2003 2:56 PM
> To: Tomcat Users List; Jim Cobban
> Subject: RE: Please: How do I get application redeploy to work with
> Apache front-end to Tomcat?
> 
> 
> If you change jsp's do the changes take effect?  I'd expect servlets and
> classes to not be reloaded, but the jsps ought to be.  Also, you 
> might check
> to make sure your pages aren't being cached somewhere...
> 
> --mikej
> -=-----
> mike jackson
> [EMAIL PROTECTED]
> 
> > -----Original Message-----
> > From: Jim Cobban [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, February 25, 2003 2:23 PM
> > To: Tomcat User Maillist
> > Subject: Please: How do I get application redeploy to work with Apache
> > front-end to Tomcat?
> >
> >
> > I know I must sound like a broken record, but I have posted 
> this problem 4
> > times over the past 2 weeks and I have not yet received a reply.
> >
> > I am running a JSP/servlet app under Tomcat.  If I change the 
> classes and
> > reload the context with the manager app I can point my browser at
> > the Tomcat
> > server and see that the classes have been reloaded.  However my 
> users are
> > not authorized to access the Tomcat server directly.  They come 
> in through
> > an Apache server.  Even after the reload they continue to see the
> > old class
> > behavior.
> >
> > The Tomcat server.xml defines the connector to Apache:
> >
> >     <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
> >                port="8009" minProcessors="5" maxProcessors="75"
> >                acceptCount="10" debug="0"/>
> >
> > While the Apache server defines its side:
> >
> > LoadModule webapp_module modules/mod_webapp.so
> >
> > <IfModule mod_webapp.c>
> > WebAppConnection warpConnection warp 127.0.0.1:8008
> > WebAppDeploy examples warpConnection /examples/
> > WebAppInfo /webapp-info
> > </IfModule>
> >
> > WebAppDeploy cocoon warpConnection /cocoon/
> > WebAppDeploy Census warpConnection /Census/
> > WebAppDeploy Ocfa warpConnection /Ocfa/
> > WebAppDeploy manager warpConnection /manager/
> >
> > I am just a user of this system, not the administrator of either
> > the Apache
> > or Tomcat servers.  At present I have to contact my ISP every
> > time I make a
> > change to my application.
> >
> > Jim Cobban   [EMAIL PROTECTED]
> > 34 Palomino Dr.
> > Kanata, ON, CANADA
> > K2M 1M1
> > +1-613-592-9438
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to