Kirill Dubovikov
Kirill Dubovikov

Reputation: 1486

Websphere Applicatin Server 7 and Eclipse

How can I create Eclipse Dynamic Web Project for Websphere Application Server 7? I know that there is no server adapter for Websphere 7 in Eclipse. How can I create, build and deploy such kind of a project without server adapter? I am searching for the solution for many hours, and I can not find a thing. Looking forward to your answers.

Upvotes: 1

Views: 8878

Answers (3)

nerdherd
nerdherd

Reputation: 2603

IBM has now released Eclipse plugins for WAS 7, 8, and 8.5. You can find them on the Eclipse Marketplace or you can install them from IBM directly.

Here's the most recent version as of July 2013, compatible with Eclipse Juno 4.2.2:

https://www.ibmdw.net/wasdev/downloads/websphere-application-server-developer-tools-v8-5-5/

Upvotes: 1

See this http://davanum.wordpress.com/2011/10/10/was-7-0-eclipse-plugin-ibm-websphere-application-server-7-0/ for the details to install an eclipse plugin for WAS 7.0

Upvotes: 2

Anantha Sharma
Anantha Sharma

Reputation: 10108

There is no eclipse plugin for WAS 7.

use File > Export > Web > War to export the project as a war file... or use ant or maven to

build the war & deploy in websphere 7.

Upvotes: 1

Related Questions