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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 587 - 616 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
601
Shiva, Simply remove "explore" from the .wlshrc file. See http://www.wlshell.net/v2/faq.html#disabling-the-explorer Paco ... From: wlshell@yahoogroups.com...
paco
sfomad
Online Now Send Email
May 25, 2006
12:31 pm
602
Hi Paco, Thanks a lot!!! I tried and it's working. Shiva. ... Behalf Of ... explorer ... running ... know ... the ... to...
shivashankarst
Offline Send Email
May 25, 2006
1:40 pm
603
Hi all, I have a problem, in weblogic, when you have a context root like /toto/tata, the name of my WebAppComponentRuntime is "toto/tata". in wlshell, i cant...
dosy07
Offline Send Email
May 29, 2006
1:40 pm
604
Hi All, I had commented out the "explore" part in .wlshrc for some purpose. Now, i am able to get into wlshell prompt without the explorer opening. At the...
shivashankarst
Offline Send Email
May 31, 2006
12:43 pm
605
Hi All, My perl script contains: system("$ENV{WLSHELLHOME}/bin wlsh.sh -f version.wlsh > version.txt"); where the WLSHELLHOME variable is defined (checked it...
shivashankarst
Offline Send Email
May 31, 2006
12:48 pm
606
I solved this. I had missed out one "/" after bin. Thanks, Shiva. ... version.txt");...
shivashankarst
Offline Send Email
Jun 1, 2006
12:48 pm
607
It looks like your system call is missing a forward slash between bin and wlsh.sh. Try using: system("$ENV{WLSHELLHOME}/bin/wlsh.sh -f version.wlsh >...
Michael King
xenos_mak
Offline Send Email
Jun 1, 2006
12:49 pm
608
Is it possible to use wlshell with weblogic express for deployments? Anyone else using WLX? Thanks, Mike...
Michael King
xenos_mak
Offline Send Email
Jun 2, 2006
1:44 am
609
Hi All, I require to pass few parameters to wlshell script. This is wat I tried. "wlsh.sh -f <sample.wlsh> -v server_name=<machine_name>" In the script, i gave...
shivashankarst
Offline Send Email
Jun 2, 2006
1:20 pm
610
This is wat I did: wlsh.sh -f sample.wlsh -v a=<machine_name_port> -v b=<user_name> -v c=<passwd> -v d=<ear_file_name> ... connect $a $b $c ####I am able to...
shivashankarst
Offline Send Email
Jun 2, 2006
1:32 pm
611
Hi All, I am using Weblogic 8.1. I intend to use wlshell for monitoring the connection pool status like Active connections, etc and as well as monitor the...
shivashankarst
Offline Send Email
Jun 7, 2006
12:51 pm
612
Will there be a version of wlshell that works with weblogic 9?...
fluxhaze
Offline Send Email
Jun 24, 2006
1:53 am
613
Hi, I have an issue in weblogic managed server, where i have a cluster of mangaed weblogic servers. all the managed weblogic manged server after a period of...
vinu_surya
Online Now Send Email
Jul 10, 2006
11:09 am
614
Hi, I've an issue with my weblogic managed server, where i could see instances crashing down because of out of memory exception. I came across the wlsh script...
vinu_surya
Online Now Send Email
Jul 12, 2006
2:27 am
615
Hi, I'm very new to this shell script and fallen interest to learn. I installed and trying to run this commoan and getting the error belw. Can some one help me...
seelan400
Offline Send Email
Jul 21, 2006
6:13 pm
616
Follow this way and you will be successful - Install Weblogic binaries Install WLSHELL. It will ask you weblogic home directory -- you give above one Open...
sanjay kumar
s_a_njay
Offline Send Email
Jul 21, 2006
9:24 pm
Messages 587 - 616 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