WebLogic support - Deployment order

This is Interesting: Free IT Magazines  
Home > Archive > WebLogic support > October 2004 > Deployment order





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 Deployment order
ShadowMan

2004-10-29, 7:47 am

Hi all
I have two EARs deployed on the same server.
Each of them has a WAR containing startup-servlet.
I've specified stage-mode=stage; two.phase=true; development-mode and
LoadOrder ...but WARs are deployed ever in the wrong order.

What should I do?
<Application LoadOrder="25" Name="_appsdir_XXXXEAR_ear"

Path=" C:\Programmi\bea\user_projects\domains\m
ydomain\applications\XXXXEAR.ear"
StagedTargets="myserver" StagingMode="stage" TwoPhase="true">
<WebAppComponent Name="XXXXStarter" Targets="myserver"
URI="XXXXStarter.war"/>
<EJBComponent Name="XXXXEJB.jar" Targets="myserver"
URI="XXXXEJB.jar"/>
</Application>
<Application LoadOrder="50" Name="_appsdir_XXXXWeb-EAR_ear"

Path=" C:\Programmi\bea\user_projects\domains\m
ydomain\applications\XXXXWeb-EAR.ear"
StagedTargets="myserver" StagingMode="stage" TwoPhase="true">
<WebAppComponent Name="xxxx" Targets="myserver"
URI="XXXXWeb.war"/>
</Application>

I would like XXXXStarter deployed before XXXXWeb ...any ideas?
thanx
--
ShadowMan

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com