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 certificate.

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

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

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

2008-01-03 Thread Anna Nhan
in the server.xml? Thanks, 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 using a script or C code to choose whether to use HTTP or HTTPS

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

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 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