Re: Orion shutdown problem

2000-12-15 Thread Shailesh
  Hi there  ,   In  your  command  don't specify  the port no. , then it will work.   e.g. Use the command like following  [root@ns orion]# java -jar admin.jar  ormi://localhost admin 123 -shutdown   Shailesh Joshi Java Programmer Versaware (India) Ltd.       - Original Me

CMP Bean in mysql

2000-11-10 Thread Shailesh Joshi
calls commit() after inserting the record.   How do I control  setAutoCommit(false) for  CMP  with  the above driver ?     Shailesh      

Re: URGENT: talking with other app server?

2000-11-08 Thread Shailesh Joshi
Hi James. I think , you can implement it. Your servlet will just act as a client for other Application server. For weblogic, you can download the evaluation version of Weblogic which is free. After deploying the bean to Weblogic you can include following lines in the servlet. Properties p = ne

Re: EJB-lookup problems with moved "Product" ejb example

2000-10-17 Thread Shailesh Joshi
.....context.lookup(..) etc. Shailesh Joshi Java Programmer Versaware (India) Ltd. - Original Message - From: Vivek Iyer <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, October 17, 2000 8:40 AM Subject: EJB-lookup problems with moved &quo

Re: Orion and MySQL

2000-10-09 Thread Shailesh Joshi
;x"     password="x"     inactivity-timeout="30"     schema="database-schemas/mysql.xml"   />          

Re: Stopping the Server

2000-10-09 Thread Shailesh Joshi
.   Shailesh Joshi        Java Programmer     Versaware(India) Ltd.   - Original

Classpath : Orion On Linux

2000-09-28 Thread Mr Shailesh Joshi
e server is not able to get the class ? FROM WHERE ORION TAKES THE CLASSPATH ? With regards Shailesh

Re: Client : Communication error

2000-08-23 Thread Mr Shailesh Joshi
t.SECURITY_PRINCIPAL,"admin"); p.put(Context.SECURITY_CREDENTIALS,"123"); Context context = new InitialContext(p); in the CartClient application. Shailesh - Original Message - From: Sridhar Manickam <[EMAIL PROTECTED]> To: Orion-Interest <[EMAI