|
Home > Archive > WebSphere Commerce suite > March 2006 > Problems at starting Full Test Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problems at starting Full Test Server
|
|
|
| Hello,
we migrate to 5.6.1. in the moment I try to start the application in the full test enviornment. We have3 Web Projects. As I start the application I get the error:
- No Virtual Host defined for web module: -
I don't understand, where I can define the virtual host. Normaly it is done by the admin console and if I look in the console, I find an default_host defined.
I also looked in the file \conf\servers\fullconfig\cells\localhost
\applications\wcfull.ear\deployments\wcfull\deployment.xml
there are following entries:
********** snip ******************
<deploymentTargets name="server1" nodeName="localhost" xmi:id="ServerTarget_1" xmi:type="appdeployment:ServerTarget"/>
<modules startingWeight="30000" uri="Stores.war" xmi:id="WebModuleDeployment_5" xmi:type="appdeployment:WebModuleDeployment">
<targetMappings target="ServerTarget_1" xmi:id="DeploymentTargetMapping_18"/>
</modules>
*********** snip *****************
Could you tell me, how I have to configue the enviornment to fix this error ?
Thanks
| |
|
| Now,
I find the answer on my own :-)
The Virtual host is defined in the 'ibm-web-bnd.xmi' file.
There is a parameter 'virtualHostName': this name was wrong in out enviornment.
I changed it to 'default_host' and the web module is loaded, now.
|
|
|
|
|