Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I obtain an Eclipse server adapter for WebSphere Application Server Version 7?

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.

like image 216
Peter Kelley Avatar asked Aug 25 '09 23:08

Peter Kelley


People also ask

How do I install WebSphere 7?

Install the WebSphere Application Server product from the root user on the UNIX systems, or from a user with administrator authority on the Windows operating system. Start the WebSphere Application Server installation program. Select the Application Server profile. By default, administrative security is activated.


1 Answers

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.

This was the case, but IBM has since release WebSphere Application Server tools edition and has donated a server adapter to the Eclipse market place. This will cover WAS 7, 8 and 8.5 alpha.

  • Overview
  • Eclipse 3.6 plugin
  • Liberty profile (8.5 alpha)
like image 102
Vineet Reynolds Avatar answered Oct 23 '22 11:10

Vineet Reynolds