You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Antonio Gallardo <ag...@agsoftware.dnsalias.com> on 2003/08/26 15:07:35 UTC

Forrest and problem with Tomcat shutdown

Hi:

I am trying to use generated forrest webapp with tomcat 4.1.27. I added to
the  file $TOMCAT_HOME/conf/server.xml the recommended Context:

<Context path="/myapp" docBase="/home/desarrollo/myapp/build/webapp"
     reloadable="true"/>

The problem is that after adding the context tomcat does not shutdown
properly. I need to kill the process in order to stop tomcat.

I noted that also cocoon has the same problem, see:

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

But there is a workaround to solve the problem, but in the forrest case
the workaround does not work at all.

I think that may be updating the cocoon use into forrest can helps.

Or there is another approach to solve the problem?

My environment is:

Red Hat Linux 9
Sun J2SDK 1.4.2
Tomcat 4.1.27 (inside there are 4 Cocoon 2.1.1. lastest CVS).
Forrest (lastest CVS).

Best Regards,

Antonio Gallardo.



[SOLVED] - Forrest and problem with Tomcat shutdown

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Hi:

I just wrote to inform that this bug yesterday was solved. We can update
forrest from cocoon in order to allow a "clean" shutdown!

See:

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

Best Regards,

Antonio Gallardo



Re: Forrest and problem with Tomcat shutdown

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Jeff Turner dijo:
> :) I'm just busy committing the latest Cocoon jars to Forrest, which
> includes Bruno's fix for the Tomcat shutdown bug.

Yhanks Jeff! I will try it right now! :)

Antonio




Re: Forrest and problem with Tomcat shutdown

Posted by Jeff Turner <je...@apache.org>.
On Thu, Aug 28, 2003 at 01:05:01PM -0600, Antonio Gallardo wrote:
> Hi!
> 
> Someone saw this mail? comments? :)

:) I'm just busy committing the latest Cocoon jars to Forrest, which
includes Bruno's fix for the Tomcat shutdown bug.

--Jeff


> Best Regards,
> 
> Antonio Gallardo
> 
> Antonio Gallardo dijo:
> > Hi:
> >
> > I am trying to use generated forrest webapp with tomcat 4.1.27. I added
> > to the  file $TOMCAT_HOME/conf/server.xml the recommended Context:
> >
> > <Context path="/myapp" docBase="/home/desarrollo/myapp/build/webapp"
> >      reloadable="true"/>
> >
> > The problem is that after adding the context tomcat does not shutdown
> > properly. I need to kill the process in order to stop tomcat.
> >
> > I noted that also cocoon has the same problem, see:
> >
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18131
> >
> > But there is a workaround to solve the problem, but in the forrest case
> > the workaround does not work at all.
> >
> > I think that may be updating the cocoon use into forrest can helps.
> >
> > Or there is another approach to solve the problem?
> >
> > My environment is:
> >
> > Red Hat Linux 9
> > Sun J2SDK 1.4.2
> > Tomcat 4.1.27 (inside there are 4 Cocoon 2.1.1. lastest CVS).
> > Forrest (lastest CVS).
> >
> > Best Regards,
> >
> > Antonio Gallardo.
> 
> 
> 

Re: Forrest and problem with Tomcat shutdown

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Hi!

Someone saw this mail? comments? :)

Best Regards,

Antonio Gallardo

Antonio Gallardo dijo:
> Hi:
>
> I am trying to use generated forrest webapp with tomcat 4.1.27. I added
> to the  file $TOMCAT_HOME/conf/server.xml the recommended Context:
>
> <Context path="/myapp" docBase="/home/desarrollo/myapp/build/webapp"
>      reloadable="true"/>
>
> The problem is that after adding the context tomcat does not shutdown
> properly. I need to kill the process in order to stop tomcat.
>
> I noted that also cocoon has the same problem, see:
>
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18131
>
> But there is a workaround to solve the problem, but in the forrest case
> the workaround does not work at all.
>
> I think that may be updating the cocoon use into forrest can helps.
>
> Or there is another approach to solve the problem?
>
> My environment is:
>
> Red Hat Linux 9
> Sun J2SDK 1.4.2
> Tomcat 4.1.27 (inside there are 4 Cocoon 2.1.1. lastest CVS).
> Forrest (lastest CVS).
>
> Best Regards,
>
> Antonio Gallardo.