Getting WAS CE to work from within Eclipse
2009 November 8
- Install Java – prefer IBM Java 6 (prefer download both Java SDK and WASCE together (IBM website)
- Install IBM WebSphere Application Server Community Edition 2.1.12 or higher (IBM website)
- Install Eclipse 3.5 or higher (Eclipse Downloads) ; prefer to get the IDE for Java EE developers.
- Use the update site for WTP, http://download.eclipse.org/webtools/updates/; and install WTP
- Use the update site for WAS CE adapter, http://download.boulder.ibm.com/ibmdl/pub/software/websphere/wasce/updates ; and install WAS CE adapter for 2.0 or higher.
- Configure eclipse to use IBM JVM instead of the system default; update the shortcut that starts eclipse with the target set to something like, “C:\eclipse\eclipse.exe -vm “C:\IBM\Java60\bin\javaw.exe” (adding -vm forces eclipse to use a different JVM)
- Start Eclipse and open the Java EE perspective;
- on the servers tab in the bottom of the page, right click and select New -> Server; You should see IBM WASCE v2.1 Server ; select it and follow the wizard to finish. Make sure to select the right JRE and update the Application Server Installation Directory (eg., C:\IBM\wasce )
- Right click the newly added server and start it;
