Search the web
Sign In
New User? Sign Up
wlshell
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 74 - 103 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
74
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...
niklas_nyren
Offline Send Email
May 6, 2003
1:39 pm
75
possibly, can you send the snippet of config.xml that makes up that mbean? /drew ... __________________________________ Do you Yahoo!? The New Yahoo! Search -...
andrew sliwkowski
asliwk2000
Offline Send Email
May 7, 2003
1:47 am
76
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"...
niklas_nyren
Offline Send Email
May 8, 2003
9:59 am
77
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...
andrew sliwkowski
asliwk2000
Offline Send Email
May 8, 2003
1:44 pm
78
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...
patrick murphy
feenox21
Offline Send Email
May 8, 2003
6:20 pm
79
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 "!!!!!!"...
thcuvelier
Online Now Send Email
May 13, 2003
12:34 pm
80
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...
fragmanzoolander
fragmanzoola...
Offline Send Email
May 15, 2003
7:59 am
81
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...
thcuvelier
Online Now Send Email
May 15, 2003
9:36 am
82
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...
gary_hassan
Offline Send Email
May 15, 2003
2:44 pm
83
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...
frizbog1
Offline Send Email
May 15, 2003
6:49 pm
84
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 ...
thcuvelier
Online Now Send Email
May 16, 2003
9:40 am
85
OK I have found how to do it, For the curious here is the solution: set Machine /Machine/Machine01 Is the same syntax as assigning to a cluster...
thcuvelier
Online Now Send Email
May 16, 2003
10:03 am
86
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...
thcuvelier
Online Now Send Email
May 19, 2003
11:36 am
87
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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 =...
Erik Westland
erikwestland
Offline Send Email
May 25, 2003
12:31 pm
95
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@...
Send Email
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@...
Send Email
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...
chiodonia@...
achiodoni
Offline Send Email
May 28, 2003
7:15 am
98
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...
thcuvelier
Online Now Send Email
Jun 3, 2003
7:55 am
99
Hi Paco How about a loop-construct like the following: while <conditional expression> .... if <any condition happens unexpectedly> break end end ... which...
ifszssuva
Offline Send Email
Jun 3, 2003
8:10 am
100
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...
fwelland
Offline Send Email
Jun 4, 2003
2:05 am
101
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 =...
fwelland
Offline Send Email
Jun 6, 2003
3:23 am
102
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...
Rob Kenyon
RobDKenyon
Offline Send Email
Jun 6, 2003
5:19 pm
103
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...
Paco Gomez
paco@...
Send Email
Jun 6, 2003
9:44 pm
Messages 74 - 103 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help