Hi,
I want to run multiple instances of the same application in
JBOSS AS. I have created separate WAR files with different context paths.
But all class names and packages are still the same in both the applications.
Will this lead to any conflict during the JVM class loading ?? I have done some basic
testing and everything seems to be working OK. But since I am not too sure of JVM behavior, I want more clarity on this before I move my code to production server.
Please advise.
Waseem