Hi, The "=" sign is used by wlshell as the delimiter to differentiate the variable name from its value. Here is a possible workaround: build.xml: <property...
Hi there, I'm trying to add a security policy to a JDBCConnectionPool using wlshell. As a first step I've created the policy via the weblogic console and I'm ...
Colin O'Toole
cotoole@...
Jul 2, 2004 2:54 pm
428
Hello! Thanks for this terrific tool I had a question regarding Managed WebApp Servers (in JVMs seperate from the Admin Server but all on the same machine). I...
Hi, I am using wlshell (2.0.2) with WLS 8.1 sp2 ( with workshop runtime) and the get -m command returns null for me. I tried a simple command: wlsh testProd:/>...
Luc, This is a known issue in 2.0.2 that has been fixed in 2.1.0-beta-2 (available soon). The workaround is to start wlshell in debug mode (-d) like you have...
Hello guys I'm running wlsh 1.7 with weblogic server 8.1sp2. the following configuration used to work with the Weblogic 7.0sp2. but after upgrading the...
Shlomit Balas
shlomit@...
Jul 15, 2004 1:17 pm
432
We run wlshell scripts in cron jobs to monitor a WL application. It works great, except when the WL admin server is unavailable. When running in script mode...
Hello, I have 2 questions : 1. I used to use completion when using previous verison of wlshell and it seems it has disappeared since version 2.0.2. How can I...
Hi, I just downloaded WLShell 2.0.3 using the linux installer. I am running WebLogic 8.1 sp1 on RedHat 7.2. My setup has only one domain and one server. When...
Hi, I've been playing around with wlshell trying to automate domain installation and I've run into a wall. I'm trying to do the equivalent of: SET -mbean...
Is it possible to create a new Authentication Provider with wlshell. For example I can do this wlsh xtools23:/> Security: wlsh Security:/> cd typeless ...
Hi, I have problems with the application!component notation that is supposed to handle the same component name being used in multiple applications: wlsh...
Hi does anyone know where Paco is ? why doesn't he answer ?...
Shlomit Balas
shlomit@...
Aug 9, 2004 11:28 am
440
Sholmit, I have been busy lately with professional and personal matters. I am trying to catch up with email. The wlshell project is as alive as ever. I am...
Hi, Paco: How to create servers inside a cluster after cd to the cluster? I tried server times, it failed. Thanks ... cluster. ... target. ... servers that...
Hi, I have the same problem. An execution error during a wlshell script execution makes wlshell to stop executing the script but not wlshell itself. For...
Hello I trying to learn and understand WLShell commands. This might seem like a simple question. Since WLShell uses JMX to communcate with WL server. Can I...
JVM parameter setting is a very imp step of performance tuning ! ...start with minimum val and have a max value set...i think u cant have more than 2GB of that...
Hello: I want to set the JVM parameters vis the WLshell tool, in short, is there a way to do this. Thank You DLWasler V i k r a m <vmbhosale@...> wrote: ...
Hi David, You can set JVM parameters via the ServerStart MBean, via the Arguments attribute. You can also set -D switch and other options. In wlshell this is...
Try something like this: SERVER_NAME=myserver CLUSTER_NAME=mycluster #Create the Managed Server cd /Server mkdir $SERVER_NAME cd / #Cluster root dir does not...
I want to do a backup using .wlsh script! I tried to use the c2w it only provides resources info, see below. How do I get the total config information not just...
After connecting to my server, I can see my custom MBeans in the heirarchy but seem to be unable to access any of their attributes or operations. I am using...
Hello: Can someone explain how to get a message posted. I have try several times to post messages. Is there a filter reading messages? What is the work flow...
Hi, I am trying to install wlshell in UNIX. I typed in the following command: java -jar install-wlshell-2.0.2.jar I am getting the following error: Exception...
Hi, I am new to wlshell. I am also facing problems installing wlshell in UNIX. I have got it installed in Windows and it's working fine. Can u tell me what...
Hi, I am trying to install wlshell in UNIX by executing the jar file. (java -jar install-wlshell-1_6.jar) But I am getting this error - Can't connect to X11...