• 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

Query regarding setting up Tomcat 6.0 with Eclipse Galileo IDE

 
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have installed Tomcat 6.0 and when i tried to start it, its working correctly.
But when i tried to configure Tomcat 6.0 with Eclipse Galileo IDE, it does not allow me (i.e Disables the "Finish" button), but when i try to select other versions of Tomcat like 5.5 it allows me, but i want to configutr Tomcat 6.0.x as it is compatible with Java 5.0 with Eclipse.

I have attached the screenshot for the same.

Could anyone please helpo me resolving this issue?
Setting-up-Tomcat-6-in-Eclipse.jpg
[Thumbnail for Setting-up-Tomcat-6-in-Eclipse.jpg]
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is just a guess: Try either running Eclipse with JDK 6, or if you already are, go into the Preferences and set the default project types to be JDK 6 based.
 
Jay Shukla
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,

Thanks for reply.

Could you let me know how to set default project type from Preference.

Thanks.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Window > Preferences > Java > Compiler, choose the Compiler Compliance Level.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic