Likewise, are context paths allowed to be shared? For example, if I deploy a EAR with a
context path of:
/application
which contains a subdirectory named 'static' i.e.
/application/static
And I then deploy a WAR containing simply a modified verison of the directory and the same
sub-context path, i.e.
/application/static
I will simply have overridden the applications sub-context path (but not any other path
under /application)? i.e. the contents of /application/static will now refer to the WARs
contents, rather than the EARs?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225578#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...