Mike Nguyen
Mike Nguyen

Reputation: 1053

View war file as folder - JBOSS

My old company using glassfish, when I deployed I can view deployed as folder, view inside with .xhtml and .class file

Ex: if I need hot fix something, I just access to folder that glassfish deploy and change something.

How can I do it JBoss, when deploy success just have a *.war, I cannot view inside.

Upvotes: 0

Views: 91

Answers (1)

Neeraj
Neeraj

Reputation: 327

It depends how you are publishing you war.

If you are using Eclipse to deploy WAR follow these steps.

  1. Goto server view
  2. Double Click on server
  3. Goto Deployment tab
  4. Uncheck "Deploy projects as compressed archives"

Publish it again.

Upvotes: 1

Related Questions