"soimafreak" wrote : so you should be able to run two applications that are the
same with different context paths. But I imagine it depends how the application is
written?
| So a "hello world" war could be deployed multiple times with different file
names. But what if it was a more complicated application?
|
In theory yes, it should be possible. But finally its upto the way the application is
written.
"soimafreak" wrote :
| I guess the question is, is a war isolated from any other war, or can they
interact/utilise the same resources?
|
By default yes, each WAR has its own classloader (but these are things that can be
configured to application server configuration files).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214132#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...