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 =

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 "Produ

Re: Orion and MySQL

2000-10-10 Thread Shailesh Joshi
uot;-//Evermind//- Database schema" "http://www.orionserver.com/dtds/database-schemas.dtd"!-- Author : Shailesh Joshi --database-schema name="Mysql" not-null="not null" null="" primary-key="primary key"type-mapping type="java.lang.String"

Re: Stopping the Server

2000-10-09 Thread Shailesh Joshi
Hi Miles , Youmight be using the port no in the url while stopping the server. (e.g. ormi://localhost:80) If you are using it omit it. The same exception I got while getting Initial Context, if port no. is specified. It works fine without giving the port no. Shailesh Joshi Java

Classpath : Orion On Linux

2000-09-28 Thread Mr Shailesh Joshi
Hi All I have installed Orion 1.3.8 on Linux server. I have deployed beans and running clients successfully. The problem is the server can't get the Driver in Class.forName(" "); I have copied driver class in the orion-root directory; set the classpath . But still the server

Re: Client : Communication error

2000-08-23 Thread Mr Shailesh Joshi
Hello Sridhar, What you can try is Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY,"com.evermind.server.ApplicationClient InitialContextFactory"); p.put(Context.PROVIDER_URL,"ormi://localhost/ejbsamples");