Run 2 different application with same context root
--------------------------------
yes its possible if we have
1) Configure 2 virtual hosts, vhost1 for for abc.com and vhost2 for cde.com.
2) Configure plugin-cfg.xml to route requests on vhost1 to sample1, and vhost2 to sample2,
if the application is same conflict occurs with unexpected results.with different applications but same context with above scenario,No issues.it will work fine.
Example: same application content with different names,with same context root will have some conflict.
with two different applications,different application content with same context root ,No issues ,it will work fine
Thanks in advance
kuruva
--------------------------------
Posted By: kuruva at Jan 4 2010 12:42PM