RE: Setting an environment variable in tomcat 5.5 service?

2005-05-12 Thread Mufaddal Khumri
Que: Am I understanding this right, the environment entries you can set in tomcat web.xml are not the same as the ones you would be setting from under Windows-startup-control panel-system-Advanced?? Basically I am trying to set a environment variable to a particular file. In my webapp I use some

RE: Setting an environment variable in tomcat 5.5 service?

2005-05-11 Thread Mufaddal Khumri
environment variable is not being set. I check this by printing out all the environment variables from my webapp: ... ... Map env = System.getenv(); Iterator it = new TreeSet(env.keySet()).iterator(); ... Any clues as to why my env-entry is not taking effect

Re: Setting an environment variable in tomcat 5.5 service?

2005-05-11 Thread Lutz Zetzsche
Am Mittwoch, 11. Mai 2005 18:26 schrieb Mufaddal Khumri: Thank you for the reply. I am trying to set in web.xml using: env-entry env-entry-nameMY_ENV_VAR/env-entry-name env-entry-valueC:/config/one.xml/env-entry-value env-entry-typejava.lang.String/env-entry-type /env-entry

RE: Setting an environment variable in tomcat 5.5 service?

2005-05-11 Thread Mufaddal Khumri
Yes, I did. -Original Message- From: Lutz Zetzsche [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 2:16 PM To: Tomcat Users List Subject: Re: Setting an environment variable in tomcat 5.5 service? Am Mittwoch, 11. Mai 2005 18:26 schrieb Mufaddal Khumri: Thank you for the reply

Re: Setting an environment variable in tomcat 5.5 service?

2005-05-11 Thread Gurumoorthy
Message - From: Mufaddal Khumri [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, May 11, 2005 10:31 PM Subject: RE: Setting an environment variable in tomcat 5.5 service? Yes, I did. -Original Message- From: Lutz Zetzsche [mailto:[EMAIL PROTECTED

Setting an environment variable in tomcat 5.5 service?

2005-05-10 Thread Mufaddal Khumri
Hi, I have Tomcat 5.5 running as a service on Windows XP. Where in Tomcat can I set an environment variable? I can set an environment variable by going to Control Panel - System - Advanced - Environment variables, but I want to do it in Catalina.sh or equivalent. In my Tomcat/bin folder I have

Re: Setting an environment variable in tomcat 5.5 service?

2005-05-10 Thread Lutz Zetzsche
Hi Mufaddal, Am Dienstag, 10. Mai 2005 21:33 schrieb Mufaddal Khumri: I have Tomcat 5.5 running as a service on Windows XP. Where in Tomcat can I set an environment variable? I can set an environment variable by going to Control Panel - System - Advanced - Environment variables, but I want

Apache Environment variable

2004-07-19 Thread Nicolas PEREZ
Hi ! i'm translating a web site from php to jsp. in my php site i'm using some Apache Environment variable like $_SERVER['SSL_CLIENT_S_DN_CN'] well, my question is : how the see all server variable ? and how to use them :) thanks a lot

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread William Mitchell
to point to the tomcat install directory, but when i try to startup tomcat with the startup.sh, i get the following error message: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program. also I changed the port from 8080 to 6060 since 8080

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread Shapira, Yoav
-Original Message- From: William Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:40 PM To: Tomcat Users List Subject: RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program. Hello everyone, hopefully someone can

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread William Mitchell
, still no luck. Any other ideas. thanks again. William Mitchell -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:50 PM To: Tomcat Users List Subject: RE: The JAVA_HOME environment variable is not defined. This environment variable is needed

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread Shapira, Yoav
variable is not defined. This environment variable is needed to run this program. Ok the echo command shows that the variable is setup. I also tried the other things you suggested: Adding JAVA_HOME='/usr/java2' to startup.sh (or better yet, catalina.sh). Still no success. I found online

RE: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program.

2003-07-24 Thread Simon Pabst
directory, but when i try to startup tomcat with the startup.sh, i get the following error message: The JAVA_HOME environment variable is not defined. This environment variable is needed to run this program. also I changed the port from 8080 to 6060 since 8080 was being used, and i am unable to open

Re: Setting up an environment variable in Tomcat 4.1

2002-11-25 Thread John Mattos
As a follow up question, how would I set this up if I'm using Tomcat as a Service? On the command line, I use... set CATALINA_OPTS=-Dindemand.env=C:\Tomcat4.0.6\conf\indemand_env_tomcat.properties Re: Setting up an environment variable in Tomcat 4.1 - From

Setting up an environment variable in Tomcat 4.1

2002-10-31 Thread John Mattos
Strange. I've set up the envieonment variable needed for my app as follows Environment description=Clearinghouse Environment Variable name=indemand.env override=true type=java.lang.String value=c:\tomcat4.1\indemand_env_tomcat.properties/ I feel like that means it's set up. When I run

Re: Setting up an environment variable in Tomcat 4.1

2002-10-31 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, John Mattos wrote: Date: Thu, 31 Oct 2002 11:36:33 -0800 (PST) From: John Mattos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Setting up an environment variable in Tomcat 4.1 Strange. I've

Re: Setting up an environment variable in Tomcat 4.1

2002-10-31 Thread John Mattos
PROTECTED] To: [EMAIL PROTECTED] Subject: Setting up an environment variable in Tomcat 4.1 Strange. I've set up the envieonment variable needed for my app as follows name=indemand.env override=true type=java.lang.String value=c:\tomcat4.1\indemand_env_tomcat.properties/ I feel like

Re: Setting up an environment variable in Tomcat 4.1

2002-10-31 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, John Mattos wrote: Date: Thu, 31 Oct 2002 12:00:56 -0800 (PST) From: John Mattos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Setting up an environment variable in Tomcat

RE: Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly'

2002-08-15 Thread Shapira, Yoav
, August 14, 2002 5:13 PM To: [EMAIL PROTECTED] Subject: Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly' Hi, I have installed tomcat 4.0.4 on solaris 8, ultra box. When I run startup.sh, it fails giving me this message, 'The JAVA_HOME environment variable

RE: Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly'

2002-08-15 Thread Brian Bernardo
Set the JAVA_HOME variable in the catalina.sh file. That is where it goes. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:13 PM To: [EMAIL PROTECTED] Subject: Solaris startup.sh error! 'The JAVA_HOME environment variable

Solaris startup.sh error! 'The JAVA_HOME environment variable is not defined properly'

2002-08-14 Thread Sandy . Thota
Hi, I have installed tomcat 4.0.4 on solaris 8, ultra box. When I run startup.sh, it fails giving me this message, 'The JAVA_HOME environment variable is not defined properly. This environment variable is needed to run this program.' I'm running /sbin/sh. Tomcat was installed as root. So

Environment Variable

2002-07-11 Thread Chen, Dean (Zhun)
Hi, I have a quick question. I would like my application to know what kind of environment (DEV, QA, PROD) it's in by looking at Tomcat. Does anyone know how to do that? Thanks, Dean Chen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: Environment Variable

2002-07-11 Thread Shapira, Yoav
: Environment Variable Hi, I have a quick question. I would like my application to know what kind of environment (DEV, QA, PROD) it's in by looking at Tomcat. Does anyone know how to do that? Thanks, Dean Chen -- To unsubscribe, e-mail: mailto:tomcat-user- [EMAIL PROTECTED] For additional commands, e

RE: Environment Variable

2002-07-11 Thread Chen, Dean (Zhun)
Thanks. that's a great idea. I have one web.xml for all environments. Dean Chen -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:02 AM To: Tomcat Users List Subject: RE: Environment Variable Howdy, If you have a different web.xml

how to set environment variable in tomcat?

2002-06-25 Thread Johnny
Hi Ralph Einfeldt, Where can I find more detail guideline info about the startscript for tomcat, and API doc of System.getenv()? Actually, I'm trying to set my own defined environment variable - SSL_CLIENT_CERT in my jsp application. So that the application can retrieve the certificate info

AW: how to set environment variable in tomcat?

2002-06-25 Thread Ralph Einfeldt
Nachricht- Von: Johnny [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 25. Juni 2002 10:14 An: Tomcat Users List Betreff: how to set environment variable in tomcat? Where can I find more detail guideline info about the startscript for tomcat, and API doc of System.getenv()? Actually, I'm

AW: how to set environment variable in tomcat?

2002-06-25 Thread Software AG
: Dienstag, 25. Juni 2002 10:31 An: Tomcat Users List Betreff: AW: how to set environment variable in tomcat? getenv() and getProperty(): http://java.sun.com/j2se/1.4/docs/api/java/lang/System.html#ge tenv(java. lang.String) http://java.sun.com/j2se/1.4/docs/api/java/lang/System.html#ge

AW: how to set environment variable in tomcat?

2002-06-25 Thread franzR
2002 10:14 An: Tomcat Users List Betreff: how to set environment variable in tomcat? Hi Ralph Einfeldt, Where can I find more detail guideline info about the startscript for tomcat, and API doc of System.getenv()? Actually, I'm trying to set my own defined environment variable - SSL_CLIENT_CERT

how to set environment variable in tomcat?

2002-06-24 Thread Johnny
to all the tomcat users, if i want to set my own environment variable for my application running in tomcat, what should i do? do i have to edit the server.xml? in jserv, we using ApJServEnvVar for defining the environment variable in jserv.conf, so how about tomcat? regards johnny

AW: how to set environment variable in tomcat?

2002-06-24 Thread Ralph Einfeldt
Nachricht- Von: Johnny [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 24. Juni 2002 11:27 An: Tomcat Users List Betreff: how to set environment variable in tomcat? if i want to set my own environment variable for my application running in tomcat, what should i do? do i have to edit

Re: how to set environment variable in tomcat?

2002-06-24 Thread Jacob Kjome
to all the tomcat users, J if i want to set my own environment variable for my application running in J tomcat, what should i do? do i have to edit the server.xml? J in jserv, we using ApJServEnvVar for defining the environment variable in J jserv.conf, so how about tomcat? J regards J johnny

SSL environment variable: key size

2002-06-02 Thread G . Kersten
I need to know the keysize, which is actually used in a SSL connection. There are no environment variables like HTTPS or HTTPS_KEYSIZE like on Netscape Webserver, and even following all hints in tomcat-ssl-howto.html we didn't see any new request parameter. Funny enough, there are two

how to set environment variable(or system properties)

2002-04-29 Thread Leland Chen
Hi all, I try to move an application from Netscape fasttrack web server to tomcat 4.0.1. I found there are some environment variables defined in netscape config jvm12.conf file. The environment variables are used in some of the servlets. Any one knows where to

Tomcat4.0.1 Problems -use both within Batch environment variable -

2002-02-21 Thread kuma
Set-up M$ 98, tomcat3.3a and 4.0.2 (problems with 4.0.1)Netbeans 3. IDE. Hi , i have running tomcat3.2.2 for a while and recently downloaded tomcat3.3a which i will use for now Anyway i have also tomcat4.01 that has caused me problems as i get a connection refused error alert. I ahve created

Getting the user environment variable::Need help

2001-08-07 Thread Nilanjan Das
Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using System.getProperty() method but it is returning NULL. Can anyone point out why? This is what I did: $export TEST=testing $echo $TEST testing But when I execute System.getProperty(TEST) from my code,

RE: Getting the user environment variable::Need help

2001-08-07 Thread William Kaufman
To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using System.getProperty() method but it is returning NULL. Can anyone point out why? This is what I did: $export TEST

RE: Getting the user environment variable::Need help

2001-08-07 Thread Tim O'Neil
- From: Nilanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 7:12 AM To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using System.getProperty

Re: Getting the user environment variable::Need help

2001-08-07 Thread Nilanjan Das
- From: Nilanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 7:12 AM To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using

Re: Getting the user environment variable::Need help

2001-08-07 Thread Tim O'Neil
: Nilanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 7:12 AM To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using