Hi All,
I am developing Web application in Websphere Studio Application Developer. I have two EAR files and both should have two seprate log files. So I have created separate context listener class for these two modules and keeping this into one EAR file. Now when I am running the application on local host I am getting an error as Virtual Host/WebGroup Not Found : The web group default_host/applicationmodule_1 has not been defined.
I have set up the server configuration as below
Application class loader policy: single
Application Class loader: Parent_first
WAR classloader policy: application
Can anyone flash light on this issue?