Re: Re: other ways to change the Connector element in server.xml?

2008-01-03 Thread Anna Nhan
Rainer, I've been searching the web for documented system properties to use to set up Catalina, but I am confused. How do I know which system properties to use? And where can I find proper documentation for it? Will setting these Catalina options be reflected in the server.xml? Thanks, Anna

RE: Re: other ways to change the Connector element in server.xml?

2008-01-03 Thread Caldarale, Charles R
From: Anna Nhan [mailto:[EMAIL PROTECTED] Subject: Re: Re: other ways to change the Connector element in server.xml? How do I know which system properties to use? The *names* of the system properties are whatever you choose. The *values* of the system properties are simply substituted

Re: other ways to change the Connector element in server.xml?

2008-01-03 Thread Rainer Jung
Like Chuck said: you can freely choose names and values you like. Choose your names carefully to prevent collisions with properties used by other components, e.g. you can start the name with your internet domain name or similar. Example Property -Dorg.myorg.myapp.node1.http.port=8001 in

Re: other ways to change the Connector element in server.xml?

2008-01-03 Thread Anna Nhan
Thanks Rainer and Chuck for your responses. How does Tomcat know to associate org.myorg.myapp.node1.http.port to the Connector port? Anna On Jan 3, 2008 12:46 PM, Rainer Jung [EMAIL PROTECTED] wrote: Like Chuck said: you can freely choose names and values you like. Choose your names

RE: other ways to change the Connector element in server.xml?

2008-01-03 Thread Caldarale, Charles R
From: Anna Nhan [mailto:[EMAIL PROTECTED] Subject: Re: other ways to change the Connector element in server.xml? How does Tomcat know to associate org.myorg.myapp.node1.http.port to the Connector port? Because you tell it to, as in Rainer's example: Connector

Re: other ways to change the Connector element in server.xml?

2008-01-03 Thread Anna Nhan
oo, I have to manually edit the server.xml file. I see. Thanks Rainer and Chuck. Anna On Jan 3, 2008 1:05 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Anna Nhan [mailto:[EMAIL PROTECTED] Subject: Re: other ways to change the Connector element in server.xml? How does

Re: other ways to change the Connector element in server.xml?

2008-01-03 Thread Tim Funk
Doh ... sorry for being late to the game ... Here's a small article that discusses this too ... http://www.jroller.com/funkman/entry/let_properties_do_the_talking -Tim Anna Nhan wrote: Thanks Rainer and Chuck for your responses. How does Tomcat know to associate

other ways to change the Connector element in server.xml?

2008-01-02 Thread Anna Nhan
Hi, Is there a way to change the Connector element in server.xml without manually editing the file? Could we, for example, change the CATALINA_OPTS line using a script or C code to choose whether to use HTTP or HTTPS, the file path to the keystore and keystore password, and whether or not the

Re: other ways to change the Connector element in server.xml?

2008-01-02 Thread Rainer Jung
Hi Anna, Anna Nhan schrieb: Hi, Is there a way to change the Connector element in server.xml without manually editing the file? Could we, for example, change the CATALINA_OPTS line using a script or C code to choose whether to use HTTP or HTTPS, the file path to the keystore and keystore

Re: other ways to change the Connector element in server.xml?

2008-01-02 Thread Anna Nhan
Thanks Rainer! I will try out your advice right away. Anna At 04:37 PM 1/2/2008, you wrote: Hi Anna, Anna Nhan schrieb: Hi, Is there a way to change the Connector element in server.xml without manually editing the file? Could we, for example, change the CATALINA_OPTS line using a