[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem in understanding deployment

PeterJ do-not-reply at jboss.com
Wed Aug 27 11:48:42 EDT 2008


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#4172852

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172852



More information about the jboss-user mailing list