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