I have been using myeclipse and have an existing web application project using ant.
In STS, the "Run As" does not contain "application on server"
Is there someting I can do to make STS see this project as a dynamic web project?
I have been using myeclipse and have an existing web application project using ant.
In STS, the "Run As" does not contain "application on server"
Is there someting I can do to make STS see this project as a dynamic web project?
stacey11,
can you check if you project is recognized as a Dynamic Project by STS? Please check the project preferences -> Project Facets
Let me know what you see there.
Christian
Christian Dupuis
SpringSource, a division of VMware
Lead, SpringSource Tools Team
http://www.springsource.com
http://twitter.com/cdupuis
The "Dynamic Web Module" is unchecked, but when I try and select it along with the Glassfish runtime, I get "Dynamic Web Module 2.5 retquires Jave 5.0 or newer". Where is it getting this?
Then also check the "Java" entry.
I have the same problem, but i can't find "Project Facets"
is there not a option like Myeclipse: "deploy" ?
I want to use STS, because I dislike Myeclipse lately.
thx
Never mind:
to add "project facets" to the properties.
add following to ".project" from the root of your project:
Code:<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
Now is see my project standing by my tomcat 5.5 server, but when i start the server my application is still not deployed(don't see it in "tomcat/webapps/" either).
Is there a good workaround that is the same as the deploy option from myeclipse?
Last edited by michel; Feb 2nd, 2010 at 10:08 AM.