Re: Unable to Configure SSL on Tomcat on AIX

2006-03-23 Thread anil abraham
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

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-23 Thread Markus Schönhaber
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)

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread Markus Schönhaber
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 configure

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread anil abraham
Hi Markus, 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 on port 8443 and