Many WebLogic users are still using WLS 6.1 which doesn't provide the DeployerRuntime to make apps deployment easy. If you are still using 6.1, here is how to...
See my last email: http://groups.yahoo.com/group/wlshell/message/133 For instructions, I'll provide a similar script to deploy EJBs in 6.1 in the next few days...
Hi, Apologies, the fixed 1.6 will be available in a couple of hours. Thanks for letting me know. Paco Paco Gomez Principal Systems Architect BEA Systems ... ...
The fixed 1.6 is available again, sorry for the trouble. Some new code I'm working on that requires JDK1.4 got included. Now the shell works fine again on 6.1,...
Is there a way to pass parameters into a wlshell script? I am looking to create a script to deploy applications and I am wondering if I can pass parameters...
Pradeep, Currently (v1.6) you can get parameters from the user with the "prompt" command: appname = prompt "please enter the application name: " In v2 there...
Paco, Thanks! I am really looking for the functionality you are planning to provide in v2. I am looking for developers to provide the parameters and just run...
Hi, Recently I have encountered a problem with wlshell. I am using wlshell 1.6 with weblogc 7.0 sp2 I am creating am concatenating 2 vars and the output I try...
Paco or anyone else, Is there some way to verify that an application has been deployed? There is the attribute "Deployed" though I am not sure that accurately...
Yakov, I've updated WLShell to support this conversion, now you can do this: a = 700 b = 2 port = (Integer)$a$b set -v set ListenPort (Integer) $a$b The...
With this feature, you would be able to provide custom scripts like: deploy.cmd target application and inside deploy.cmd take arguments %1 and %2 and pass it...
Steve, Thanks for the feedback. C2w command is getting better little by little. In version 1.6 there are more resources supported, a report of dependencies and...
Hello, I'm currently considering options on how to continue WL Shell and would like your feedback. How would you like to see WL Shell? a) keep it as is b)...
B - it the best option For my opinion shlomit ... From: Paco Gomez [mailto:francisco@...] Sent: Tuesday, August 26, 2003 5:33 PM To:...
Shlomit Balas
shlomit@...
Aug 26, 2003 3:18 pm
152
I vote for open source. russ ... From: Paco Gomez [mailto:francisco@...] Sent: Tuesday, August 26, 2003 8:33 AM To: wlshell@yahoogroups.com Subject:...
Hi Paco, either a or b Ciao Andrea ... From: Paco Gomez [mailto:francisco@...] Sent: Tuesday, August 26, 2003 4:33 PM To: wlshell@yahoogroups.com Subject:...
My personal preference would be (b) open source. This would allow local debugging and enhancement where needed (and I would probably learn a lot, too). Note...
I vote for B, although you're doing such a great job right now that A is also a good option! Please please please don't let BEA wreck it :D Kevin ... ...
Hello Paco, I agree with Steve Barber's "best of all", which is b + c. We are using wlshell for deployment tasks and monitoring purposes. We are a BEA Customer...
Thanks everybody for your feedback and support. My main concern is how to move forward and provide more robust support for WL-Shell, which is the main concern...
After considering different options, I'll be releasing WL-Shell as Open Source. One of the main reasons for that is to provide users with more options for...
Hi, I have two questions/bugs/problems with wlsh , which I hope you could help me out with 1) How can I do escaping to special chars like ‘@’, backslashing...
Hi Yakov, Here is the answer: 1. to escape the chars '@' double it so type '@@' you can see an example in the following code. 2. To change parameter in a JMS...
Hi, I would like to benchmark the total message capacity on a JMS Queue in Weblogic. Do we have any benchmarked values? Also, I would like to use wlshell to...