There might not be any html files. Instead, the web content could be provided by JSP files
(*.jsp), by servlets (which will be Java *.class files), or by any number of other file
types depending on the framework used.
List the contents of the war file using the jar utility (it's in java_home/bin) as
follows:
jar -tf xxx.war
Post the output for jar and we will go from there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172852#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...