how uniquify context-root jboss
say i have rudimentary j2ee ear:
foo.ear
- foo.war
i muster same ear twice i rename ear:
bar.ear
- foo.war
the meta-inf\application.xml record looks this:
<application>
<module>
<web>
<web-uri>foo.war</web-uri>
<context-root>/baz</context-root>
</web>
</module>
</application>
when i muster there collison, both apps try mountain during http://localhost:8080/baz. there proceed prefix ear name context-root foo/baz bar/baz?
Comments
Post a Comment