facebook

Deployment to Jetty no resources available

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #352866 Reply

    dshaboy
    Participant

    I have a project which builds and deploys fine under MyEclipse 2014 (in the office we are using 2014). At home last weekend I upgraded to MyEclipse 2015 CI:

    Version: 2015 CI
    Build id: 13.0.0-20141111

    I pull the project from git and everything is fine except that I can’t deploy the project to Jetty because when I get to the Add Remove Resources dialog my projects do not show up. The project does have the Dynamic Web Module is selected in the project facets.

    I can sort of work around the issue by deploying MyEclipse Tomcat v7.0 but that’s not ideal because I am getting several application errors (null pointer exceptions) from the application that we don’t get running under Jetty and while I’m trying to debug an issue I don’t want to be introducing additional things that might be causing strange behaviors. I really need to get this project to deploy to an environment like what I’m working with at the office.

    Attachments:
    You must be logged in to view attached files.
    #352875 Reply

    dshaboy,

    Can you please clarify in which version of Jetty server are you trying to deploy your project ? If you are using Jetty 7 or Jetty 6 server, then you can deploy projects which has Dynamic web module 2.5 version or lesser only. Please take a look at this link for more information.

    You can modify the existing Dynamic web module version by opening the Navigator view, open org.eclipse.wst.common.project.facet.core.xml under Project/.settings and modify the ‘jst.web’ version as shown below. (Please make sure that all other facets and target runtime are supported for Dynamic web module 2.5)

    <installed facet=”jst.web” version=”2.5″/>

    If you are still facing issues even after modifying the Dynamic web module version to 2.5, then please send us all the .* files (.settings,.classpath,.project etc) of the project to help us investigate further.

    Let us know how it works for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Deployment to Jetty no resources available

You must be logged in to post in the forum log in