vote up 1 vote down star

I've got a project I've been building on Eclipse Ganymede targetted at tomcat 6.0, I've imported it into Europa and I need it to run on apache Tomcat 5.5

I can't find the reference to where the runtime is set to 6.0 to remove it. I've tried going to Windows > preferences > Server and I've installed the 5.5 runtime.

I can't however seem to find where the reference is to runtime 6.0 to remove it.

Any help would be appreciated.

Update:

I cant find any reference to Tomcat v6.0 in my build path, there is a reference to the servlet-api.jar of tomcat 5.5 though...

flag

66% accept rate
When you create a Web project, you select a Runtime and Eclipse adds it to your Build Path. If it isn't there, something went wrong with the importing. – kgiannakakis Jun 12 at 10:36

4 Answers

vote up 1 vote down

Unloading the project and reloading it fixed it... Man I love Eclipse...

link|flag
vote up 0 vote down

Open the Build Path and go to the Libraries tab. Remove the Apache Tomcat 6.0 library and add 5.5. This is the library that your project uses to build it self.

You can add new runtimes for running your project in the Servers view (Right-Click, Add new Server)

link|flag
vote up 0 vote down

When Eclipse is up and running, choose preferences from the window menu. Choose from the bar on the left: Server, Runtime Environments.

Click the button Add, choose the version you want.

To remove the 6.0 reference, goto the libraries tab.

link|flag
I've added the 5.5 runtime I want, however my project apparently requires tomcat 6.0 and I'm trying to remove this requirement. – Omar Kooheji Jun 12 at 10:19
vote up 0 vote down

You can also just define a new server for that, and specify it there, also you can change server configuration just by double clicking on it you will see window with it's properties.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.