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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 98 - 127 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
104
Rob, Thanks for your suggestions. The first one will be included in 2.0 (location and size in "get -g"). About the second recommendation, there is a way to...
Paco Gomez
paco@...
Send Email
Jun 7, 2003
8:46 pm
105
I'm familiar with how it can be set after the window appears, but we find that with three servers with a heap size of 256M, we usually end up with graphs...
Rob Kenyon
RobDKenyon
Offline Send Email
Jun 7, 2003
10:39 pm
106
Paco -- Just in case you are still interested in backward compatibility with local WLS 6.1 libraries, the 1.6b5 wlsh.jar file is not. (1.6b5 works fine so far...
Steve Barber
sbarber4
Offline Send Email
Jun 9, 2003
9:03 pm
107
When I try to paste into the wlsh command line running in a CMD window in Windows XP, all I get is the first letter of the string. E.g. if I have "asdf" in the...
Steve Barber
sbarber4
Offline Send Email
Jun 9, 2003
9:16 pm
108
Steve, The tab completion feature in windows is implemented with a native library (located in <wlshell-install-dir>\bin\wintcsi.dll). Copy & Paste is not fully...
Paco Gomez
paco@...
Send Email
Jun 12, 2003
3:42 am
109
Steve, I think the patch that is in the classpath (CR080764_610sp3.jar) is confusing WLShell about the version of the libraries and then it tries to use a...
Paco Gomez
paco@...
Send Email
Jun 12, 2003
4:15 am
110
Paco -- Yep, that was it. Thanks!! Hey, as long as your are mucking about in the version checking code, perhaps have the WARNING: The server version is...
Steve Barber
sbarber4
Offline Send Email
Jun 12, 2003
3:37 pm
111
Thanks. Here's a little snippet people can insert in wlsh.cmd (just after the @set CLASSPATH is a fine place) for the time being to enable freedom of choice at...
Steve Barber
sbarber4
Offline Send Email
Jun 12, 2003
3:55 pm
112
Hi, I've installed wlshell on my PC. I've tried to connect to Weblogic that run on my PC and wlshell ... the, I tried to connect to weblogic in other PC, but I...
max_ricci2000
Offline Send Email
Jun 18, 2003
7:15 am
113
Max, Does the server at 10.0.0.10 allow non-SSL connections? It looks like you are able to connect to the console using https://10.0.0.10:7001. Is this the SSL...
Paco Gomez
paco@...
Send Email
Jun 18, 2003
3:04 pm
114
With the recent fixes in WLShell (1.6b5), it is possible to concatenate two variables, in assignment statements or get commands, for instance: wlsh mydomain:/>...
Paco Gomez
paco@...
Send Email
Jun 18, 2003
3:15 pm
115
Hi, to displays the value of the specified attributes of MBean, under wlshell I can use "get" command. I want save the values in ascii file, to...
max_ricci2000
Offline Send Email
Jun 18, 2003
8:51 pm
116
That feature is planned for v2 (a beta is coming soon). In the meantime you can copy and paste what is in the command buffer. Paco ... From: max_ricci2000...
Paco Gomez
paco@...
Send Email
Jun 19, 2003
2:50 pm
117
Is There a possibility to access directly the value at a position in the array ? E.G.: ServerList = ["Serv01", "Serv02", "Serv03"] echo "Server Number 2:...
thcuvelier
Online Now Send Email
Jun 26, 2003
12:19 pm
118
... Yes, I will add this feature to version 2.0 thanks for the suggestion! Paco Paco Gomez...
sfomad
Online Now Send Email
Jun 26, 2003
7:20 pm
119
A good think to correct for version 2.0 : Calling a other script file (read) within a if...end construction, will going out of the if. So all instruction...
thcuvelier
Online Now Send Email
Jun 30, 2003
7:48 am
120
Hi all, Beeing quite a roockie I've not well understood if with wlshell connected to an admin server for a cluster I will be able to monitor either parameters...
Marco Vannini
vanma01
Offline Send Email
Jul 2, 2003
11:36 am
121
I would like to know if Weblogic Custom Security Providers (Authentication, Authorization etc..) can be created using WLShell commands in version 2.0. Thanks ...
bsivark
Offline Send Email
Jul 2, 2003
6:56 pm
122
Thibaut, I will fix this issue in v2, Thanks for pointing this out. Paco ... From: thcuvelier [mailto:thcuvelier@...] Sent: Monday, June 30, 2003 2:47 AM...
Paco Gomez
sfomad
Online Now Send Email
Jul 10, 2003
4:59 am
123
Hello, I'd like to know if it could be possible to add the possibility of calling an external program with the shell. Regards, Dom...
lantierdom
Offline Send Email
Jul 23, 2003
11:37 am
124
How can I add a component to an application in WLS6.1? I am trying to add a WebComponent to an Application using "invoke" but I get a java exception(exception...
p_k_nayar
Offline Send Email
Jul 23, 2003
8:31 pm
125
Hello, I would like to know how I could achieve the same thing than the weblogic.Admin RESET_POOL command does, with wlshell. I've looked at the...
lantierdom
Offline Send Email
Jul 24, 2003
8:35 am
126
Dom, In 7.0 and 8.1, the operation is: /JDBCConnectionPoolRuntime/mypool/reset in 6.1, the operation is not exposed as a JMX MBean operation and therefore...
Paco Gomez
sfomad
Online Now Send Email
Jul 29, 2003
5:46 am
127
Marco, if you connect to the admin server, you would be able to monitor attributes of the admin server AND the managed servers. If you connect to the managed...
Paco Gomez
sfomad
Online Now Send Email
Jul 29, 2003
6:32 am
Messages 98 - 127 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