Rajasekhar Pentakota wrote:Hi Ricky
Can you explain how to create virtual hosts as you specified.
I have tried creating like
Environment-->virtusal host -> default_host-> here added my server2 port.
My applicaiton is working in two servers but I just wanna make some changes to the config file differently for each same application instances. hope you understand.
another question is
Can I install the same application with two different context names ofcourse in two servers. As my application is an ear file I couldn't specify the context root name. I want to edit the properties in a file in the web inf folder for the application with two different contexts.
Yes thats right. Thats the way to create Vhosts but add more ports like
SOAP connector port number of the server to which the VHost is asigned.
About the contextroot I have not tried doing it because its always risky putting different contextroot for same application in same instance.
Its better to alter all other combinations and run app as changing context root's manually in EAR files not suggested one.
Though if you are doing it for
test only then you can change the contextroot in application.xml file and test it but remember its not recomended procedure.
Thanks,
-Ricky