Hi,
I have a Web project which is dependant on a Java project, and an EJB project.
When I deploy as a packaged WAR file for WebSphere, the Java project JAR file is included in the lib folder, but the EJB JAR file is not – so the Web project doesn’t work.
I want to deploy the WAR file directly without an EAR file (WebSphere will wrap the WAR to an EAR for me).
Hope can I get MyEclipse to include the EJB JAR file in the WAR file?
Thanks,
Gary.