Search code examples
javaeclipsewebsphere

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.


Solution

  • 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.