Re: Version of Java being used by Tomcat

2007-04-05 Thread Aneez Backer
cat Users List" Sent: Wednesday, April 04, 2007 2:49 PM Subject: Re: Version of Java being used by Tomcat > Aneez, > Try typing "echo -version %JAVA% " at the prompt". works in dos anyway, > not sure if tomcat has its own specific syntax. > > Richard. > > >

RE: Version of Java being used by Tomcat

2007-04-04 Thread Robert Harper
mcat Users List Subject: Re: Version of Java being used by Tomcat There is one more thing related to java version and JSPs, there is a configuration setting for the version used to compile jsps. So even if you have 1.5 your JSPs still might compile in 1.4 mode. This is setup in the tomcat xml c

Re: Version of Java being used by Tomcat

2007-04-04 Thread Andrew Pliszka
Should give you what is the default java version used Gurdeep -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 1:00 PM To: Tomcat Users List Subject: Re: Version of Java being used by Tomcat -BEGIN PGP SIGNED MESSAGE

RE: Version of Java being used by Tomcat

2007-04-04 Thread Gurdeep Kaur \(gurdeep\)
java -version Should give you what is the default java version used Gurdeep -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 1:00 PM To: Tomcat Users List Subject: Re: Version of Java being used by Tomcat -BEGIN PGP SIGNED

Re: Version of Java being used by Tomcat

2007-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, Richard Dunne wrote: > Aneez, Try typing "echo -version %JAVA% " at the prompt". works in > dos anyway, not sure if tomcat has its own specific syntax. Never heard of that one before. As far as I know, "echo" on DOS does not accept any argu

Re: Version of Java being used by Tomcat

2007-04-04 Thread Andrew Pliszka
You can create simple jsp page with a scriptlet that dumps System properties to console. Check javadoc for "System" for more information. Andrew Pliszk Aneez Backer wrote: Hi I have two versions of JAVA installed on my terminal. Is there any possible way to know which version of JAVA is bein

RE: Version of Java being used by Tomcat

2007-04-04 Thread Robert Harper
04, 2007 12:49 PM To: Tomcat Users List Subject: Re: Version of Java being used by Tomcat Aneez, Try typing "echo -version %JAVA% " at the prompt". works in dos anyway, not sure if tomcat has its own specific syntax. Richard. - Original Message From: Aneez B

Re: Version of Java being used by Tomcat

2007-04-04 Thread Martin Gainty
PM Subject: Re: Version of Java being used by Tomcat Aneez, Try typing "echo -version %JAVA% " at the prompt". works in dos anyway, not sure if tomcat has its own specific syntax. Richard. - Original Message From: Aneez Backer <[EMAIL PROTECTED]> To: users@tom

Re: Version of Java being used by Tomcat

2007-04-04 Thread David Smith
Should be reported in the manager app -- http://localhost:8080/manager/html Obviously change localhost and 8080 to reflect your installation. --David Aneez Backer wrote: Hi I have two versions of JAVA installed on my terminal. Is there any possible way to know which version of JAVA is being

Re: Version of Java being used by Tomcat

2007-04-04 Thread Martin Gainty
telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Richard Dunne" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 04, 2007 2:49 PM Subject: Re: Version of Java being used by T

Re: Version of Java being used by Tomcat

2007-04-04 Thread Richard Dunne
Aneez, Try typing "echo -version %JAVA% " at the prompt". works in dos anyway, not sure if tomcat has its own specific syntax. Richard. - Original Message From: Aneez Backer <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Wednesday, April 4, 2007 7:37:59 PM Subject: Version of