WebSphere Web project phase (coexistence) version 8.0 is not supported

I was tasked with working on a web portal application at work.

I was provided with an existing copy of the project folders from eclipse. I can not make it work.

I am trying to set up a local server and do local development, and then move it to a production server.

For my server, I have WebSphere Application Server V8.5.5 Liberty Profile installed. I created a Hello World project to make sure it works. It.

When I try to right-click the project and select "Run As" β†’ "Run on Server" ... I see the following:

Run on server

I'm not sure if this helps, but here are the Project Boundaries: Project facets

Current software:

  • Eclipse, Java EE IDE, Kepler, version 4.3.2.
  • WebSphere Application Server V8.5.5 Liberty Profile
  • Java Compiler 1.7 (1.6, 1.5, 1.4, 1.3)
+6
source share
1 answer

You can safely disable both aspects of WebSphere Co-exist and Extended project. This will allow you to install in Liberty from Eclipse.

+8
source

Source: https://habr.com/ru/post/975356/


All Articles