[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Steps for Deploying the new EAR file (Hot Deployment ??

PeterJ do-not-reply at jboss.com
Fri Sep 21 20:52:01 EDT 2007


The WAR is extracted to tmp, the JSPs are compiled into work.  There are no other locations.

You could try setting the -verbose:class option on the Java command line, this should let you know the location of the jar files for each class loaded, look at where your servlets are being loaded from.  That might give you some clue as to why the old app is showing up.

Also, what kind of changes did you make? Sometime changes such as CSS or images don't get noticed because the browser caches them.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087462#4087462

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



More information about the jboss-user mailing list