Hi folks,
I have encountered an issue when trying to deploy axis2.war to Weblogic 
8.1 SP3 (on win32 platform). Have tried both v1.1 and v1.1.1 and 
encountered the same problem, the deployment fails due to the file 
module.xml not being found.

The solution is to deploy in exploded format or to force the application 
to stage. In my case I forced weblogic to stage the file (ie. Weblogic 
will explode the WAR when its is deployed). The relevant section from 
config.xml looks like this:

    <Application Name="_appsdir_axis2_war"
        Path="C:\bea\user_projects\domains\localdev\applications"
        StagedTargets="weblogiclocal" StagingMode="stage" TwoPhase="true">
        <WebAppComponent Name="axis2" Targets="weblogiclocal" 
URI="axis2.war"/>
    </Application>

Regards,
Stephen
--
This message contains privileged and confidential information only 
for use by the intended recipient.  If you are not the intended 
recipient of this message, you must not disseminate, copy or use 
it in any manner.  If you have received this message in error, 
please advise the sender by reply e-mail.  Please ensure all 
e-mail attachments are scanned for viruses prior to opening or 
using.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to