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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 571 - 600 of 673   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
571
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...
henrik_bentel
Offline Send Email
Apr 4, 2005
5:01 pm
572
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...
henrik_bentel
Offline Send Email
Apr 6, 2005
1:04 am
573
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?...
A S
arun1311
Offline Send Email
Apr 27, 2005
1:00 am
574
How do you install Wlshell in HP-Ux?...
A S
arun1311
Offline Send Email
Apr 27, 2005
1:01 am
575
How to make wlshell connect using 3DES encrypted password found in config.xml? Is there another way to avoid storing password in plain text in the script...
rao_lavu
Offline Send Email
Apr 27, 2005
10:31 pm
576
Hello, wlshell. In c2w operation we have a bug: in config.xml we have <JMSFileStore Directory="d:\projects" Name="MyJMSFile Store"/> but in config-deploy.wl we...
Pavel Reich
pavel_reich_com
Offline Send Email
May 13, 2005
3:53 pm
577
Hi Just been so quiet. Any updates on 2.1? Or is it more or less "dead in the water"?...
henrik_bentel
Offline Send Email
May 19, 2005
10:00 pm
578
Henrik, Version 2.1 is still under development. The release will be sometime during this summer. Stay tuned! Best regards, Paco Paco Gomez wlshell author and...
Paco Gomez
sfomad
Online Now Send Email
May 26, 2005
10:50 pm
579
the is no need to actually "install" anything (wlsh is pure java): down load the jar file copy it into your HP-UX server create a script similar to the...
veederdoron
Offline Send Email
Jun 13, 2005
7:17 pm
580
Hi, Via the GUI I can access all objects under /EJBPoolRuntime. However when trying to using scripts to do so i encounter problems. I think because the object...
veederdoron
Offline Send Email
Jun 15, 2005
6:00 pm
581
Hi, Anybody can help me to set an object name to an attribute? I failed to set a jmstopic object to the Parent attribute of a durable subscriber object....
Yun Cao
ycao2004
Offline Send Email
Jul 6, 2005
11:07 am
582
Hello I have recently downloaded version 2.0.2. As per the documentation, there should be a example folder containing atleast the following files : ...
cpsbatth
Offline Send Email
Jul 6, 2005
11:15 pm
583
Hello, How to monitor distributed JMS Q using .wlsh script. I'm using following script to monitor it. It's running fine in non-distributed jms q. it's giving...
kalravkhamar
Offline Send Email
Jul 8, 2005
8:06 pm
584
... Hi, Where are you running the script? Is it going against the admin server, or the JVM which hosts the queue itself? It seems as if you won't have access...
Jason Collins
craazycollins
Offline Send Email
Jul 11, 2005
3:08 pm
585
Hi, Can some one provide input on whether current wlshell ver or beta version supports changing config.xml in offline mode? If yes then please share an script...
sheetal jain
sheetaljain74
Offline Send Email
Aug 3, 2005
5:43 am
586
Hi there! I can't perform a division using "/". Is it supported in 2.0.2? wlsh dev_domain:/> a = new Float 10 variable a set to 10.0 (java.lang.Float) wlsh...
Olivier Gourment
ogourment
Offline Send Email
Aug 22, 2005
7:38 pm
587
Hi! Could anybody solve this problem already? In previous posts i haven't seen a solution. The problem: when I create az /ExecuteQueue/x: md /ExecuteQueue/x ...
ommadawn_1975
Offline Send Email
Sep 17, 2005
6:19 pm
588
It seems to be a bug, because, the code generated by c2w command results the same message. Does anybody know a workaround for that? Thanks Zsolt...
ommadawn_1975
Offline Send Email
Sep 17, 2005
6:20 pm
589
Hi Paco! My suggestion is to put the next code fragment into the method wlshell.jmx.weblogic.queryMBeans(String server, String domain, String type, String...
ommadawn_1975
Offline Send Email
Oct 5, 2005
4:00 am
590
I am generating a file from wlshell. How can I email that file from with wlshell? Any help is greatly appreciated Thanks, Arun...
A S
arun1311
Offline Send Email
Oct 19, 2005
11:36 am
591
Hello, I don't understand how to set a DestinationKey of a Topic. I succesfully create a Destination Key and the topic but when I call the method set...
lfiandesio
Offline Send Email
Nov 18, 2005
6:52 am
592
Luciano Just use the addDestinationKey operation of the Topic, here is a sample script: # # this script creates a JMSDestinationKey and # adds the key to an...
paco
sfomad
Online Now Send Email
Nov 19, 2005
2:53 am
593
Hello, is there a way to break a Ant build script using wlshell if the script generates some error? Some sort of "failOnError=true"... Something like: <target...
lfiandesio
Offline Send Email
Nov 27, 2005
3:40 pm
594
At runtime, I need to discover all EJBs that are deployed and also what operations are exposed in their remote/local interfaces? How do I do this with WLShell...
satroy
Offline Send Email
Nov 27, 2005
3:41 pm
595
... In your wlsh script use something like ... MAIL=<path-to>/alarm.sh EMAIL=alert@... if $messagesinqueue > $THRESHOLD then CMD=expr(${MAIL} + " " +...
martinbuechler
Offline Send Email
Jan 23, 2006
3:10 pm
596
Hi, I would like to know when weblogic server 9.1 will be supported ? Jag...
jagathese
Online Now Send Email
Jan 30, 2006
4:58 pm
597
I am trying to run the WL shell Explorer from my windows 2000 Professional Desktop and connect to the Web Logic Server on my Unix machine. Every Time I...
joerosiak1972
Offline Send Email
Feb 23, 2006
9:16 pm
598
I used the script to create a JMSEventGenerator, but in the WLI console, the Destination JNDI Queue is blank ! How can I with wlshell specify this field ? thx...
julien.charmier
Offline Send Email
Apr 1, 2006
2:42 am
599
I am trying to create jms local queues on each server in a cluster (Each server has a JMS Server). I was hoping to name each queue same. However, after...
amarsinghaustin
Online Now Send Email
May 12, 2006
12:19 am
600
Hi All, I am using WL 8.1 SP4 under Solaris 9. If I invoke the wlsh by running the wlsh.sh from wlsh home dir, the explorer also opens up. I do know there is a...
shivashankarst
Offline Send Email
May 25, 2006
12:20 pm
Messages 571 - 600 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