Hi,
I have deployed two applications on my localhost on IBM WebSphere Application Server, 5.1.1.5
I have added the default port 80 to virtual hosts of both the application servers. Now when I
tried to access the applications via IBM HTTP Server1.3.28, then i m getting error in one
application saying “Virtual Host or Web Application Not Found
The web group /<CONTEXT_ROOT>/ has not been defined
IBM WebSphere Application Server”
One application is running fine. but the other one is giving me error.
Below is the plugin-cfg.xml file virtaual hosts:
<VirtualHostGroup Name=”zanacoadmin_host”>
<VirtualHost Name=”*:9081″/>
<VirtualHost Name=”*:80″/>
</VirtualHostGroup>
<VirtualHostGroup Name=”zanacoretail_host”>
<VirtualHost Name=”*:443″/>
<VirtualHost Name=”*:9082″/>
<VirtualHost Name=”*:80″/>
</VirtualHostGroup>
Pls help me out.
Savio