lement et n'aura pas n'importe
quel effet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> To: users@tomcat.apache.org
> From: wbar...@wilshire.com
> Subje
"Paul M" wrote in message
news:402632.36770...@web44811.mail.sp1.yahoo.com...
>Hi
>
>I want a parameter such as the following:
>override="false"/>
If you set a system property via -DcompanyName="My Company, Incorporated",
then you can do:
Tomcat will expand the ${companyName} to the value
> From: Paul M [mailto:pjm...@yahoo.com]
> Subject: Parameter value based on server
>
> I thought of putting this in the context.xml or web.xml file.
> However, my understanding is that these files are used by Servlets
> only?
They're available to any code that has access to ServletContext, which