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
Unable to pass more than 3 params to wlsh script   Message List  
Reply | Forward Message #610 of 675 |
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>

Inside the script:
--------------------
connect $a $b $c ####I am able to connect to the server. No issues
with this.
cd /Application
cd $d #####Here seems to be the issue. I am not able to get into
this dir. I even tried printing $d after connect. It's taking only
null value.
........
.........
disconnect
exit

Am i overlooking anything.

Any help is appreciated.

Thanks,
Shiva.











Fri Jun 2, 2006 12:00 pm

shivashankarst
Offline Offline
Send Email Send Email

Forward
Message #610 of 675 |
Expand Messages Author Sort by Date

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
Advanced

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