| From | Sent On | Attachments |
|---|---|---|
| John Marcinek | Apr 27, 2011 11:47 am | |
| Caldarale, Charles R | Apr 27, 2011 12:35 pm | |
| John Marcinek | Apr 27, 2011 1:39 pm | |
| Caldarale, Charles R | Apr 27, 2011 1:54 pm | |
| Mark Thomas | Apr 27, 2011 2:26 pm | |
| John...@pb.com | Apr 28, 2011 4:21 am | |
| John...@pb.com | Apr 28, 2011 4:25 am | |
| Mark Thomas | Apr 28, 2011 9:04 am | |
| Caldarale, Charles R | Apr 28, 2011 9:14 am | |
| Caldarale, Charles R | Apr 28, 2011 9:16 am | |
| John...@pb.com | Apr 28, 2011 11:48 am | |
| Caldarale, Charles R | Apr 28, 2011 12:04 pm | |
| Mark Thomas | Apr 28, 2011 12:06 pm | |
| John...@pb.com | Apr 28, 2011 12:14 pm | |
| John...@pb.com | Apr 28, 2011 12:25 pm | |
| Konstantin Kolinko | Apr 28, 2011 1:22 pm | |
| Terence M. Bandoian | Apr 28, 2011 1:33 pm | |
| John...@pb.com | Apr 28, 2011 1:34 pm | |
| Konstantin Kolinko | Apr 28, 2011 1:45 pm | |
| John...@pb.com | Apr 28, 2011 2:25 pm | |
| Konstantin Kolinko | Apr 28, 2011 3:00 pm | |
| John...@pb.com | Apr 29, 2011 5:32 am |
| Subject: | RE: (Issue) Tomcat 7.0.12 silent install | |
|---|---|---|
| From: | John...@pb.com (John...@pb.com) | |
| Date: | Apr 28, 2011 11:48:08 am | |
| List: | org.apache.tomcat.users | |
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
Environment"
The difference being that the 32-bit entries are off the "Wow6432Node" key.
John
-----Original Message----- From: Mark Thomas [mailto:mar...@apache.org] Sent: Thursday, April 28, 2011 12:04 PM To: Tomcat Users List Subject: Re: (Issue) Tomcat 7.0.12 silent install
On 28/04/2011 12:25, John...@pb.com wrote:
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 installer picked that right up.
You'd have to check the nsis script to see how JVM detection is done
Where would I find the NSIS script?
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?view=log
Mark





