Yes, I can deploy a standard war file with no issues. I need to deploy an exploded version of this war file, what I've read is that it can hand a directory/folder with a .war suffix But this is not working for me.
I have a SPA app that needs some json files updated in the war by a camel route -----Original Message----- From: Jamie G. [mailto:[email protected]] Sent: Tuesday, October 27, 2015 5:09 PM To: [email protected] Subject: Re: exploded war file karaf-3.0.4 Have you followed the instructions on http://karaf.apache.org/manual/latest-3.0.x/users-guide/webcontainer.html ? On Tue, Oct 27, 2015 at 9:06 PM, Pratt, Jason <[email protected]> wrote: > is there a trick to getting exploded war files to work? > > > > Using the mvn war:exploded doesn’t seem to make karaf happy and load it > >
