I make a correction for code written previously:
    ...
    URL urlServlet = new
URL("https://www.domain.net:8443/applservlet/greeting";);
    connection = urlServlet.openConnection();
    ...

Then I don't have to configure tomcat with SSL Configuration HOW-TO as
stand-alone web server, although I don't use jk connector.
Only correct the 8443 port issue, isn't it?

Thank You.
Regards.

-----Original Message-----
From: Mark Thomas [mailto:ma...@apache.org] 
Sent: miƩrcoles, 02 de marzo de 2011 12:08
To: Tomcat Users List
Subject: Re: Tomcat and SSL

On 02/03/2011 10:59, jvr wrote:
> If I go to
> http://www. domain.net:4848/applservlet/greeting
> with the browser I could see the servlet.
> 
> But If I go to
> https://www. domain.net:8443/applservlet/greeting
> I'm being redirected to PLESK.

Then there is an issue with your hosting environment. It may not support /
be configured for SSL. You need to contact your hosting provider in the
first instance.

Mark

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



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

Reply via email to