Sorry for the top posting, outlook and all that.

I like what you are showing here, but are you implying a shared CATALINA_HOME 
and CATALINA_BASE? I find this to be the least desirable configuration, in my 
opinion.


Dream * Excel * Explore * Inspire
Jon McAlexander
Asst Vice President

Middleware Product Engineering
Enterprise CIO | Platform Services | Middleware | Infrastructure Solutions

8080 Cobblestone Rd | Urbandale, IA 50322
MAC: F4469-010
Tel 515-988-2508 | Cell 515-988-2508

jonmcalexan...@wellsfargo.com


This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


-----Original Message-----
From: Bill Stewart <bstew...@iname.com> 
Sent: Thursday, August 6, 2020 10:57 AM
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: [OT Upgrade: tomcat8w.exe //ES//example - dump Java Options and 
other information to tomcat9

On Thu, Aug 6, 2020 at 9:09 AM Christopher Schultz wrote:

I don't know if you are interested in such things, but being table to
> export a configuration from one machine to another might be useful for 
> your installer, too. Something like "deploy to server A, 
> manually-configure, tweak, test, prove" and then "copy deployment 
> configuration to servers B - Z".
>

The alternative installer doesn't export a configuration, but it does let you 
repeat an installation using command-line options to get a similar effect; e.g.:

apache-tomcat-a.b.c-setup.exe /type=core /serviceusername="domain\account"
/jvmoptions="-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT" /jvmms=2048
/jvmmx=2048 /silent /log="c:\windows\temp\tomcatinstall.log"

(all on one line of course)

For reference:

 /type="core" - installs only the core components (no docs, Manager, Host 
Manager, or examples web apps)

/serviceusername="domain\account" - runs the service using the specified 
account (and also, by default permissions are set on the install directories to 
allow this account to write to the logs, temp, and work
directories)

/jvmoptions="-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT" - tells the Java 
instance running Tomcat to trust the Windows certificate store

/jvmms=2048 /jvmmx=2048 - sets the Java memory pool sizes for the service

/silent - hands-free installation

/log="c:\windows\temp\tomcatinstall.log" - logs to the specified file

See the documentation - https://github.com/Bill-Stewart/ApacheTomcatSetup - for 
further information.

Bill

Reply via email to