classloader - Websphere: add shared shared library to cluster -


I need to add a shared library for Vebspeyr Cluster I, I have used the following approach - modified setup Simdeelainkbat file like this

  SET WAS_EXT_DIRS =% JAVA_HOME% \ lib;% WAS_HOME% \ classes;% WAS_HOME% \ lib;% WAS_HOME% \ installedChannels;% WAS_HOME% \ lib \ ext;% add custom jar WAS_HOME% \ web \ help;% ITP_LOC% \ plugins \ com.ibm.etools.ejbdeploy \ runtime;% EXTERNAL_LIB_DIR%   

this makes it% EXTERNAL_LIB_DIR% folder Is possible for But it works on the same server. How can I do this in the whole cluster?

you startupCmdLine . It is not in the cluster nor in the same server correctly. Admin console environment & gt; Shared Library If you want to add that library to the cluster, you can select the right cluster in the scope combo. Of course you will need to create a directory with your shared jars on each node that is a member of the cluster and can associate it with your application or server.

Update
To create a server classloader, go to Server & gt; Server type & gt; WebSpace Application Server & gt; Server_name & gt; Java and process management & gt; Create Class Loader and New Classloader, then give it a library.

Also see:



Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -