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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...