I have a web project on myeclipse and I want to deploy it on a server like tomcat. On my PC, I have installed Tomcat 5 that I can run from myeclipse without problem.
Just to clarify, when you navigate to Window > Prefs > MyEclipse > App Servers > Tomcat 5, is Tomcat 5 marked as “Enabled”?
In MyEclipse, I run the “Project Deployments” and I want to deploy my web project but in the list of Servers, I don’t have any server, I have only “Custom Location”, “Externally Launched” and “Custom Location – Suffixed”. How can I have my server Tomcat 5 instead of these items.
First make sure it’s enabled, secondly, we don’t allow deployments of EAR or EJB projects to servlet containers like Tomcat. So make sure your project is *just* a web project.
Lastly, if none of this has helped:
Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.