NT Service for Tomcat 4.1

2003-02-24 Thread Anthony Shawver
Does the same functionality to load Tomcat as an NT service exist for 4.1 as
it does for 3.2?

Thanks,
Tony


RE: [Installation] silent install

2002-11-05 Thread Anthony Shawver
Right.  So the question is how do I do this silently?  How do I install
Tomcat 4.1.12 on Windows, select the proper configuration below, all without
any user interaction through a UI?

Tony

-Original Message-
From: Turner, John [mailto:JTurner@;AAS.com]
Sent: Tuesday, November 05, 2002 1:16 PM
To: 'Tomcat Users List'
Subject: RE: [Installation] silent install



You'll also need checks to verify a working and properly configured J2SE
(with JAVA_HOME set).

John


> -Original Message-----
> From: Anthony Shawver [mailto:ashawver@;actaview.com]
> Sent: Tuesday, November 05, 2002 1:16 PM
> To: Tomcat Users List
> Subject: RE: [Installation] silent install
>
>
> I am looking to pass all the necessary parameters to the
> Windows install so
> that no UI's pop up to the user.  For the Tomcat install, here are the
> things that I need to pass:
> 1) Install directory
> 2) Which options (i.e. NT service or not) to "check"
> 3) The params for the http port (not necessary for me, I can
> skip this step)
> on the last UI screen.
>
> So yes, there are very few things to set, but I would like to
> set those and
> hide from the user rather than have the user enter anything
> through a UI.
>
> Tony
>

--
To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




RE: [Installation] silent install

2002-11-05 Thread Anthony Shawver
I am looking to pass all the necessary parameters to the Windows install so
that no UI's pop up to the user.  For the Tomcat install, here are the
things that I need to pass:
1) Install directory
2) Which options (i.e. NT service or not) to "check"
3) The params for the http port (not necessary for me, I can skip this step)
on the last UI screen.

So yes, there are very few things to set, but I would like to set those and
hide from the user rather than have the user enter anything through a UI.

Tony

-Original Message-
From: Turner, John [mailto:JTurner@;AAS.com]
Sent: Tuesday, November 05, 2002 12:59 PM
To: 'Tomcat Users List'
Subject: RE: [Installation] silent install



A binary install of Tomcat is self-contained.  The only intervention needed,
assuming there is a working J2SE present, is to set CATALINA_HOME to the
install location.  That's the only thing required to get Tomcat to startup.

I'm not sure how it could be more silent than that.  A shell script for
UNIX/Linux would be 3 or 4 lines.

John


> -Original Message-
> From: Anthony Shawver [mailto:ashawver@;actaview.com]
> Sent: Tuesday, November 05, 2002 12:49 PM
> To: Tomcat Users List
> Subject: RE: [Installation] silent install
>
>
> I didn't author this original email, but I asked an earlier question
> regarding silent installs.  I am looking for functionality
> similar to the
> Java silent install listed here:
> http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide
> /silent.html
>
> Tony
>
> -Original Message-
> From: Turner, John [mailto:JTurner@;AAS.com]
> Sent: Tuesday, November 05, 2002 12:23 PM
> To: 'Tomcat Users List'
> Subject: RE: [Installation] silent install
>
>
>
> What do you mean by "silent"?
>
> John
>
>
> > -Original Message-
> > From: François Vallet [mailto:fvallet@;infovista.com]
> > Sent: Tuesday, November 05, 2002 12:05 PM
> > To: 'Tomcat Users List'
> > Subject: [Installation] silent install
> >
> >
> > Who have been succeed to create a silent install of tomcat on
> > both windows
> > and Unix !
> >
> > Thanks in advance
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> > For additional commands, e-mail:
> > <mailto:tomcat-user-help@;jakarta.apache.org>
> >
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:tomcat-user-help@;jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




RE: [Installation] silent install

2002-11-05 Thread Anthony Shawver
I didn't author this original email, but I asked an earlier question
regarding silent installs.  I am looking for functionality similar to the
Java silent install listed here:
http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/silent.html

Tony

-Original Message-
From: Turner, John [mailto:JTurner@;AAS.com]
Sent: Tuesday, November 05, 2002 12:23 PM
To: 'Tomcat Users List'
Subject: RE: [Installation] silent install



What do you mean by "silent"?

John


> -Original Message-
> From: François Vallet [mailto:fvallet@;infovista.com]
> Sent: Tuesday, November 05, 2002 12:05 PM
> To: 'Tomcat Users List'
> Subject: [Installation] silent install
>
>
> Who have been succeed to create a silent install of tomcat on
> both windows
> and Unix !
>
> Thanks in advance
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat 4.1.12 silent install

2002-11-04 Thread Anthony Shawver
I've looked through the archives and cannot seem to find mention of a silent
install for the 4.1.12 exe.  Does anyone know if one exists?  If so, could
you point me to a page describing the parameters that it accepts?

Tony