> From: hevo...@free.fr [mailto:hevo...@free.fr]
> Subject: Using SSL tomcat
>
> I've setup in server.xml file a listen port to 80 and define
> a redirectPort to 443.
> I've also activate and setup ssl section, and
> adding
> keystoreFile="D:\myfolder\mycert.keystore"
> keystorePass="xxxxx"
> and changing 443 port.

Post your actual server.xml file, rather than describing what you think you 
changed.

> I've also change the redirectPort in ajp section.

If you're not using AJP, you should comment out the <Connector>, not modify it.

> The only error, i have is :
> WARNING: A docBase D:\tomcat\webapps\mywebapp inside the host
> appBase has been specified

You should fix that; remove the docBase attribute from the offending <Context> 
element.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to