Search the web
Sign In
New User? Sign Up
wlshell
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 503 - 532 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
503
Here's what I use in a clustered wls6.1 environment: @ type = JMSDestinationRuntime @ ls /$type @ DESTINATIONS = $LAST for $destination in $DESTINATIONS @ date...
setchele
Offline Send Email
Nov 1, 2004
11:14 pm
504
You might try: java ${MEM} ${PROPS} wlshell.Main -v WLSHDIR=${WLSHDIR} "$@" $@ in double quotes expands a bit differently......
setchele
Offline Send Email
Nov 1, 2004
11:15 pm
505
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...
sreenivasajois
Offline Send Email
Nov 2, 2004
12:18 am
506
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 : ...
dosy07
Offline Send Email
Nov 2, 2004
1:56 pm
507
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...
AmarPreeti
Offline Send Email
Nov 3, 2004
3:21 pm
508
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:...
Paco Gomez
dfwmad
Offline Send Email
Nov 4, 2004
6:17 am
509
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: ...
jack_luca
Offline Send Email
Nov 4, 2004
3:39 pm
510
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 ...
dosy07
Offline Send Email
Nov 4, 2004
6:18 pm
511
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 ... ...
sfomad
Online Now Send Email
Nov 5, 2004
1:10 am
512
Jack, the object is actually created, just type: descr $data and you will see it. Also take a look at the sample scripts: ...
sfomad
Online Now Send Email
Nov 5, 2004
3:13 am
513
thanks paco its work ! WONDERFUL !!!!...
dosy07
Offline Send Email
Nov 5, 2004
2:13 pm
514
Paco; You're definitely right! I tried and got it! Anyway, the "null" is a little bit confusing.:-) Thanks again, Jack ... a ... error...
jack_luca
Offline Send Email
Nov 5, 2004
2:54 pm
515
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...
jack_luca
Offline Send Email
Nov 6, 2004
2:51 am
516
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...
joseriser
Offline Send Email
Nov 10, 2004
12:58 pm
517
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. ...
Paco Gomez
sfomad
Online Now Send Email
Nov 10, 2004
1:03 pm
518
Hi, Is there anyway I can install wlshell 2.0.2 in non-GUI mode ? Jag...
jagathese
Online Now Send Email
Nov 10, 2004
10:46 pm
519
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...
Paco Gomez
sfomad
Online Now Send Email
Nov 11, 2004
12:13 am
520
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...
jagathese
Online Now Send Email
Nov 11, 2004
3:00 am
521
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...
Paco Gomez
sfomad
Online Now Send Email
Nov 11, 2004
3:07 am
522
thanks. it worked. Jag ... 2.1 ... the...
jagathese
Online Now Send Email
Nov 11, 2004
3:17 pm
523
I was wondering when can I/we expect the next release of wlshell? Thanks....
tthell
Offline Send Email
Dec 2, 2004
9:18 pm
524
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 ...
Paco Gomez
dfwmad
Offline Send Email
Dec 4, 2004
12:43 am
525
I am using WLShell 2.0.2. We have a few entries in our config.xml file that contain spaces in the MBean name e.g. : <JMSConnectionFactory...
Santosh
santoshm.rm
Offline Send Email
Dec 6, 2004
4:35 am
526
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"...
eric chiu
erictchiu
Online Now Send Email
Dec 9, 2004
2:01 am
527
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...
erictchiu
Online Now Send Email
Dec 10, 2004
4:17 am
528
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:...
Paco Gomez
sfomad
Online Now Send Email
Dec 13, 2004
8:15 pm
529
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 ...
john
jnz88
Offline Send Email
Dec 15, 2004
1:12 am
530
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...
jnz88
Offline Send Email
Dec 15, 2004
1:13 am
531
John, You need to loop through all the managed server, i.e. to get attributes on execute queues from managed server: for $SERVER in $SERVERS ...
eric chiu
erictchiu
Online Now Send Email
Dec 15, 2004
1:25 am
532
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...
Daniel
sphinx11_99
Offline Send Email
Dec 15, 2004
2:18 pm
Messages 503 - 532 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help