Here's what I use in a clustered wls6.1 environment: @ type = JMSDestinationRuntime @ ls /$type @ DESTINATIONS = $LAST for $destination in $DESTINATIONS @ date...
Paco, WLS Version 8.1 SP2. and wlshell version is 2.0.2 The output of the commands you asked is as follows: directory of cafe2:/JMSDestinationRuntime drwx...
Hi all, I created a script that using a properties file for backup attribut values during bench. I give it for if you must make bench like loadrunner run : ...
Sorry, some environment file was wrong. It works for Weblogic 8.1 But I believe, there is one error in WLShell. I am not able to define Cluster address...
Try this: set ClusterAddress "server1.com:7001,server2.com:7001" There are two additional log files and I'm not sure which one are you looking for: Server log:...
Hi,Paco; I'm just starting to use wlshell. However, when I tried to deply a application using "data = (DeploymentData)admin", I had this error message: ...
Hi all, Hi paco, I have 2 managed servers and 1 pool When i try : cd /JDBCPoolRuntime ls I have in stdout : directory of domtecfrc:/JDBCConnectionPoolRuntime ...
Hi Arnaud, this bug has been fixed in version 2.1.0-beta-1 available for download here: http://www.wlshell.net/v2/download.html Best regards, Paco ... ...
Hi, Paco; Thank you so much for your wlshell. I just tried it for serveral days. With your help, I can use it to deploy my application. It's a great tool! I...
Hello, I've been used wlshell since 2 or 3 months ago, and I think it's a very useful tool for Weblogic admins. Actually i'm trying to integrate wlshell with...
Hi, That bug has been fixed, see: http://www.wlshell.net/v2/patches.html If you want to keep using version 2.0.2, just download and apply that patch. ...
Jag, The installer supports only the GUI mode. The upcoming version 2.1 will have a non-GUI installation option. In the meantime and as a workaround, some...
Thanks for the information. I followed your advice. But when I invoke wlshell/bin/wlsh.sh, it appears to connect to a X window server. In my case this is not...
Edit the file ".wlshrc" and remove or comment the last line: explore that will start the command line without the explorer Regards, Paco ... From: jagathese...
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...