Re: Instantiate more than one session bean

2000-11-22 Thread Storm Linux User
On Wednesday 22 November 2000 11:34, you wrote: > At 09:50 22.11.00 , you wrote: > >On Tuesday 21 November 2000 12:47, you wrote: > > > >Is it possible to instatiate more than one session bean from the same > > > > class, > > > > > > > >for the same session? I'm planning to make a mullti-threaded

Re: Instantiate more than one session bean

2000-11-22 Thread Storm Linux User
On Tuesday 21 November 2000 12:47, you wrote: > >Is it possible to instatiate more than one session bean from the same > > class, > > > >for the same session? I'm planning to make a mullti-threaded servlet that > > you mean the same httpsession, don't you? Yes, the same HttpSession ... > >each

Loadbalancer Error (do not execute)

2000-11-21 Thread Storm Linux User
Hi.. I'm trying to make a cluster with Orion 1.4 / GNU/Linux / IBM JDK1.3 . Without clustering, my site is working, but when I try to execute the load balancer as said in the clustering how to, I receive this message: storm:/usr/local/orion# /usr/local/jdk/bin/java -jar loadbalancer.jar Except

Instantiate more than one session bean

2000-11-20 Thread Storm Linux User
Hi.. Is it possible to instatiate more than one session bean from the same class, for the same session? I'm planning to make a mullti-threaded servlet that each thread instantiate one session bean object and works with it. Thanks! []s Guilherme Ceschiatti [EMAIL PROTECTED]

Re: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Storm Linux User
On Monday 20 November 2000 12:41, you wrote: > At 12:10 20.11.00 , you wrote: > >Hi. > > > >It's possible to execute 2 different session beans concurrently, for the > > same session(user)? I will explain... My user needs to execute remote > > code on many machines. I had the idea to put an session

Re: SV: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Storm Linux User
Beans concurrently - Is thread possible? > > > perhaps you could use MessageBeans... > > I donĀ“t think that asynchronic execution is valid in EJB, nor it will ever > be... > > -Original Message- > From: Storm Linux User [mailto:[EMAIL PROTECTED]] > Sent: Lunes,

Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Storm Linux User
Hi. It's possible to execute 2 different session beans concurrently, for the same session(user)? I will explain... My user needs to execute remote code on many machines. I had the idea to put an session bean in each machine, and then get an reference for this beans in my local session bean. Bu

Re: JDK1.3 and deb. linux

2000-11-15 Thread Storm Linux User
I use Debian Potato 2.2 without problems. I' tried Sun JDK1.2.2, Sun JDK1.3 and IBM JDK1.3, all of then without problems on Debian Potato. Have you updated you system? I'd sugest you to do: apt-get update apt-get upgrade Doing this, you will get installed the latest versions of your packages,

Get the web uploaded file

2000-11-12 Thread Storm Linux User
At 15:00 12.11.00 , you wrote: >It's not form commercial use. It's for my research project for getting my >master's degree in Electrical Engineering ... I'm not concered about securety >right now. >then hack right on. will be fun. the security aspects of this could easily >fill a chapter of you

Re: Web upload of a Java class

2000-11-12 Thread Storm Linux User
I'm using the HTML form to upload my compiled class file. When I try to get the file in the servlet, using: File f = (File)request.getParameter("my_file"); It does not work. I need to get the class file, generate an object of it and then execute some methods. How can I do this? []s Guilherme

Re: Web upload of a Java class

2000-11-12 Thread Storm Linux User
oad the .war or .ear, > > and the app server serializes all HttpSession objects to disk (or some > > place), then reloads the app with the new class(es), then reads the > > serialized objects back into the HttpSession. This makes it appear to > > clients that nothing is

Re: Web upload of a Java class

2000-11-11 Thread Storm Linux User
), > then reloads the app with the new class(es), then reads the serialized > objects back into the HttpSession. This makes it appear to clients that > nothing is different, but your new class(es) will be available. > > > -Original Message- > > From: Storm Linux User [ma

Web upload of a Java class

2000-11-10 Thread Storm Linux User
Hi... I need to upload a compiled class to my Orion application and then execute some methods of it. Anybody knows how can I do it? []s Guilherme Ceschiatti [EMAIL PROTECTED]

Re: Multiple Orion Servers

2000-11-08 Thread Storm Linux User
I'm very interested in it too ... Any tips will be very apreciated. []s Guilherme Ceschiatti [EMAIL PROTECTED] On Wed, Nov 08, 2000 at 03:29:22PM -0800, Todd Huss wrote: > We're working on a distributed project and need multiple orion servers. I > found one prior post where the person had to dep

Re: Shutting down orion

2000-11-08 Thread Storm Linux User
On Wed, Nov 08, 2000 at 10:02:24AM -0500, Jim Crossley wrote: > Although I can shutdown orion using the admin.jar with a 1.2 JVM, I've > found that I cannot with a 1.3 JVM. The server ceases to accept > connections, but its process does not go away. (Running on > Redhat/Debian Linux) > > Anyone

Re: Orion w/ postgresql

2000-10-31 Thread Storm Linux User
Hi, You have to hack the config/database-schemas/postgresql.xml changing the null="null" to null="". This works fine. []s Guilherme Ceschiatti [EMAIL PROTECTED] On Tue, Oct 31, 2000 at 06:11:49PM -0800, Seung Bang wrote: > Hi all, > I've been trying to start the orion server with postgresql b

Re: Performance

2000-10-11 Thread Storm Linux User
On Mon, Oct 09, 2000 at 05:54:13PM -0400, Sarathy Mattaparti wrote: > i bought windows 2000 Server (with 10 Clients ) for $1200.. is this the only > option for me to change the OS ? It's just my opinion. I don't like Micro$oft products, epecialy because the lack of security. You can't co

Re: Performance

2000-10-09 Thread Storm Linux User
On Mon, Oct 09, 2000 at 02:00:06PM -0400, Sarathy Mattaparti wrote: > Hi, >Previously i used Pentium III 550 MHz and 64 MB RAM and i bought a new > computer its Dual Pentium III 800 MHZ and 256 MB RAM. i havent seen the > difference. I am using Windows 2000 Server as my OS. > I just changed