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...
Paco Gomez
paco@...
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@...
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...
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...
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, 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@...
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@...
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...
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...
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, 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@...
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@...
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...
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@...
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:...
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...
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...
I would like to know if Weblogic Custom Security Providers (Authentication, Authorization etc..) can be created using WLShell commands in version 2.0. Thanks ...
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...
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...
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...
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...