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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 450 - 479 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
450
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...
dwasler
Offline Send Email
Sep 12, 2004
3:16 am
451
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...
wr_knotts
Offline Send Email
Sep 12, 2004
3:17 am
452
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...
dwasler
Offline Send Email
Sep 16, 2004
5:07 am
453
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...
cyriacpeter
Offline Send Email
Sep 16, 2004
5:13 am
454
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...
cyriacpeter
Offline Send Email
Sep 16, 2004
5:13 am
455
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...
cyriac peter
cyriacpeter
Offline Send Email
Sep 16, 2004
5:13 am
456
David, Due to spam and unsolicited e-mail sent to the list, we decided to moderate the list. I moderate this list. When a message is sent to the list, I review...
Paco Gomez
sfomad
Offline Send Email
Sep 16, 2004
5:13 am
457
Hi, I have been exposed to wlshell very recently, I need to know the licensing issue related to the usage of this s/w. I suppose this is for free, but if it is...
Satyajit Paul
satya_paul
Offline Send Email
Sep 17, 2004
1:00 pm
458
Hi Paco: I have submitted over 15 e-mails posting to your sites and only 2 two ever posted and answers some users questions that never been posted either. So I...
David L. Wasler
dwasler
Offline Send Email
Sep 17, 2004
1:01 pm
459
I am calling wlhell from Unix shell script and i want to pass a parameter. For your reference my example is below: I am passing paramter named PHASE (value...
AmarPreeti
Offline Send Email
Sep 17, 2004
3:56 pm
460
Satya, yes, you can use wlshell for free. See the license at: http://www.wlshell.net/v2/license.html Regards, Paco ... From: Satyajit Paul...
Paco Gomez
sfomad
Offline Send Email
Sep 17, 2004
4:05 pm
461
Is there a typo in your example? the PHASE variable is not prepended with the $ sign... Paco ... From: AmarPreeti [mailto:amarpreeti@...] Sent: Fri...
Paco Gomez
sfomad
Offline Send Email
Sep 17, 2004
4:05 pm
462
... 'man xhost' for more info. -tony...
tthell
Offline Send Email
Sep 18, 2004
2:35 am
463
Thanks Tony. I got this done already. We have a Samba server so I mapped the Unix installation directory to Windows and did a Winows installation. Later I...
cyriacpeter
Offline Send Email
Sep 20, 2004
9:10 pm
464
Hi Paco, I also have this problem. I have a script that tries to connect to the server and get statistics every 10mts or so. Problem is if the server goes down...
cyriacpeter
Offline Send Email
Sep 20, 2004
9:10 pm
465
Hello, I've got wlshell working well on XP, but when I try to run it on Solaris, I get a problem that's hard to debug. It has no apparent problem connecting...
kebarcla@...
eugenovich
Offline Send Email
Sep 22, 2004
3:05 pm
466
Hi, From the logs u have attached I think u are getting connected to wlsdomain. You might have tried this already but in case u haven't, type in $CONNECTED at...
cyriac peter
cyriacpeter
Offline Send Email
Sep 23, 2004
2:48 am
467
Typo mistake was in my mail. But there was no typo error in the script. I always get null values for the fourth param. If I pass only three params, I get the...
AmarPreeti
Offline Send Email
Sep 23, 2004
2:48 am
468
Thanks for replying. No, in UNIX shell script, I am using $PHASE sign (variable). Can we pass custom parameter to wlshell? if yes, what is the syntax? Thanks, ...
AmarPreeti
Offline Send Email
Sep 23, 2004
2:48 am
469
Helo, You must replace in the wlsh.sh the $1 ... $9 meaning that the wlsh.sh script only take the only 9 parameters by $@ meaning all parameters. Hope that...
Thibaut Cuvelier
thcuvelier
Online Now Send Email
Sep 23, 2004
5:26 am
470
Hi, I am trying to install the jar file on solaris and I getting the following error: $ ./install-wlshell-2.0.2.jar Font specified in font.properties not found...
aarthis.rm
Offline Send Email
Sep 23, 2004
10:11 pm
471
I need to set a field to a java.util.Properties object, but I am doing something wrong. I looked at the code samples and saw an example, but I am doing...
Mike Hampton
javamike9
Online Now Send Email
Sep 24, 2004
1:33 am
472
Hi Paco, Is there anyway I can read values from a .properties file from a wlsh script. I am trying to make a monitor script where I can specify the parameters...
cyriacpeter
Offline Send Email
Sep 24, 2004
1:33 am
473
Cyriac, With the latest language features in version 2.0.2, that is easy to do: Let's say you have a properties file called "props.properties", then: file =...
Paco Gomez
sfomad
Offline Send Email
Sep 24, 2004
1:53 am
474
Mike, Use an intermediate variable: props = new java.util.Properties $props setProperty "java.naming.security.principal" "weblogic" $props setProperty...
Paco Gomez
sfomad
Offline Send Email
Sep 24, 2004
1:59 am
475
Thank you, that did it. ... multiple values?...
Mike Hampton
javamike9
Online Now Send Email
Sep 24, 2004
1:47 pm
476
Thanks Paco. It worked. Cyriac ... __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! ...
cyriac peter
cyriacpeter
Offline Send Email
Sep 24, 2004
4:39 pm
477
More info on this please. I tried editing the wlsh.sh file. I replaced the line java ${MEM} ${PROPS} wlshell.Main -v WLSHDIR=${WLSHDIR} $1 $2 $3 $4 $5 $6 $7 $8...
cyriac peter
cyriacpeter
Offline Send Email
Sep 26, 2004
8:50 pm
478
Hi Paco, I dont know if these are already known but I am having following 2 issues: 1) The replaceAll method in java.lang.String class is not working in UNIX....
cyriac peter
cyriacpeter
Offline Send Email
Sep 26, 2004
8:51 pm
479
Yes it was I mean. The $@ is used to take all the parameters given to a scripts in stead of taking the first one, the second one, ... For me it solve the...
Thibaut Cuvelier
thcuvelier
Online Now Send Email
Sep 27, 2004
5:46 am
Messages 450 - 479 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