> From: Andrew Erskine [mailto:a.ersk...@darasoft.com] 
> Subject: RE: Cannot rid of expired Certificate ...

> Heres my server.xml ..

Only part of it, unfortunately.

>     <Connector
>            port="443" minProcessors="5" maxProcessors="75"

> Jan 23, 2012 10:58:37 AM (main) (org.apache.coyote.http11.Http11BaseProtocol)
> - (INFO) - Initializing Coyote HTTP/1.1 on http-80
> Jan 23, 2012 10:58:39 AM (main) (org.apache.coyote.http11.Http11BaseProtocol)
> - (INFO) - Initializing Coyote HTTP/1.1 on http-443

It appears that you also have port 80 configured, you're not using APR, and 
ports 80 and 443 were successfully initialized.

> Jan 23, 2012 10:58:53 AM (main) (org.apache.axis2.transport.http.AxisServlet)
> - (WARN) - No transportReceiver for 
> org.apache.axis2.transport.http.AxisServletListener
> found. An instance for HTTP will be configured automatically. Please update 
> your axis2.xml file!

Looks like your Axis2 configuration is broken.

> Jan 23, 2012 10:58:53 AM (HttpListener-8443-1) 
> (org.apache.axis2.transport.http.server.DefaultConnectionListener)
> - (INFO) - Listening on port 8443

So you have Axis2 listening on 8443 - which is a commonly used HTTPS substitute 
port.

What port are your clients trying to connect to, 443 or 8443?

 - 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