Mail Archive Home | enhydra List | July 2005 Index
| <-- Date Index --> | <-- Thread Index --> |
Hi,
I am not out of the wood yet. I have a not so intelligent
question for you -
In the old app.conf, if we define a parameter such as
Setnet.Url.Cereplex="http://www.cereplex.com"
Should I define this parameter in the web.xml as
<env-entry>
<env-entry-name>Setnet/Url/Cereplex</env-entry-name>
<env-entry-value>http://www.cereplex.com</env-entry-value>
<env-entry-type>java.lang.String</env-entry-type>
</env-entry>
or should I define this as
<env-entry>
<env-entry-name>Setnet.Url.Cereplex</env-entry-name>
<env-entry-value>http://www.cereplex.com</env-entry-value>
<env-entry-type>java.lang.String</env-entry-type>
</env-entry>
My ultimate question is - should I replace all the "." with
"/" in the web.xml?
I am porting the old app.conf to use the web.xml.
thanks
Phoebe
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.