RE: (Issue) Tomcat 7.0.12 silent install

2011-04-29 Thread John.Marcinek
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Thursday, April 28, 2011 6:01 PM > I filed en enhancement request, > https://issues.apache.org/bugzilla/show_bug.cgi?id=51135 Thanks Konstantin. John - To unsubsc

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread John.Marcinek
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Thursday, April 28, 2011 4:46 PM > The installer itself is a 32-bit program. > The "SetRegView 64" command switches it to using 64-bit part of > registry. This command is documented here: > http://nsis.sourceforge.net/Docs/Chapter4.h

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread John.Marcinek
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Thursday, April 28, 2011 4:23 PM > Note the "SetRegView 64" command in Function findJavaHome in tomcat.nsi line > 641 I'm not familiar with this scripting language so I don't know what "setRegView 64" does. But looking at lines 6

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread John.Marcinek
> That would be a bug then. Please create a bugzilla entry against Tomcat > 7 for this. Will do. Thanks for your help. John -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, April 28, 2011 3:07 PM To: Tomcat Users List Subject: Re: (Issue) Tomcat 7.0.12 sile

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread John.Marcinek
> Sounds like an enhancement request might be in order... I'll make the request. Thanks for all you help. Much appreciated. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, April 28, 2011 3:05 PM To: Tomcat Users List Subject: RE: (Issue

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread John.Marcinek
When run on a 64-bit Windows system the NSIS script does not check the 32-bit registry path for a JRE. 32-bit JRE registry path --> "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment" 64-bit JRE registry path --> "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environ

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread John.Marcinek
> If the installer can't find the JVM > then things could go wrong. When I install Tomcat on the 64-bit system using the wizard I had to tell the installer the location of the 32-bit JRE. Doing a silent install fails since it can't find the JRE. I then installed the 64-bit JRE. The Tomcat instal

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread John.Marcinek
> There is no 32-bit-only Windows service installer My bad. I'm using the 32/64-bit Windows service installer. I installed a 64-bit JRE and then executed a silent install and that worked. The concern with running a 64-bit JVM is that it may behave slightly different than the 32-bit JVM (what we