• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Tomcat 5.5 and Java

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Menen Zwerky wrote:Could it be the jdk pointed by the JAVA_HOME variable?



http://tomcat.apache.org/tomcat-5.5-doc/setup.html
 
Stinging nettles are edible. But I really want to see you try to eat this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic