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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 285 - 314 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
285
Hi. I read the Weblogic Developer's Journal Magazine article about wlshell and found out about monitor.wlsh script. I made a few changes to have the...
senegos
Offline Send Email
Feb 3, 2004
11:27 pm
286
Hi, I would like to automate some configuration. To do that I need to test string looking if they are containing a second string. E.g.: 'Server1Name1' ...
thcuvelier
Online Now Send Email
Feb 6, 2004
3:32 pm
287
Thibaut, At this moment wlshell (v.2-beta-8) doesn't have a like operator for strings, see expr command for a list of operators ...
Paco Gomez
sfomad
Online Now Send Email
Feb 6, 2004
3:53 pm
288
Safar, The runtime MBeans run on WebLogic and collect performance metrics by default. wlshell connects to WebLogic and gets the MBean attributes that you...
Paco Gomez
sfomad
Online Now Send Email
Feb 10, 2004
9:23 am
289
Safar, Couple of quick additions to Paco reply: 1a. I have used wlshell for production monitoring[20,30 mbeans] for 24, 48, and 72 hrs at a time with flawless...
Andrew Sliwkowski
asliwk2000
Offline Send Email
Feb 10, 2004
8:16 pm
290
Hi. I try to connect wlshell to admin server via Domain Wide Administration Port and get error: [.. wlsh [not connected]> connect t3s://andron.nsm.era.pl:9009...
lenczek2
Offline Send Email
Feb 11, 2004
4:44 pm
291
with a new look, check it out at www.wlshell.com <http://www.wlshell.com/> Regards, Paco...
Paco Gomez
sfomad
Online Now Send Email
Feb 12, 2004
4:00 am
292
Rafal, When you connect through the console does everything work ok? Do you see any errors in the admin server log ? Did you happen to try to a similiar java...
asliwk2000
Offline Send Email
Feb 12, 2004
4:10 am
293
Rafal, It may probably suffice if you add the following option in your wlsh startup script: ...
Mark van Holsteijn
mvholste
Offline Send Email
Feb 12, 2004
2:24 pm
294
There is an additional property that might be required: -Dweblogic.security.SSL.ignoreHostnameVerification=true here is how you can modify wlsh.cmd: set...
Paco Gomez
sfomad
Online Now Send Email
Feb 12, 2004
3:24 pm
295
Thibaut, The new v2.0.0 has support for object method invocation, this is useful in this case to compare strings, here is an example: a=[s1a,s1b,s2] for $i in...
Paco Gomez
sfomad
Online Now Send Email
Feb 12, 2004
9:45 pm
296
We're upgrading from WLS 8.1 SP1 to 8.1 SP2 and the version of WLShell I'm using (currently 1.6) is providing the following warning upon ... WARNING: The...
smittyhalibut
Offline Send Email
Feb 12, 2004
10:44 pm
297
Hey Rafal - Please let us know what you end up doing. It would be nice to have closure on this. We don't currently use SSL to the servers for our connections...
Rob Kenyon
RobDKenyon
Offline Send Email
Feb 13, 2004
12:57 am
298
With this property -Dweblogic.security.SSL.trustedCAKeyStore=d:\bea700\weblogic700\server\lib\cacerts -Dweblogic.security.SSL.ignoreHostnameVerification=true ...
Lenczewski Rafal
lenczek2
Offline Send Email
Feb 13, 2004
2:19 pm
299
Rob, I have it working with just the -Dweblogic.security.SSL.trustedCAKeyStore property set. I do use proper (self-signed) certificates, so I do not need to...
Mark van Holsteijn
mvholste
Offline Send Email
Feb 13, 2004
2:20 pm
300
When I start a server using Nodemanager, using the synchronousStart method on the ServerMBean, I get the following exception. wlsh mydomain:/Server/myserver2>...
Mark van Holsteijn
mvholste
Offline Send Email
Feb 13, 2004
2:20 pm
301
I installed WLShell on a Linux Box with BEA WLS 8.1 SP2 running as the Admin server of a cluster. Whenever I run wlsh.sh without a DISPLAY variable, it...
smittyhalibut
Offline Send Email
Feb 13, 2004
9:22 pm
302
In an attempt to add to net.wisdom, I'll post the solution I think I've found. It appears that WLShell v2.0.0 doesn't have this problem. So, upgrading to...
smittyhalibut
Offline Send Email
Feb 13, 2004
9:23 pm
303
Smitty, In the ${WLSHELL_HOME}/bin directory, where you run the wlsh.sh command there is a file called "./wlshrc", go to the last line (62) and you'll see: @...
Paco Gomez
sfomad
Online Now Send Email
Feb 13, 2004
9:31 pm
304
Smitty, Thanks for the update. I figured out the new directory structure makes more sense. I hope the new features in 2.0 will make worth the changes. Paco ...
Paco Gomez
sfomad
Online Now Send Email
Feb 13, 2004
9:47 pm
305
I've got some MBeans with slashs in their names. Specifically, our web apps have them, as do some of the EJBs made by WLI. Is there a way to get WLShell to...
Mark Smith
smittyhalibut
Offline Send Email
Feb 14, 2004
3:18 am
306
Well, whaddya know! It worked! Thanks, Paco. I appricate the work you put into this. It's a great utility. Keep up the good work! :) -Mark...
smittyhalibut
Offline Send Email
Feb 14, 2004
3:18 am
307
Mark, use the use the same forward slash twice: // see: http://www.wlshell.com/v2/commands.html#cd Paco ... From: Mark Smith [mailto:mark-yahoo@...] ...
Paco Gomez
sfomad
Online Now Send Email
Feb 14, 2004
3:22 am
308
Paco managed to answer this a minute before it was received. He's fast! (grin - I'm completely aware of how email works but it's Friday night and someone's...
Rob Kenyon
RobDKenyon
Offline Send Email
Feb 14, 2004
4:56 am
309
Rob, Estrange things happen on Fridays, and specially on 13th's ;) Paco ... From: Rob Kenyon [mailto:robdkenyon@...] Sent: Friday, February 13, 2004...
Paco Gomez
sfomad
Online Now Send Email
Feb 14, 2004
6:46 pm
310
I would like to place an enhancement request to extend the exit command with an additional parameter indicating the status code which is to be passed to...
Mark van Holsteijn
mvholste
Offline Send Email
Feb 16, 2004
2:30 pm
311
Hi ! My question: Why does wlshell search through all the managed servers including the admin-server for MBeans at startup? Could that be avoided or like...
ifszssuva
Offline Send Email
Feb 16, 2004
2:39 pm
312
Mark, That sounds like a useful feature. I'll put it in the todo-list. Thanks for the suggestion! Paco ... From: Mark van Holsteijn...
Paco Gomez
sfomad
Online Now Send Email
Feb 16, 2004
2:44 pm
313
Hi Lukas! It searches through all the managed servers for Mbeans so it can create a list of MBean types to display the directory structure. If you just want to...
Paco Gomez
sfomad
Online Now Send Email
Feb 16, 2004
2:56 pm
314
Lukas, I just thought maybe the issue is wlshell, as a WebLogic Client, is not having enough threads to connect to all the servers in the domain. That might be...
Paco Gomez
sfomad
Online Now Send Email
Feb 16, 2004
3:14 pm
Messages 285 - 314 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