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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 523 - 552 of 673   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
Offline 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
Offline 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
533
... 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...
Daniel
sphinx11_99
Offline Send Email
Dec 16, 2004
2:39 am
534
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
sphinx11_99
Offline Send Email
Dec 16, 2004
5:02 am
535
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...
Paco Gomez
sfomad
Online Now Send Email
Dec 17, 2004
2:50 pm
536
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...
Daniel
sphinx11_99
Offline Send Email
Dec 18, 2004
12:07 am
537
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...
unix_r_us
Offline Send Email
Dec 21, 2004
8:50 pm
538
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...
eric chiu
erictchiu
Offline Send Email
Dec 22, 2004
3:36 am
539
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 Gomez
sfomad
Online Now Send Email
Dec 22, 2004
3:43 am
540
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...
sreenivasa jois
sreenivasajois
Offline Send Email
Jan 4, 2005
10:19 pm
541
Hi, As the name of the destination includes an "@" sign, you need to escape it, for instance the wlshell name for the destination is: ...
sfomad
Online Now Send Email
Jan 13, 2005
10:05 pm
542
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 ...
sfomad
Online Now Send Email
Jan 13, 2005
10:28 pm
543
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!...
Antonio D. Ramíre...
antoniodavid...
Offline Send Email
Jan 28, 2005
3:28 pm
544
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...
Wolfson, Michael S
mswolfson
Offline Send Email
Jan 31, 2005
8:12 pm
545
Thanks very much, it worked perfectly. Correct syntax is: java weblogic.Admin -url t3://ip:port -username username -password password THREAD_DUMP ... From:...
Antonio D. Ramíre...
antoniodavid...
Offline Send Email
Feb 1, 2005
3:25 pm
546
Hello, wlshell. I want to convert Integer to String. How i can do this? serverPort=5 i want cd /Cluster/mycluster strPunctSemicolon=",:" ClusterAddress=get...
Pavel Reich
pavel_reich_com
Offline Send Email
Feb 3, 2005
3:14 pm
547
Hello, Try: ClusterAddress = expr($ClusterAddress + ":" + $ServerPort) Regards ... From: Pavel Reich To: wlshell@yahoogroups.com Sent: Thursday, February 03,...
Antonio D. Ramíre...
antoniodavid...
Offline Send Email
Feb 3, 2005
4:09 pm
548
And in general you can invoke the method : ClusterAddress = $ClusterAddress toString Use "descr ClusterAddress " to see available methods for an object. ... of...
fgui_fr
Offline Send Email
Feb 5, 2005
1:14 am
549
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...
fgui_fr
Offline Send Email
Feb 7, 2005
7:32 pm
550
How to add JDBC source or another element - twice? Those not works [java] wlsh mytestdomain:/JDBCTxDataSource/JDBCTxDataSource> invoke addTarget $target00 ...
Pavel Reich
pavel_reich_com
Offline Send Email
Feb 8, 2005
8:06 pm
551
How to set CredentialGenerated=false and change Credential in SecurityConfiguration for domain? Using wlshell.....
Pavel Reich
pavel_reich_com
Offline Send Email
Feb 14, 2005
1:39 pm
552
Hi paco, Hi all i have a question , how to print '"' with echo in wlshell ? regardless Arnaud...
dosy07
Offline Send Email
Feb 15, 2005
1:13 pm
Messages 523 - 552 of 673   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