Just a quick question on capability.
With IBM Commerce Enterprise, using extended sites.
I want to create say, three estores:
www.mystore.comwww.hisstore.comwww.herstore.comWith Commerce and IHS, can I browse to "http://www.mystore.com/" and the storefront appear? Or will it always be "http://www.mystore.com/some/path"
I know this may seem silly, but I can do it with JBoss and Weblogic, but I'm not finding out a straight answer on being able to do it with Websphere/Commerce.
Edit: As an example, in weblogic say I have an app:
www.mystore.com/webapp/store/I load the weblogic module in apache, and proceed with proxying the context root to via weblogic module to the weblogic cluster, and trim the context root from the path.
-location directive
SetHandler Weblogic
PathTrim "/webapp/store"
-end location directive
So when people point their browser to "http://www.mystore.com/", they get the storefront as presented by weblogic.
Does websphere have the same capability (I assume so), and does it provide it for multiple sites via esites?