The information is fairly limited on how to get things to work with Tomcat
running as a service.

What I have learnt so far is :
1) CATALINA_OPTS environment variable allows you to pass options to the JVM
2) The Jakarta Commons project hosts the Daemon that does the work of
running Tomcat as a service http://jakarta.apache.org/commons/daemon

I have yet to look into,
1) Automating start/stop with Ant in conjunciton with recompiling webapps
(Alternately reloading the webapps, although Tomcat doesnt seem to survive
webapp exceptions very well)
2) Making the Daemon show up in Apache Monitor (part of httpd)
3) Configuring Tomcat with service parameters (or ini file) instead of
CATALINA_OPTS

Henrik

----- Original Message ----- 
From: "Robert Mark Bram" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 23, 2003 2:21 PM
Subject: RE: Tomcat as a service


> Hi Yoav Shapira,
>
> > >3) If I don't have Tomcat as a service, how can I get it running as a
> > >service?
> > >
> > >4) Where is all of this documented? I did a google search limited to
> > >jakarta.apache.org and then I did a text search on my document Tomcat
> > >4.1\webapps\tomcat-docs directory for "Tomcat as a service" and found
> > >nothing that answered these questions.
> >
> > http://jakarta.apache.org/tomcat/faq/
>
> OK .. I checked this already.
>
> Tomcat FAQ | Windows | "Setting up TomCat 4.1.12 to run as an NT Service"
> http://www.mattkelli.com/tech/tomcat/ntservice.htm
>  -- page is gone
>
> Unless you are referring to the Tomcat Service Manager, but I was hoping
to
> find something from Jakarta to do this..
>
> Please forgive me but I fail to find anything else there that talks about
> Tomcat as a service.. :(
>
> Rob
> :)
>
>
>
> ---------------------------------------------------------------------
> 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