yes, orion binds only by using web-app tags in web-site.xml files

-----Original Message-----
From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]]
Sent: Domingo, 19 de Noviembre de 2000 13:34
To: Orion-Interest
Subject: WAR contexts in application.xml and default-web-site.xml



What is the difference between the war-module context paths (the URL paths) 
that are specified in application.xml (context-root="...") and 
default-web-site.xml (root="...")? If I've already specified it in the 
J2EE-standard way, must I do it again in default-web-site.xml?

Assuming that I must, I'm also confused by what the actual context root 
will be after I've defined it both ways. In the ATM example, 
application.xml has "/atm" for all three of its atm-web, atm-wap and 
atm-doc war modules. BUT the instructions say that the atm-web module 
should be bound to Orion using

<web-app application="atm" name="atm-web" root="/atm" />

and the atm-wap module bound using

<web-app application="atm" name="atm-wap" root="/atmwap" />

So does this mean that Orion just ignores the values in application.xml and 
uses the ones in default-web-site.xml?




Reply via email to