This is a resend, yesterdays version seems to have vanished...

I'll confess, I'm a little confused.

Documentation relating to J2EE states that the <context-root> directive in the 
application.xml or web.xml files should be used to provide a unique prefix for your 
web application to be access from:

eg:

<web>
            <web-uri>MyApp-web</web-uri>
        <context-root>web1</context-root>
</web>

Will be accessed via:

http://host:port/web1/myFile.jsp


However, this setting seems to have no influence on orion, which prefers this sort of 
this to be set up in the web-site.xml file like:

        <web-app application="MyApp" name="MyApp-web" root="/web1" /> 

Am I missing something?  Does orion ignore this context-root setting?  I can't seem to 
find any document that discusses it.

Any help appreciated.

Reply via email to