Is there a way to configure the classpath setting for the container on
startup when using the Maven/Cactus plugin?

I want to add C:\domains\lib\wlstartup-8.78.0.jar to my classpath along with
the weblogic.jar.

In my situation I have a config.xml file (weblogic7.x) with an entry for a
startup class:
    <StartupClass
 
Arguments="filename=&quot;global.properties&quot;,filelocation=&quot;C:\\dom
ains\\conf\\&quot;"
        ClassName="wlstartup.GlobalStartUp"
        LoadBeforeAppDeployments="true" Name="GlobalStartUp"
Targets="testserver"/>

This startup class is used in all my applications so my test cases fail if
certain properties aren't there.

Any help is appreciated.
Marc

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

Reply via email to