|
Home > Archive > WebSphere Application Server > September 2006 > jacl doubt
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi all,
i´m making some jacl scripts on linux for my was and i have some doubts:
1.- is it possible to make the wsadmin go faster ? it takes lot of time to run the scripts.
2.- when wsadmin is invoked with the -f <file.jacl> option, is it possible to avoid the message:
WASX7209I: Connected to process "dmgr" on node sles9sistemasManager using SOAP connector; The type of process is: DeploymentManager
that it writes in console ?
Thanks to all.
| |
|
| I think the answers to your questions are "no" and "no" in any order.
| |
| Paul Ilechko 2006-09-16, 1:48 pm |
| Borix wrote:
> Hi all,
>
> i´m making some jacl scripts on linux for my was and i have some doubts:
>
> 1.- is it possible to make the wsadmin go faster ? it takes lot of time to run the scripts.
Yes, use jython instead of jacl.
>
> 2.- when wsadmin is invoked with the -f <file.jacl> option, is it possible to avoid the message:
>
> WASX7209I: Connected to process "dmgr" on node sles9sistemasManager using SOAP connector; The type of process is: DeploymentManager
Not that I'm aware of. Why do you care?
| |
|
| No, it is not at all possible
| |
|
|
"Borix" <jamapla@mapfre.com> wrote in message
news:1239182301.1158321740580.JavaMail.wassrvr@ltsgwas009.sby.ibm.com...
> Hi all,
>
> i´m making some jacl scripts on linux for my was and i have some doubts:
>
> 1.- is it possible to make the wsadmin go faster ? it takes lot of time to
run the scripts.
>
> 2.- when wsadmin is invoked with the -f <file.jacl> option, is it possible
to avoid the message:
>
> WASX7209I: Connected to process "dmgr" on node sles9sistemasManager using
SOAP connector; The type of process is: DeploymentManager
>
> that it writes in console ?
You could filter the output with grep, like wsadmin -f xx.jacl | grep -v
"WASX7209I".
>
> Thanks to all.
|
|
|
|
|