"dakiar" wrote : 
  | I do not have web access to the console.  How could I access the 
information you want?

Zip the server.log and boot.log and upload it to some accessible place. Also 
remember to tell us how you are accessing the application and what makes you 
think the old classes are being used. If the logs do not provide us some hints, 
we do have another option which prints out the jar file from which the class is 
being loaded. You can add -verbose:class to the JAVA_OPTS section in the server 
startup script. Then start the server (you might want to redirect the STDOUT 
output to a file because the logs will be too verbose) and then access your 
application to try and reproduce this issue. Look into the redirected log to 
see which jar is being used to load your class.


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234085
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to