Reputation: 1053
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
Reputation: 327
It depends how you are publishing you war.
If you are using Eclipse to deploy WAR follow these steps.
Publish it again.
Upvotes: 1