unsubscribe

2001-04-12 Thread Vidyasagar Jeyakumar
__ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of

Java Threads Created after EJB Lookup

2000-09-29 Thread Vidyasagar Jeyakumar
Hi, I have some doubts: I am calling a Stateless EJB method(Weblogic5.1) from a Client written in Java Thread using RMI call. Step-1:: Before calling EJB LOOKUP::When i diplay the number of active threads it is showing as follows:: java.lang.ThreadGroup[name=TraceLogThreadGroup,maxpri=10]

How To find whether WLS is started

2000-08-14 Thread Vidyasagar Jeyakumar
Hi, I have written a Java thread program which starts the WLS 5.1 using (c:\weblogic\startweblogic.cmd). The Java Thread program in turn has to call EJB methods deployed in the WLS. Now until the WLS is fully started, my java thread program calls EJB methods and i am getting Error javax

two-phase commit in EJB.

2000-08-09 Thread Vidyasagar Jeyakumar
Hi, We are using EJB on Weblogic. We are calling Oracle SQL statments through EJB. This SQL statements are spread over multiple EJBs. We want a transaction manager to take care of all the transactions done by each Beans. Does EJB or Weblogic Support two-phase Commit?. Please answer me ASAP.

getting bindAddress of WLS

2000-08-05 Thread Vidyasagar Jeyakumar
Hi, I need to get the Weblogic bindAddress during Weblogic Server Shutdown. When i start the weblogic using startWeblogic.cmd i give the bind address of the Weblogic Server as below: -Dweblogic.system.bindAddr=10.3.10.156 Now how to get back the Bind Address programatically inside

Getting IP Address of WLS

2000-07-21 Thread Vidyasagar Jeyakumar
Hi, When i start the weblogic using startWeblogic.cmd i give the bind address of the Weblogic Server as below: -Dweblogic.system.bindAddr=10.3.10.156 Now how to get back the Bind Address programatically inside the EJB methods. Please reply. EJB method start --

Command Line Validation in Java

2000-06-14 Thread Vidyasagar Jeyakumar
Hi, What is java command which is used for the command line validation.Unix call "getopt" is very useful to do command line validation.Is there any java command equavalent to "getopt" to do command line validation in Java. java exampleprogram -param1 value1 value2 -param2 value -param3 value

How to access multiple Weblogic Servers in single machine

2000-06-13 Thread Vidyasagar Jeyakumar
Hi, I need the following clarification. How to start multiple weblogic servers in a single machine. If i start Multiple weblogic servers in a Single Machine. How are individual weblogic servers identified ?? 1) Do each weblogic servers running in same machine are identified by unique IP

How to access multiple WLS within same machine

2000-06-09 Thread Vidyasagar Jeyakumar
Hi, I need the following clarification. How to start multiple weblogic servers in a single machine. If i start Multiple weblogic servers in a Single Machine. How are individual weblogic servers identified ?? 1) Do each weblogic servers running in same machine are identified by unique IP

Load Balancing Using Weblogic ????

2000-04-16 Thread Vidyasagar Jeyakumar
rather than allowing these user's to be picked up by one of the other servers. So how does Weblogic handle Load Balancing in proxy servers when Session Variables and Stateful Session Bean are used. Thanks Vidyasagar Jeyakumar __ Do You Yahoo!? Send

EJB or CORBA

2000-02-05 Thread Vidyasagar Jeyakumar
Hi, I need the following information from u. For an upcoming assignment i need to finalise whether i have to use EJB or CORBA. From my understanding, CORBA allows objects written in one language on one platform to be called by objects in a different language on a different platform. For