• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Apache/Websphere with virtual hosts

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Honk if you love justice! And honk twice for tiny ads!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic