tags:

views:

33

answers:

1

when i go to windows preferences, there is no Tomcat6 !!!

how can i add tomcat6 new server runtime environment in eclipse 3.5

A: 

You should be able to add a new one via:
1. Go to Window > Preferences > Server > Runtime Environments
2. Click on the Add... button
3. Expand the Apache directory to get the list of all Apache servers
4. Select Apache Tomcat v6.0
5. Fill in installation details


If you're not seeing this you might need to check you have the Java EE version of Eclipse and that your installation is up to date.

Catchwa
yup, figured it out! but it involved downloading the Sysdeo tomcat6 launcher....it was quite weird set up before when I was using Java SE.
eclipsepain