Re: Install Tomcat 5.5 quietly?

2005-09-22 Thread Jilles van Gurp

Richard Burman wrote:

Hi all,

Just a quick question for you; how can I launch the Tomcat installer
without the installation screens popping up? Can I specify the
installation directory and settings from the command line? I tried
feeding the installer some parameters but it seems to completely ignore
the command line.

Thanks for the help!

Cheers,
Richard.

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



Just use the zip file instead of the installer. Unzip it wherever you 
want. You can do all the stuff the installer does (setting environment 
variables, installing a windows service and adding icons) manually or 
from a script.


At the very least you'll need to set the JAVA_HOME variable. You can use 
service.bat to install a windows service or simply use startup.bat.


Jilles

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



RE: Install Tomcat 5.5 quietly?

2005-09-22 Thread Richard Burman
I was kind of hoping it would be possible to control the installer as it
already does everything I need. Is there no way to modify the flow of
the installer at all?

Cheers,
Richard.

-Original Message-
From: Jilles van Gurp [mailto:[EMAIL PROTECTED] 
Sent: 22 September 2005 12:29
To: Tomcat Users List
Subject: Re: Install Tomcat 5.5 quietly?

Just use the zip file instead of the installer. Unzip it wherever you 
want. You can do all the stuff the installer does (setting environment 
variables, installing a windows service and adding icons) manually or 
from a script.

At the very least you'll need to set the JAVA_HOME variable. You can use

service.bat to install a windows service or simply use startup.bat.

Jilles

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