Wednesday 15 June 2011

classloader - Websphere: add shared shared library to cluster -



classloader - Websphere: add shared shared library to cluster -

i need add together shared library websphere cluster. have used next approach - modified setupcmdline.bat file way

set was_ext_dirs=%java_home%\lib;%was_home%\classes;%was_home%\lib;%was_home%\installedchannels;%was_home%\lib\ext;%was_home%\web\help;%itp_loc%\plugins\com.ibm.etools.ejbdeploy\runtime;%external_lib_dir%

this makes possible add together custom jars %external_lib_dir% folder. works on single server. how do entire cluster?

you should have not modified startupcmdline. not right way in cluster nor in single server. configure shared library via admin console environment > shared libraries. if want associate library cluster, can select right cluster in scope combo. of course of study need create directory shared jars on each node fellow member of cluster , associate application or server.

update create server classloader go servers > server types > websphere application servers > server_name > java , process management > class loader , create new classloader, attach library it.

see also:

shared library collection class loader collection configuring class loaders of server

websphere classloader

No comments:

Post a Comment