Hello! I'm uing wlshell and wls 8.1 and want to change the settings for my realm by adding an Active Directory Authenticator. I can't find the mbean to do...
possibly, can you send the snippet of config.xml that makes up that mbean? /drew ... __________________________________ Do you Yahoo!? The New Yahoo! Search -...
I would guess that this is the sniplet in config.xml: <Security Name="se-m-d01" PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"...
nick, I know there is an example(in the medrec build.xml) of creating updating a DefaultAuthenticator via the new ant tasks..... The security mbeans are a...
What are the requirements for terminanl settings ? When I use the explorer it locks out all my other windows. Thanks in advance for any info. Cheers ... Do...
So if I call the read script.wlsh in a if then blok, the commands following the read inside the blok are not executed. ... if not $CONNECTED then echo "!!!!!!"...
We have a JMSQueue and I'm attempting to set the RedeliveryDelayOverride. If set through the console the value is set as a (java.lang.Long). If set through...
How to set a variable or attribute to a negative value ? Here is the results of some tests. var_neg = -1 wlsh dom:/> neg = -1 incorrect syntax. type "help" for...
Hi All, I have a quick question, as we use c2w command to convert config.xml file into a shell script. I am wondering by using any command can we change a wlsh...
Is there any way to concatenate two variables? For example, this will work: for $i in 1 to 5 do msg = "Yo"$i echo $msg end but this won't: yo = "Yo" for $i in...
I would like to have the following result (haded using the console): wlsh dom:/Server/SRV01> get -v Machine Attribute Machine: dom:Name=Machine01,Type=Machine ...
How can I created Distributed Queue Member inside Wlshell ? If for exemple the Distributed Queue QTest must be distributed on the JMSSrv1 & JMSSrv2: I'm trying...
The explorer and the monitors (get -g) require X-Window in Unix. Paco ... From: patrick murphy [mailto:feenox21@...] Sent: Thursday, May 08, 2003 1:19 PM...
Paco Gomez
paco@...
May 22, 2003 4:47 pm
88
Russell, This issue has been fixed. Go to: http://www.wlshell.com/update.html and download the latest wlsh.jar, follow the instructions to replace wlsh.jar. ...
Paco Gomez
paco@...
May 22, 2003 6:40 pm
89
Gary, If you mean the config.xml, when connected to a server, the changes made to a server configuration by the shell are saved into the config.xml. Is that...
Paco Gomez
paco@...
May 22, 2003 6:45 pm
90
I'm working to fix this issue, I'll get back to you when done. Paco Paco Gomez Principal Systems Architect BEA Systems paco@... ... From: thcuvelier...
Paco Gomez
paco@...
May 22, 2003 6:47 pm
91
Matt, I'm taking a look at this issue... Paco Paco Gomez Principal Systems Architect BEA Systems paco@... ... From: frizbog1 [mailto:frizbog1@...] ...
Paco Gomez
paco@...
May 23, 2003 1:47 am
92
The issue has been fixed, just download the patch from this page: www.wlshell.com/update.html and follow the instructions, cheers, Paco ... From: Paco Gomez...
Paco Gomez
paco@...
May 24, 2003 7:08 pm
93
This issue has been fixed, just download the patch(1.6b5) from this page: www.wlshell.com/update.html and follow the instructions, cheers, Paco ... From: Paco...
Paco Gomez
paco@...
May 24, 2003 7:08 pm
94
The only way I was able to concatenate variables was to use '/' as a seperator. Fortunately for me this wasn't a big issue. For example: @ line =...
That's right, but with the patch that you can download here: www.wlshell.com/update.html you will be able to concatenate variables without that restriction,...
Paco Gomez
paco@...
May 25, 2003 7:39 pm
96
First of all, I’d like to thank to all of you that have reported bugs and provided feedback. I’m currently working in version 2.0 of WLShell and this is a...
Paco Gomez
paco@...
May 28, 2003 4:35 am
97
Hi, First of all thanks for the great tool. I'm a new user and I think it would be nice to have the get command also write out the data on a file. So it would...
First of all, thank you for your very usefull tools. In the next version, you can perhaps add the copy/paste facility. Under dos prompt It's not possible to...
Hi Paco How about a loop-construct like the following: while <conditional expression> .... if <any condition happens unexpectedly> break end end ... which...
For starters: Thanks for the great tool! So I am working with WLSHELL 1.5 using it in a unix shell script with a here document (see below). I have two simple...
Still tinkering with my here documents...made some progress...Now I need/want to do something like cd /JDBCConnectionPool cd mypool get -v Targets @ res =...
I was just thinking that it would be handy to be able to indicate the location and size of a window in "get -v". Right now all 16 graphs we use for monitoring...
Ciao Andrea, Thanks for your feedback. This is one of the most requested features and definitely it will be included in v2.0. Cheers, Paco Paco Gomez Principal...