ivenxu
ivenxu

Reputation: 709

Is that possible for Netbeans 8.1 to specify deploying ear to wildfly in exploded mode

I find when I debug ear projects, Netbeans sometimes deploys ear as package sometimes it deploy as exploded folder to deployment folder.

Does anyone know how to specify it is an exploded? I know the application server itself has a config to explode the package while deploying. I'm not talking about this.

Upvotes: 1

Views: 502

Answers (1)

ehsavoie
ehsavoie

Reputation: 3517

That's incremental deployment. It depends on how you have configured your project (aka Deploy on Save).

Upvotes: 1

Related Questions