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 somehow not work, leaving you with a HTTP Connector. You still didn't tell us what happens if you try to access the page via HTTPS. > 2) the default page is the login(start) page of the application deployed in > webapps.But i am not able to access the Tomcat s main page also. You say http://172.25.16.2:8080/els works but http://172.25.16.2:8080/ doesn't? What happens if you try to access http://172.25.16.2:8080/ ? > 3) I tried configuring either of the Connector ports(i.e 8443 and 8070) > in server.xml and started the server .Still cannot start the deployed > application.nor tomcats index page is shown.(although tomcat is started > successfully) > 4)I can access the appllication via https > using(https://172.25.16.2:localhost:8070/els and also on port 8443). the > same server.xml in windows but cannot access via https in AIX 5.2.The > problem is only in tomcat under AIX 5.2 That seems to indicate that the configuration in server.xml itself is correct and there is some other difference wrt to this issue. Maybe the keystore? It also seems to me that with "the same server.xml" you really mean "almost the same server.xml", since you should at least have to adjust the path to the keystore for the Connector on port 8443 to make it work on Windows. Any other adjustments? > 5)The logs in tomcat is not helping for this. I doubt that. > 6) The server.xml has been edited for SSl configuration as per Tomcat > Documetation. OK, what about the keystore on AIX? > What else can i try. Sorry, I'm out of ideas ATM. Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]