Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-wtp-dev] Deploymetn Assembly needs /target/myproject.war

what kind of deployment are you doing? Is it something equivalent to Tomcat's "serve resources without publishing"? In that case server adapters are notoriously known to not support overlays.
Do you know exactly which resources are missing? Can you provide a sample test project? Does it deploy on another application server (wildfly for instance)? 

On Tue, Jan 13, 2015 at 3:12 AM, Marc Schlegel <my.mailing.lists@xxxxxx> wrote:
Hello everyone
 
I am facing some problems with m2e-wtp regarding the deployment of a simple war to a WebSphere Liberty Profile 8.5.5.4.
 
The problem is, that in order to deploy successfully using WTP I need to add the exploded WAR-folder generated by Maven (/target/myap.war) to the Deployment Assembly in the Eclipse project properties. When I dont do this, the application is deployt but I cannot access any page (404). M2E-WTP seems to have set all properties correctly (e.g. Deployed Resources) and when I export the project as WAR in Eclipse everything is there (Resources, Overlays, Libs, Configuration), so I don't understand why I have to add the maven-assembly as well?
 
I am using JBoss Developer Studio 8.0.1 which comes with the latest stable m2e-wtp.
 
regards
Marc

_______________________________________________
m2e-wtp-dev mailing list
m2e-wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-wtp-dev



--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top