I've previously installed a tomcat SSL on another server using the instructions that were in the forum. On that server it was directly going into AIM like https://xyz.com:8080/AwareIM/logonOp.aw?&domain=xxxxxxxxx. So all the redirections worked for all the pages.
In the server I am talking about, it first has to go the https://xyz.com . This is a page served up by IIS.
This page has a login that will go into AIM. Which is tomcat.
I really don't care if the AIM page is SSL but I think by not having it with SSL, this will probably also display the google unsecured message. So I guess I need to install the same certificate on both IIS and Tomcat. That was kind of my question.
I'm assuming Tomcat can probably serve up the https://xyz.com instead of IIS, but not sure how I would even do that.
So should I just install the IIS and Tomcat with SSL, or try to figure out how to serve up the main page from Tomcat, and just have SSL for tomcat.
I'm an app programmer, so when it comes to this, it gets a little muddy when going outside of IIS.
Thank, Mark F