• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Can you shoot lasers out of your eyes? Don't look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic