CLM running in WAS with Virtual Hosts
Imagine you have a single server with CNAMES:
customer1.example.com
customer2.example.com
Is it possible to configure WAS on this single server using Virtual Hosts so that the CLM applications will each have their own JAZZ_HOME directory used depending on which CNAME was accessed? For example, if accessing https://customer1.example.com/jts, JAZZ_HOME="c:\customer1\server\conf" however if accessing https://customer2.example.com/jts, JAZZ_HOME="c:\customer2\server\conf"
customer1.example.com
customer2.example.com
Is it possible to configure WAS on this single server using Virtual Hosts so that the CLM applications will each have their own JAZZ_HOME directory used depending on which CNAME was accessed? For example, if accessing https://customer1.example.com/jts, JAZZ_HOME="c:\customer1\server\conf" however if accessing https://customer2.example.com/jts, JAZZ_HOME="c:\customer2\server\conf"
Comments
Jorge Diaz
JAZZ DEVELOPER Aug 09 '12, 7:55 a.m.Could you elaborate? What version of WAS (standalone vs ND)? These are two different installations in different profiles? What are you trying to achieve?
Thanks.
Regards,
Jorge.