atom feed22 messages in org.apache.tomcat.usersRE: (Issue) Tomcat 7.0.12 silent install
FromSent OnAttachments
John MarcinekApr 27, 2011 11:47 am 
Caldarale, Charles RApr 27, 2011 12:35 pm 
John MarcinekApr 27, 2011 1:39 pm 
Caldarale, Charles RApr 27, 2011 1:54 pm 
Mark ThomasApr 27, 2011 2:26 pm 
John...@pb.comApr 28, 2011 4:21 am 
John...@pb.comApr 28, 2011 4:25 am 
Mark ThomasApr 28, 2011 9:04 am 
Caldarale, Charles RApr 28, 2011 9:14 am 
Caldarale, Charles RApr 28, 2011 9:16 am 
John...@pb.comApr 28, 2011 11:48 am 
Caldarale, Charles RApr 28, 2011 12:04 pm 
Mark ThomasApr 28, 2011 12:06 pm 
John...@pb.comApr 28, 2011 12:14 pm 
John...@pb.comApr 28, 2011 12:25 pm 
Konstantin KolinkoApr 28, 2011 1:22 pm 
Terence M. BandoianApr 28, 2011 1:33 pm 
John...@pb.comApr 28, 2011 1:34 pm 
Konstantin KolinkoApr 28, 2011 1:45 pm 
John...@pb.comApr 28, 2011 2:25 pm 
Konstantin KolinkoApr 28, 2011 3:00 pm 
John...@pb.comApr 29, 2011 5:32 am 
Subject:RE: (Issue) Tomcat 7.0.12 silent install
From:John Marcinek (John@pb.com)
Date:Apr 27, 2011 1:39:02 pm
List:org.apache.tomcat.users

Thanks for responding so quickly Chuck. I appreciate it.

Did you try it from a command window that's started with "Run as Administrator"?

No I did not. I have now, but it still did not work. Likely due to your second
question/request, i.e. default 64 bit JVM.

Also make sure that you have a 64-bit JVM installed as the default one, since
you're running on a 64-bit OS.

I've been installing the 32-bit version of Tomcat (sorry, don't think I
mentioned that).

I'm a little puzzled as to why the 64-bit JVM is necessary since I was able to
successfully install Tomcat 7.0 using the wizard (i.e. executing
apache-tomcat-7.0.12.exe without the /S option). I did have to specify the
location of the JRE (32-bit JVM) though in one of the screens.

I don't know what the impact is of using a 64-bit JVM with Tomcat. The
application that will run under Tomcat uses JSPs that have not been compiled and
tested with a 64 bit JDK. I assume a JDK for compiling the JSPs under Tomcat can
be specifed separately from the JVM that Tomcat runs on. I guess I should look
at the Tomcat docs before pestering you and the rest of the experts on this mail
list any further.

Thanks, John

-----Original Message----- From: Caldarale, Charles R [mailto:Chuc@unisys.com] Sent: Wednesday, April 27, 2011 3:36 PM To: Tomcat Users List Subject: RE: (Issue) Tomcat 7.0.12 silent install

From: John Marcinek [mailto:John@pb.com] Subject: (Issue) Tomcat 7.0.12 silent install

Thanks in advance for help.

Thanks for all the environment info; always good to have.

Tomcat silent install does not work on Windows 2008 Server.

Did you try it from a command window that's started with "Run as Administrator"?
Just running from a plain command prompt (even under an account that's a member
of the Adminstrators group) will not have permissions to write into the Program
Files directory.

Also make sure that you have a 64-bit JVM installed as the default one, since
you're running on a 64-bit OS. Enter "java -version" at a command prompt to
check.

- Chuck