12-18-04 01:46 AM
We have some jars we have to (currently) put on the server classpath. When w
e have a managed server started by Node Manager, we modify the server classp
ath in the WLS console, under server | configuration | remote start | class
path.
So far, when we set this, it overrides all the weblogic classpath stuff. So
we have to manually get that and include that in what we paste in here, e.g.
,
CLASSPATH=C:\bea\jdk141_05\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic
_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\o
jdbc14. jar;C:\bea\WEBLOG~1\common\eval\pointbas
e\lib\pbserver44.jar;C:\bea\W
EBLOG~1\common\eval\pointba
se\lib\pbclient44.jar;C:\bea\jdk141_05\jre\lib\rt.jar;C:\bea\WEBLOG~1\server
\lib\webservices.jar;NOW OUR STUFF TOO
I've tried including %CLASSPATH% rather than have to add in all the WLS stuf
f too (Windows box here) and not had any luck. Is there any way not to blow
away the WLS-specific classpath entries when using specifying the Remote Sta
rt class path?
[ Post a follow-up to this message ]
|