having trouble with client authentication

2008-01-07 Thread Anna Nhan
Hi, I am trying to get client authentication to work with my server. I have basically followed the Tomcat 6.0-SSL-How-TO, except I changed clientAuth="false" to client="true". When I have clientAuth="true", I can't access my webapp at all. The server doesn't even request the client for a certifi

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 serve

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

2008-01-03 Thread Anna Nhan
oose 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 server.xml: > > > Re

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

2008-01-03 Thread Anna Nhan
Anna > > > >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 u

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_OP

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 s