On Tue, 2003-03-04 at 09:43, Jim Cobban wrote:
> I am sorry to keep harping on this, but I still am no closer to solving my
> problem.  I don't even know where to look for a solution.

Are you sure you are not caching the web pages? Do you have caching on
in the httpd.conf? Do you send the "pragma-nocache" in your HTML? Try
changing the browser settings to always go back to the server and if you
still get the old page, then look to see if Apache has caching on.

I noticed that you are using mod_webapp. you might want to try to switch
to mod_jk instead. It works with one Tomcat only; I have heard that it
is a good idea to remobe the load-balancing weight when only using one
tomcat. The, you should be able to use the manager app.

HTH,

Ben Ricker

> >
> > ----- Original Message -----
> > From: "Jim Cobban" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, February 22, 2003 1:29 PM
> > Subject: Re: [EMAIL PROTECTED] Tomcat application redeploy behind Apache
> server
> >
> > I have a problem that when I redeploy my JSP/servlet application on a
> Tomcat
> > server, the new behavior is not visible to users who access the
> applications
> > through an Apache HTTP server which is the front-end.  The new behavior is
> > seen if I go into the backdoor directly into the Tomcat server, but that
> > access is not available to my customers.  As a result I have to shutdown
> the
> > connector and the Tomcat server and restart in order for my customers to
> see
> > the new behavior.  How do I configure Apache and Tomcat so that
> redeploying
> > the application using the manager interface on Tomcat causes the new
> > functionality to be visible through Apache.
> >
> > The Apache httpd.conf file contains the following:
> >
> > 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/
> >
> > The Tomcat server.xml contains the following:
> >
> >     <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
> >                port="8009" minProcessors="5" maxProcessors="75"
> >                acceptCount="10" debug="0"/>
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Ben Ricker <[EMAIL PROTECTED]>
Wellinx.com


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

Reply via email to