The next release will be 2.1. There will be a new beta (2) by the end of December. The production release will happen sometime the first quarter of 2005. Paco ...
How do I install WlShell in headless mode using JDK 1.3.x? localhost> /opt/java1.3/bin/java -Djava.awt.headless=true -jar install* Exception in thread "main"...
OK, I figured out how to run wlshell using a GUI on UNIX. I unpacked the .jar on my local Windows machine (since IzPack won't run on UNIX box w/o DISPLAY env...
Eric, Thanks for providing this feedback. There will be a text-only manual installation in 2.1.0-beta-2, with instructions. Best regards, Paco ... From:...
Weblogic has ExecuteQueue and some other features which are attached to each individual managed server. I use wlshell to setup in the follwing way, for ...
Weblogic has ExecuteQueue and some other features which are attached to each individual managed server. I use wlshell to setup in the follwing way, for...
Hi, all I am new to weblogic, jmx and wlshell. :-P 1. How can I access a static fileld from a class name directly? I can do it through object but not class...
... Since wlshell was sharing the environment variable with weblogic and running on the same machine, it itself was running on JRockit too. According to the...
Hi, all Sorry for asking again. But it is a variation of the original question. And it is kind of urgent... .... Does anyone know if wlshell scripts support...
Daniel, Yes, wlshell supports invoking static methods, as long as you can instantiate an object of the class. In this case, "forName" is a static method of the...
Thanks for the reply. The reason I really want to be able to use class name directly is my situation won't allow me to create the object usually. I am trying...
First off, wlshell is awesome. It's saved me hours of work already. I'm trying to create distributed queue's. The script is as follows (with some stuff snipped...
I need a script for monitoring a production WLS cluster. When a managed server gets into trouble, I would like to get a snapshot of all its MBean attributes. I...
Mike, Thanks for your feedback. Your script looks good, as you already noticed, you just need to set the distributed queue as parent of the distributed queue...
Paco, When you get a chance, can you look at this problem? Also you were saying that you are going to publish some JMS monitoring scripts shortly.. does it...
Hi all, a new beta of the new release is available. Here are some links to get started: http://www.wlshell.net/beta http://www.wlshell.net/beta/whatsnew.html ...
Hi, I would like to know whether I could use wlshell to remotelly ask my weblogic machines to do "kill -3". Does anyone know if it is possible? Thanks!...
I don't know about WLShell, but I do know that you can issue a remote Thread Dump request through wladmin. The syntax is something like this (double check...
Thanks very much, it worked perfectly. Correct syntax is: java weblogic.Admin -url t3://ip:port -username username -password password THREAD_DUMP ... From:...
Hello, wlshell. I want to convert Integer to String. How i can do this? serverPort=5 i want cd /Cluster/mycluster strPunctSemicolon=",:" ClusterAddress=get...
And in general you can invoke the method : ClusterAddress = $ClusterAddress toString Use "descr ClusterAddress " to see available methods for an object. ... of...
Hi, when I start a graphical display with get -g <attribut>, I can't speecify the refresh period like this : get -g 10 <attribute> Is this an option that you...
How to add JDBC source or another element - twice? Those not works [java] wlsh mytestdomain:/JDBCTxDataSource/JDBCTxDataSource> invoke addTarget $target00 ...