• 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

JDK 1.5 with Tomcat 5.0.x

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

Are there any known issues with using java 1.5 with Tomcat 5.0x i.e. does it work straight out of the box??? The reason I ask this, is that Tomcat 5.5x requires JDK 1.5 unless you use a connector to allow JDK 1.4.

Thanks for your help in advance.

Lloyd
[ March 28, 2006: Message edited by: Lloyd Lane ]
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We've had minor issues related to a bug in the Server VM for Java SE 5, but other than that (we've switched to the Client VM, per a workaround in Sun's own bugzilla), it seems to have plugged into 5.0.x without any problems.
 
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have been using JDK 5 with Tomcat 5.0.x for about 9-10 months without any obvious problems.

HTH
 
Lloyd Lane
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys.
 
reply
    Bookmark Topic Watch Topic
  • New Topic