Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Thank You.But my requirement is when i right click on my project and select run as myeclipse server application then it has to display the list of servers like MyEclipse Tomcat,Tomcat 5.x,Tomcat 6.x like this.I am able to deploy my project through MyeclipseTomcat.But i am not getting the list of servers.How can i get that list.If anything wrong kindly ignore i am new to MyEclipse.Can any one help me.
Thanks in advance.
Posted

Set up Server runtimes by:
Window->Preferences->Server->Runtime Environment->Add...->Select relevant version of tomcat->Next->browse to your Tomcat installation folder->Finish.

Hope this helps,
Fredrik
 
Share this answer
 
I'm not sure which release of MyEclipse Frederik has given the solution for but release 8.6 and 9.0 both configure servers via the following path:

MyEclipse->Preferences->Servers, expand the list of servers and then expand the list of Tomcat servers, select the server you're interested in. On the main configuration panel, click the first Browse button, next to the "Tomcat home directory" text box and select the directory in which you've installed Tomcat. The rest of the needed configuration will be filled in. You can add optional program arguments and there are further panels below the main one for adding other options settings.

Don't forget to select "Enable" at the top of the main configuration panel, otherwise the server won't appear in the list you mentioned, then click OK.

Tony
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900