0

I am using RAD 8.0 with WebSphere 6.1.

When I right click on the Server in the Servers View and select "Add and Remove..." I get a dialog saying "There are no resources that can be added or removed from the server."

What am I missing to get it to let me add my project to the server?

Gas
  • 17,601
  • 4
  • 46
  • 93
ranju
  • 13
  • 2
  • 5

1 Answers1

0

WebSphere 6.1 supports only Java EE 1.4 applications, so if you by chance created new Java EE 5 or 6 EAR you will not be able to deploy it to 6.1.

Gas
  • 17,601
  • 4
  • 46
  • 93
  • The Project Facets view contains a message like this: This project is not configured to use project facets. Converting this project to faceted form will allow you to easily control the available technologies. Convert to faceted form... For the ear file. – ranju Apr 29 '15 at 11:36
  • This project is an imported project – ranju Apr 29 '15 at 11:37
  • @ranju You need to convert to facet project, and select EAR facet in EAR, and appropriate ones in web/ejb modules. – Gas Apr 29 '15 at 12:28