views:

2984

answers:

1

I need to set up an Eclipse WTP project pointing to a WAS V7 instance but I can't find the server adapter to work with version 7. Version 6 is supported.

+4  A: 

I believe this answer comes late in the day, but it is put down to help others understand how WTP support for WebSphere works in Eclipse.

WTP support for the newer versions of the WebSphere Application Server come only with commercial IDEs - Rational Application Developer, for example. MyEclipse is another IDE that comes with support for WAS 7; one would need the Blue Edition to work against a v7.0 WAS instance.

The philosophy is that if the vanilla Eclipse WTP project has to support an application server, then the application server vendor must either provide the adapter or some means to perform the integration. For obvious reasons, this is absent for WAS 6.1 and 7.0, but available for 6.0.

Vineet Reynolds
Good points. +1. I have deleted my older answer.
VonC