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.

>
> ----- 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]

Reply via email to