This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Tomcat 5.5 and Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat 5.5 and Java" Watch "Tomcat 5.5 and Java" New topic
Author

Tomcat 5.5 and Java

Menen Zwerky
Ranch Hand

Joined: Aug 06, 2010
Posts: 44
Context: Tomcat 5.5

It took a lot of time since I installed Tomcat in my pc, so that I don't remember if there's a way to check which java version Tomcat was installed with.
I have several jdk on my pc, how my I see which of them my Tomcat i associated with?
Could it be the jdk pointed by the JAVA_HOME variable?

Besides I read that Tomcat 5.5 was designed to run on J2SE 5.0
With java -version I read
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Could it be a problem?
Thanks a lot
Menen
Misha Ver
Ranch Hand

Joined: Mar 03, 2008
Posts: 470
Menen Zwerky wrote:I have several jdk on my pc, how my I see which of them my Tomcat i associated with?


You could check it by going to Tomcat Manager app
Misha Ver
Ranch Hand

Joined: Mar 03, 2008
Posts: 470
Menen Zwerky wrote:Could it be the jdk pointed by the JAVA_HOME variable?


http://tomcat.apache.org/tomcat-5.5-doc/setup.html
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat 5.5 and Java
 
Similar Threads
Determine which jdk version for tomcat
Applets don't work with IE 5.5..........
How to set up a Java EE development environment
java -version
Need a little help in running jsp pages(Tomcat server).