Custom WAR Deployment

I need to deploy lucee as a WAR file for a new project. The problem is,
that the untouched WAR file does not fit all needs and I have to add some
plugins to the WAR. I was not able to find the place where to put the
plugins exactly so that they will be deployed together with the default
components. Sounds quite easy but I did not find the right path so far.
Maybe someone does know it by heart and I can stop searching. Thanks
already!

I think that’s because the WAR doesn’t represent the fully deployed state — because Lucee (and Railo) create a whole new folder structure etc when they first start up.

So I think you’d need some way to hook into that “first start” process and have it deploy your extensions?

SeanOn Feb 12, 2015, at 10:20 AM, Daniel Jazbec <@Bendra> wrote:

I need to deploy lucee as a WAR file for a new project. The problem is, that the untouched WAR file does not fit all needs and I have to add some plugins to the WAR. I was not able to find the place where to put the plugins exactly so that they will be deployed together with the default components. Sounds quite easy but I did not find the right path so far. Maybe someone does know it by heart and I can stop searching. Thanks already!

That’s exactly what I assumed so far. But to hook into that it would help
to know where the script for building the target folder structure is
placed. At the moment, I have no clue where this step of the deployment
happens.Am Donnerstag, 12. Februar 2015 20:13:37 UTC+1 schrieb Sean Corfield:

I think that’s because the WAR doesn’t represent the fully deployed state
— because Lucee (and Railo) create a whole new folder structure etc when
they first start up.

So I think you’d need some way to hook into that “first start” process and
have it deploy your extensions?

Sean

On Feb 12, 2015, at 10:20 AM, Daniel Jazbec <daniel...@gmail.com <javascript:>> wrote:

I need to deploy lucee as a WAR file for a new project. The problem is,
that the untouched WAR file does not fit all needs and I have to add some
plugins to the WAR. I was not able to find the place where to put the
plugins exactly so that they will be deployed together with the default
components. Sounds quite easy but I did not find the right path so far.
Maybe someone does know it by heart and I can stop searching. Thanks
already!