Results 1 to 6 of 6

Thread: web app created using myeclipse not "deployable"

  1. #1

    Default web app created using myeclipse not "deployable"

    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?

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    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

  3. #3

    Default

    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?

  4. #4
    Join Date
    Jan 2010
    Posts
    12

    Default

    Then also check the "Java" entry.

  5. #5
    Join Date
    Jun 2009
    Posts
    18

    Default

    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

  6. #6
    Join Date
    Jun 2009
    Posts
    18

    Default

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •