anil abraham wrote:
> Hi Markus,
> The Tomcat log is as folows:
> What does this Indicate.
It indicates that there is something going badly wrong when Tomcat tries to
set up the Connector.
Are you using a Sun VM as the lines like
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
m
Hi Markus,
The Tomcat log is as folows:
What does this Indicate.
Mar 23, 2006 2:50:28 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException: Protocol handler instantiation failed:
java.lang.NullPointe
rException
at
org.apache.coyote.tomcat5.CoyoteConne
.
What else can i try.
Regards,
Anil
From: Markus Schönhaber <[EMAIL PROTECTED]>
Reply-To: tomcat-user@jakarta.apache.org
To: "Tomcat Users List"
Subject: Re: Unable to Configure SSL on Tomcat on AIX
Date: Tue, 21 Mar 2006 13:06:15 +0100
anil abraham wrote:
> I ha
anil abraham wrote:
> I have made the changes to the server.xml.(secure="true" and
> scheme="https") but still
> the default web page is not displayed. When i use the same server.xml
> config under windows tomcat installation i am able to access the deployed
> application and tomcat
anil abraham wrote:
> hi Markus,
> 1)The page is displayed if i access it via
> http://172.25.16.2:localhost:8080/els but cannot when i use
> https://172.25.16.2:localhost:8070/els.
These are not really the URLs you use, are they?
So, chances are, the HTTPS configuration of the Connector did some
ystoreType="JKS"
keystoreFile="/export/home/elsadmin/ELS_HOME/co
nf/certs/KeyStore" keystorePass="changeit" clientAuth="false"
sslProtocol="TLS"
protocol="SSL" algorithm="ibmX509" />
Do i need to add any other attributes
Thanks
anil abraham wrote:
> I have been trying to configure SSL on Tomcat 5.0.28 on IBM AIX5.2 OS on
> port
> 8070 .(I also tried with port 8443 but i dont get the tomcat default web
> page even though
> catalina.out shows Tomcat and my deployed application as started.).
> After making changes to confi
Hi,
I have been trying to configure SSL on Tomcat 5.0.28 on IBM AIX5.2 OS on
port
8070 .(I also tried with port 8443 but i dont get the tomcat default web
page even though
catalina.out shows Tomcat and my deployed application as started.).
After making changes to configure SSL on AIX my serv