Re: Tomcat path
"Francesco Dipalo" <[email protected]>
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <003201c4d0b2$18851ef0$49b61c97@BOBO> |
for example, with:
String classPath = System.getProperty("java.class.path",".");
classPath contains the CLASSPATH environment variable. How can I do to
obtain the CATALINA_HOME environment variable?
TIA
----- Original Message -----
From: "Scott Nichol" <[email protected]>
To: <[email protected]>
Sent: Monday, November 22, 2004 5:04 PM
Subject: Re: Tomcat path
Can you be more specific? Which "java command" are you talking about?
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Francesco Dipalo" <[email protected]>
To: <[email protected]>
Sent: Monday, November 22, 2004 10:43 AM
Subject: Tomcat path
I need a java command to take the CATALINA_HOME environment variable in a
string. How can I do?
TIA