----- Original Message -----
From: "Rich Baldwin" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, March 18, 2002 4:51 PM
Subject: Adding a system property?


> I have a system property which I have added to my build.properties file
> and my build.xml
> file.  Ant builds and deploys w/o any errors.  However, my tomcat
> servlet cannot "find" this
> new system property.   What is the trick here?  There is nothing in my
> build.xml file to tell
> tomcat explicitly about this property, but how would I do that?   Where

Tomcat will read your application's WEB.XML - you can set the System
property in the init method of an appropriate servlet.

HTH

Alex



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to