Environment variables in Weblogic Managed Server with SSL nodemanager

Posted by Eric Darchis on Server Fault See other posts from Server Fault or by Eric Darchis
Published on 2010-10-26T22:33:19Z Indexed on 2012/10/17 17:05 UTC
Read the original article Hit count: 246

We have a C legacy application start with JNI that requires environment variables. Not java -Djava.library.path -Dvar=foo as these are purely java. I need real environment variables.

When we setup our domains, we usually use the SSH method to start the node managers. This works fine and the env variables are set properly.

Recently the sysadmin has decided for a few reasons to use the SSL mode for nodemanagers. The servers start but the environment variables are not set.

I checked with "pargs -e" (this is a Solaris machine) that the env variable was indeed not present from the nodemanager and for the managed server.

Is SSL starting the managed server without running the .sh scripts or I am missing a parameter somewhere ?

© Server Fault or respective owner

Related posts about java

Related posts about environment-variables