Hi,
i solved this problem by editing startWeblogic.cmd . see below for ur
reference
set JAVA_OPTIONS=%SAVE_JAVA_OPTIONS%
set SAVE_JAVA_OPTIONS=
set
CLASSPATH=%SAVE_CLASSPATH%;D:\jarsforweblogic\commons-logging-1.1.1.jar;D:\jarsforweblogic\servicemix-utils-1.2.0.jar;D:\jarsforweblogic\servicemix-jbi-3.2.3.jar
set SAVE_CLASSPATH=
if "%PRODUCTION_MODE%"=="true" (
set WLS_DISPLAY_MODE=Production
) else (
set WLS_DISPLAY_MODE=Development
)
if NOT "%WLS_USER%"=="" (
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Deploying-ServiceMix-as-WAR-to-Weblogic-tp3349059p3351036.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.