My server is running Apache2 and WAS 5.1 with multiple applications on multiple virtual hosts.
I have one application which requires SSL which is installed on apache. But the application using the SSL needs to run on websphere. Here is my problem/questions:
Since the SSL certificate is installed on apache i need to configure virtual hosting in apache (rather than define it in websphere). Now, when i install the application in websphere, how do i tell websphere to only serve this site for 1 of my virtual hosts, which is defined in apache?
I can't redefine the virtual host in websphere as it causes apache to fail on startup.
Any ideas on how to accomplish this?
Thanks, Jason