Hi all, Beeing quite a roockie I've not well understood if with wlshell connected to an admin server for a cluster I will be able to monitor either parameters...
I would like to know if Weblogic Custom Security Providers (Authentication, Authorization etc..) can be created using WLShell commands in version 2.0. Thanks ...
Thibaut, I will fix this issue in v2, Thanks for pointing this out. Paco ... From: thcuvelier [mailto:thcuvelier@...] Sent: Monday, June 30, 2003 2:47 AM...
How can I add a component to an application in WLS6.1? I am trying to add a WebComponent to an Application using "invoke" but I get a java exception(exception...
Dom, In 7.0 and 8.1, the operation is: /JDBCConnectionPoolRuntime/mypool/reset in 6.1, the operation is not exposed as a JMX MBean operation and therefore...
Marco, if you connect to the admin server, you would be able to monitor attributes of the admin server AND the managed servers. If you connect to the managed...
That is definitely on the list of requirements for 2.0 Thanks for the suggestion. Paco Paco Gomez Principal Systems Architect BEA Systems ... From: bsivark...
I'm working on some improvements to the c2w command and I'd like to hear any experiences with this command. One known issue is the proper order of the...
Paco -- Haven't touched base with you for a while. My general experience is that c2w is kinda cool so far as it goes, but since it doesn't really generate ...
Hi Paco, In my case I only have use it to get the first view of my normal configuration, to be abble to recreated automatically. But because I'm working in a...
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...