Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wlshell group. File :...
wlshell@yahoogroups.com
Dec 3, 2002 10:44 am
15
Hi there! I just uploaded v1.5 to yahoo groups, check on: http://groups.yahoo.com/group/wlshell/files/wlshell-1-5.zip The Dev2Dev page will be updated probably...
Paco Gomez
paco@...
Dec 3, 2002 10:53 am
16
Steve, It is available on yahoo groups cheers, Paco ... going...
Hi, Some people have asked me how to connect to WebLogic using SSL (t3s). You need to add a couple of java properties to the wlsh.cmd (wlsh.sh) file: @set...
Paco Gomez
paco@...
Dec 19, 2002 10:54 pm
18
FYI WLShell article posted on WebLogic Developer Journal: http://www.sys-con.com/weblogic/articlea.cfm?id=182 Cheers, Paco Paco Gomez, BEA Systems ...
Paco Gomez
paco@...
Dec 19, 2002 11:09 pm
19
Paco, I was creating a script to create a Connection Pool which reads environment variables from a different script. One of the environment variable is...
Vijay, Try this: Properties = (Properties) "user=username" This will store a java.util.Properties object into the MBean attribute. If you need to store more...
Paco Gomez
paco@...
Jan 17, 2003 5:10 am
21
I'm trying to configure the 'Store' attribute for a JMS Server, but can't seem to get it to go from wlshell (works fine from the console). I've tried to set it...
Hi, just discovered WLShell and it looks like the answer to my fondest WebLogic dreams. However, using wlshell 1.5 and WebLogic Server 6.1 SP3 I'm getting the ...
Steve, There must be some differences between xmlx.jar library in 6.1sp3 and 7.0sp1, I don't know at this moment. My suggestion is to use WLShell with 7.0sp1...
Paco -- Yes, that worked for the c2w command. Thanks for the really quick and useful help. However, for reasons of both licensing and deployment into...
Hi, Using WLShell 1.5 against a WLS 6.1 SP3 server, I'm trying to add a JDBCConnectionPool and JDBCDataSource. I get exceptions, but the operation appears to...
Steve, Do you see any exception on the server? That will also help to find out what is going on. Can you also provide some info about DB version and drivers? ...
Paco Gomez
paco@...
Jan 30, 2003 8:03 pm
29
Paco -- Ah, that's it, thanks. The exception was because the server could not successfully login to the database with those parameters. Not a problem with...
No problem, Paco Paco Gomez, BEA Systems paco@..., www.bea.com ... From: Steve Barber [mailto:sbarber@...] Sent: Thursday, January 30, 2003 3:27...
Paco Gomez
paco@...
Jan 30, 2003 9:48 pm
31
Steve, I totally understand the migration process issues, and the fact is not trivial. I'm working with BEA engineers to better understand the support in 6.1 ...
Paco Gomez
paco@...
Feb 5, 2003 6:18 am
32
I was wonder if I could make a request for a new feature (I'm pretty sure the feature is not there, but I could have missed it :-) ).. When creating a...
Steve, It will be available in the next release. Thanks for your continued feedback. Paco Paco Gomez, BEA Systems paco@... www.bea.com ... From: Steve...
Paco Gomez
paco@...
Feb 11, 2003 10:12 am
36
Hello, I'd like to know how I can deploy a new EJB. I've tried mkdir EJBComponent, but I can't find the way to specify the jar file. I used c2w with a...
Dom, Here is a simple example, suppose your server name is "myserver" and the EJB jar file is: "c:\projects\myejb.jar" then type the following commands in...
Paco Gomez
paco@...
Feb 12, 2003 2:30 pm
38
Hello, I tried the following script: savedom = weblogic:/Repository/Default/saveDomain activate = /DeployerRuntime/DeployerRuntime/activate data =...
Dom, The DeployerRuntime component we are trying to use here is available beginning with version 7.0 and the new deployment model. Unfortunately this...
Paco Gomez
paco@...
Feb 13, 2003 8:25 am
40
Hello, We cannot migrate to wls 7.0 at the moment, but we plan to migrate to wls 8 as soon as possible. Until there, is there a way we could use specific...
Hi, The online catalog of WLShell scripts has been recently launched at the new home page for WLShell: http://www.wlshell.com/scripts the new home page is: ...
Paco Gomez
paco@...
Mar 1, 2003 10:53 pm
42
When I use the following WLShell commands to create some JMS resources, the JNDI entries appear not to be created, particularly for the JMSConnectionFactory. ...
I am running WLShell 1.5 on IBM AIX 4.3.3 with WLS 6.1 SP2 and JDK 1.3.1. I know that is way behind, we are about to install 7.0 even if the company is not...