You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alexander Nakhimovsky <ad...@colgate.edu> on 2007/06/01 17:19:59 UTC

installing Java and Tomcat

Is there an installer, for any platform, that bundles JRE and Tomcat,
installs JRE first and configures Tomcat to use that JRE? Would such an
installer be possible?

Alexander Nakhimovsky
Computer Science Department
Colgate University Hamilton NY 13346
  http://cs.colgate.edu/~sasha
Director, Project Afghanistan
   http://www.colgate.edu/projectafghanistan

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: installing Java and Tomcat

Posted by Johnny Kewl <jo...@kewlstuff.co.za>.
These guys sell one
http://www.advancedinstaller.com/features/jre-installer.html

These guys give it away
http://sourceforge.net/project/downloading.php?groupname=nsis&filename=nsis-2.27-src.tar.bz2&use_mirror=puzzle

Both JRE and Tomcat have windows EXE packages...
Any installer should allow you to unpack and run each one... so user will 
see JRE setup
and then Tomcat the service set up....

I have another (untested) but possible very radical way.
On this site http://coolese.100free.com/  have a look at IGNITION.
It installs Java exec jars by letting the user click on a URL.in their 
browser.
On windows one can use a script in the page to auto install JRE... it has 
that script.

Then there is a port of tomcat on the same site to a nornal jar 
configuration.
Its radical, but in theory the user can click on a link in their browser, 
and Tomcat will start
running... not recommended but fun.

Good Luck


----- Original Message ----- 
From: "Rene Guenther" <in...@innflow.com>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Friday, June 01, 2007 5:30 PM
Subject: Re: installing Java and Tomcat


> You could do it by yourself with innosetup for windows based systems.
>
> René
>
> On Fri, 1 Jun 2007 11:19:59 -0400
>  "Alexander Nakhimovsky" <ad...@colgate.edu> wrote:
>> Is there an installer, for any platform, that bundles JRE and Tomcat,
>> installs JRE first and configures Tomcat to use that JRE? Would such an
>> installer be possible?
>>
>> Alexander Nakhimovsky
>> Computer Science Department
>> Colgate University Hamilton NY 13346
>>  http://cs.colgate.edu/~sasha
>> Director, Project Afghanistan
>>   http://www.colgate.edu/projectafghanistan
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>>For additional commands, e-mail: users-help@tomcat.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: installing Java and Tomcat

Posted by Rene Guenther <in...@innflow.com>.
You could do it by yourself with innosetup for windows 
based systems.

René

On Fri, 1 Jun 2007 11:19:59 -0400
  "Alexander Nakhimovsky" <ad...@colgate.edu> 
wrote:
> Is there an installer, for any platform, that bundles 
>JRE and Tomcat,
> installs JRE first and configures Tomcat to use that 
>JRE? Would such an
> installer be possible?
> 
> Alexander Nakhimovsky
> Computer Science Department
> Colgate University Hamilton NY 13346
>  http://cs.colgate.edu/~sasha
> Director, Project Afghanistan
>   http://www.colgate.edu/projectafghanistan
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: 
>users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: 
>users-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: installing Java and Tomcat

Posted by Pid <p...@pidster.com>.
Alexander Nakhimovsky wrote:
> Is there an installer, for any platform, that bundles JRE and Tomcat,
> installs JRE first and configures Tomcat to use that JRE? Would such an
> installer be possible?

The JRE & Tomcat are supplied under separate licenses, so that's likely 
to prevent them being distributed together - I'd guess.

The steps to configure Tomcat to use a given JRE are so minor compared 
to configuring it for production/your application that you could 
probably write your own installer script to do the last bit.

steps being:

1. run jre installer
2. set JAVA_HOME environment variable
3. unzip tomcat in target dir

p

> Alexander Nakhimovsky
> Computer Science Department
> Colgate University Hamilton NY 13346
>   http://cs.colgate.edu/~sasha
> Director, Project Afghanistan
>    http://www.colgate.edu/projectafghanistan
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
>