RE: silent install of Tomcat

2005-10-11 Thread krux mania
Thanks Mauricio, I'll follow this and get back.
pareeja

Mauricio Fernandez A. [EMAIL PROTECTED] wrote:
Maybe you can try with the .zip distribution if your so is Windows or
.tar.gz if Linux or whatever you want/need from
http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi

If you don´t know which one download read the README
http://apache.org.es/jakarta/tomcat-5/v5.5.12/README.html

Mauricio Fernandez

-Mensaje original-
De: krux mania [mailto:[EMAIL PROTECTED]
Enviado el: lunes, 10 octubre, 2005 19:37
Para: tomcat-user@jakarta.apache.org
Asunto: silent install of Tomcat




Hi,

I need to install tomcat 5.0.28 silently for my application. Can this be
done.

If this issue has been previously discussed please send me a pointer to the
message.



thanks,

vivek


-
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.


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



-
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: silent install of Tomcat

2005-10-11 Thread krux mania

Sounds like you are using Windows?

 Yes i am using windows.

On my Linux boxes I installed quite silently using rpm and no questions to be
answered..

But you could use the tarball/zip for it.

I'll try this, thanks.

 

vivek






-
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

silent install of Tomcat

2005-10-10 Thread krux mania


Hi,

I need to install tomcat 5.0.28 silently for my application. Can this be done.

If this issue has been previously discussed please send me a pointer to the 
message.

 

thanks,

vivek


-
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: silent install of Tomcat

2005-10-10 Thread Marcus Franke
On Mon, Oct 10, 2005 at 10:36:55AM -0700, krux mania wrote:
 
 
 Hi,
 
 I need to install tomcat 5.0.28 silently for my application. Can this be done.
 
 If this issue has been previously discussed please send me a pointer to the 
 message.
 

What do you mean with silent installation?


Marcus

-- 

Those who hate and fight must stop themselves -- otherwise it is not
stopped.
-- Spock, Day of the Dove, stardate unknown

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



Re: silent install of Tomcat

2005-10-10 Thread krux mania
Hi Marcus,
Silent installation also referred to as batch installation is the process where 
the install takes place without presenting any dialogs to the user. The user 
input is put into a properties file and the installation takes it from there.
 
vivek

Marcus Franke [EMAIL PROTECTED] wrote:
On Mon, Oct 10, 2005 at 10:36:55AM -0700, krux mania wrote:
 
 
 Hi,
 
 I need to install tomcat 5.0.28 silently for my application. Can this be done.
 
 If this issue has been previously discussed please send me a pointer to the 
 message.
 

What do you mean with silent installation?


Marcus

-- 

Those who hate and fight must stop themselves -- otherwise it is not
stopped.
-- Spock, Day of the Dove, stardate unknown

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





-
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: silent install of Tomcat

2005-10-10 Thread Marcus Franke
On Mon, Oct 10, 2005 at 11:11:30AM -0700, krux mania wrote:
 Hi Marcus,
 Silent installation also referred to as batch installation is the process 
 where the install takes place without presenting any dialogs to the user. The 
 user input is put into a properties file and the installation takes it from 
 there.
  

Sounds like you are using Windows?

On my Linux boxes I installed quite silently using rpm and no questions to be
answered..

But you could use the tarball/zip for it.


Marcus
-- 

There are some things worth dying for.
-- Kirk, Errand of Mercy, stardate 3201.7

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



RE: silent install of Tomcat

2005-10-10 Thread Mauricio Fernandez A.
Maybe you can try with the .zip distribution if your so is Windows or
.tar.gz if Linux or whatever you want/need from
http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi

If you don´t know which one download read the README
http://apache.org.es/jakarta/tomcat-5/v5.5.12/README.html

Mauricio Fernandez

-Mensaje original-
De: krux mania [mailto:[EMAIL PROTECTED]
Enviado el: lunes, 10 octubre, 2005 19:37
Para: tomcat-user@jakarta.apache.org
Asunto: silent install of Tomcat




Hi,

I need to install tomcat 5.0.28 silently for my application. Can this be
done.

If this issue has been previously discussed please send me a pointer to the
message.



thanks,

vivek


-
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.


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



Silent install of Tomcat on Windows?

2004-01-07 Thread Mike Kellstrand
I've poked around a bit, but could find any info on this ...

The standard Tomcat installer for Windows asks a number of
questions during the install.  Are there command-line parameters or
any other way to invoke the process from a batch file with all the
required settings (like install dir, and to install as a service) 
so it could be an unattended install?

The purpose is that I would like to bundle up Tomcat, Java, my webapps,
and some other things into a nice installer.

I can certainly just invoke the Tomcat installer from the main installer,  
but it would be nice for the user not to have to answer install questions
that could be pre-configured.

Thanks,  Mike


Re: Silent install of Tomcat on Windows?

2004-01-07 Thread Thomas Kellerer
Mike Kellstrand schrieb:

I've poked around a bit, but could find any info on this ...

The standard Tomcat installer for Windows asks a number of
questions during the install.  Are there command-line parameters or
any other way to invoke the process from a batch file with all the
required settings (like install dir, and to install as a service) 
so it could be an unattended install?

The purpose is that I would like to bundle up Tomcat, Java, my webapps,
and some other things into a nice installer.
I can certainly just invoke the Tomcat installer from the main installer,  
but it would be nice for the user not to have to answer install questions
that could be pre-configured.

Thanks,  Mike

Why don't you just use the zip archive and unpack it silently into the desired 
target directory?

Thomas



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


Re: Silent install of Tomcat on Windows?

2004-01-07 Thread Mike Kellstrand
 Mike Kellstrand schrieb:
   Are there command-line parameters or
  any other way to invoke the process from a batch file with all the
  required settings (like install dir, and to install as a service)
  so it could be an unattended install?
 

 Why don't you just use the zip archive and unpack it silently into the
desired
 target directory?

 Thomas

OK, that takes care of getting the files where I want them.
Cool.

How about the window that pops up with a list of options
that you can check or uncheck?  Most interesting to me is
the Install as a service option.  Is there a command I can
run from the command prompt to install it as a service after
I unzip the files into a dir?

Thanks,  Mike


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



Re: Silent install of Tomcat on Windows?

2004-01-07 Thread Jacob Kjome
At 12:23 PM 1/7/2004 -0500, you wrote:
 Is there a command I can
run from the command prompt to install it as a service after
I unzip the files into a dir?
Thanks,  Mike
Yep.

Actually, this was recently discussed on the list.  See..
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/bin/service.bat
Also, I've noticed a couple of issues with that version, so here's the 
version I use (attached inside a zip file).  I've included both the latest 
unmodified 1.3 version and my updated version which should fix things such 
as JSP compilation not working because tools.jar isn't added to the 
classpath and a couple other things I forget.  There are also simple usage 
instructions (copied from an earlier message on the list).

Jake 

service.zip
Description: Zip archive
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]