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 ...
Hi All, I installed wlshell on my PC to try to configure an existing BEA domain. I used the script deliver on the web site to remove and recreate Data Source,...
Arnaud, Use this: echo '"' Best regards, Paco ... From: dosy07 [mailto:dosy07@...] Sent: Tuesday, February 15, 2005 3:08 AM To: wlshell@yahoogroups.com ...
a=1 a=expr($a + 1) make sure there is a blank space before and after "+" ... From: Hervé LE MORVAN [mailto:dokjava@...] Sent: Tuesday, February 22, 2005...
Hi all: I'm using WLShell 2.0.2 and WebLogic Server 7.0 (SP5). I want to create a startup class and target it to a cluster, but I haven't found any example of...
Well... using c2w I've found how to do this: mkdir /StartupClass/"MyStartup Class" cd /StartupClass/"MyStartup Class" set Arguments "Arguments" set ClassName...
Hello, wlshell. Similar those cd /SecurityConfigurationConfig/$DOMAIN set CredentialGenerated false # May be credential word must be encrypted? set Credential...
try similar those target = /Cluster/mycluster mkdir /StartupClass/DBInitStartupClass cd /StartupClass/DBInitStartupClass set ClassName "com.startup.DBInit" ...
Hi, The -l option of the connect command dosn't work? Do you have an idea ? Regards, Hervé. ... Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de...
I want to create same Execute Queue (name is AENExecuteQueue) on multiple servers (within same cluster). It creates on one server, but it does not on second...
I am trying to setup JMS Migration Config and JMS Migrate for Server (Control->JMS Migration Config tab and Control->JMS Migrate tab under servers). It is not...
Could anybody explain how to set credential-mapping from wlshell as done from "Define Policies and Roles for individual beans" in the Administration console? I...
Hi Paco, I think I've read all messages about this issue but can't find any solution at all. Especially CommunicationException when connect makes problems for...
How do I add a server to a cluster? What's the syntax for setting /Server/$servername/Cluster MBean? ... wlsh t1_frontend_main:/Server/fe05> get Cluster null ...
Henrik, The config file connector has some capabilities like displaying domain resources, but the editing functionality is under development. The plan is to...
For those interested in using wlshell in Ant 1.6 Here's an example of an Ant Macrodef for wlshell and 2 simple targets using the macrodef. Add in the new...
hi Just a general question/request. The wlsh.sh script sources the env4wls.sh file without qualifying any part of the path. So if I call the wlsh.sh from...
I get this message when I try to execute . ./wlsh.sh in HP-UX Exception in thread "main" java.lang.NoClassDefFoundError: wlshell/Main Does anyone know why?...