XAware has not built any integration with specific App Server deployment tools, since they all differ significantly. If the WebLogic admin server tool can run a script, then you can write a small script to copy the .xar files to all of the specified servers (you will have to have the url and xawarehome for each server), perhaps based on the scripts we deliver in xawarehome/bin.
The
BatchDeploy script simply copies the .xar file to the <xawarehome>/publish directory on the current server (the server does not have to be running; if running, the server must be restarted or cache cleared, after running BatchDeploy).
The
HotDeploy script executes the Package Assembly Tool interface to copy the .xar file to the specified (local or remote) server into the <xawarehome>/publish directory; this also resets the cache so that the next execution of the
BizDoc uses the just-deployed version (i.e. does not require restart or manual clearing of the cache).
In both cases, the XAWAREHOME environment variable must be set properly in the script.
Deploying the .xar at this time, is simply copying the .xar to the xawarehome/publish directory and clearing the cache. The .xar is no longer expanded (into a directory structure) in XAware 5.4.