| Author |
tomcat 5.5 in eclipse 3.2
|
joseph prabhu
Ranch Hand
Joined: Feb 26, 2008
Posts: 162
|
|
i have eclipse 3.2 and i unzipped the tomcat 5.5.27. i tried to add the server in eclipse 3.2. when i start the tomcat server it is not gettting started. in the console it gives as. i also have jdk1.5. but these problem does not arise when i start in netbeans 6.01.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12953
|
|
But are you sure that you are using Java 5 to run Tomcat? In Eclipse, select the menu Window / Preferences, then select Server / Runtime Environments. Click on your Tomcat server and click the Edit... button. In the configuration window, you'll see a select box where you can choose the JRE to run Tomcat with. Select your Java 5 JRE. If your Java 5 JRE isn't listed, then click on the button "Installed JREs..." to add your Java 5 JRE to the list first.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: tomcat 5.5 in eclipse 3.2
|
|
|