Re: Variable in server.xml

2005-01-13 Thread Tim Funk
t;[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 13, 2005 3:16 PM Subject: Re: Variable in server.xml You can only do this with tomcat 5. But the variable would be a system property. (Or a property defined in catalina.properties) See the FAQ for how to set sys

Re: Variable in server.xml

2005-01-13 Thread Zakaria kHABOT
mcat Users List" Sent: Thursday, January 13, 2005 3:16 PM Subject: Re: Variable in server.xml > You can only do this with tomcat 5. > > But the variable would be a system property. (Or a property defined in > catalina.properties) > > See the FAQ for how to set system pro

Re: Variable in server.xml

2005-01-13 Thread Tim Funk
You can only do this with tomcat 5. But the variable would be a system property. (Or a property defined in catalina.properties) See the FAQ for how to set system properties on startup. -Tim Zakaria kHABOT wrote: Hi all, How can I declare a variable in server.xml. Insitide of having path=&q

Variable in server.xml

2005-01-13 Thread Zakaria kHABOT
ld (TM). Central Command http://www.centralcommand.com --- Begin Message --- Hi all, How can I declare a variable in server.xml. Insitide of having path="C:\folder", I want to put this value in a variable (var) and path=${var}. How to do this. Thanks

Re: HOW TO: How do I add a global variable in server.xml readable in all webapps?

2002-10-07 Thread Rajesh . Bhabaraju
-- Sent from my BlackBerry Wireless Handheld (www.BlackBerry.net) -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: HOW TO: How do I add a global variable in server.xml readable in all webapps?

2002-10-07 Thread Donie Kelly
October 2002 17:11 To: 'Tomcat Users List' Subject: RE: HOW TO: How do I add a global variable in server.xml readable in all webapps? Hi I want a variable to be available across all virtual hosts so I want to add it to server.xml. Is this possible? Thanks Donie -- To unsubscribe, e-mai

RE: HOW TO: How do I add a global variable in server.xml readable in all webapps?

2002-10-07 Thread Donie Kelly
Hi I want a variable to be available across all virtual hosts so I want to add it to server.xml. Is this possible? Thanks Donie -- To unsubscribe, e-mail: For additional commands, e-mail:

HOW TO: How do I add a global variable in server.xml readable in all webapps?

2002-10-07 Thread Donie Kelly
Hi I want a variable to be available across all virtual hosts so I want to add it to server.xml. Is this possible? Thanks Donie -- To unsubscribe, e-mail: For additional commands, e-mail:

referncing enviorenment variable in server.xml

2002-09-25 Thread Katz, Adi
Hello, Is it possible to use enviorenment variables in server.xml in a similar manner to ANT? For example if i want the port number to be taken from the enviorenment variable PORT_NUMBER can i do something like this: ??? By the way, this example did not work so i am looking for the right wa