Re: orion with mysql?

2001-04-05 Thread peter kua
assuming you are setting up mysql version 3.23.33 in a linux box. need to download both mysql and the berkeley engine.can be found in www.mysql.com --- first time installing mysql. log in as root assume mysql install dir = /mysql and berkeley

Re: new error... never seen this.

2001-03-08 Thread Peter Kua
basically your html headers have already been written before you did a forward. do not do this. if you need to forward or sendRedirect to another page, do it before writing any html out. - Original Message - From: D. Akers To: Orion-Interest Sent: Friday, March 09, 2001

Re: mail.jar POP3

2001-02-28 Thread Peter Kua
get the latest mail.jar from sun The POP3 service provider is now bundled in JavaMail 1.2. replace the mail.jar in orion with the one you downloaded. i've tried it and it works! peter - Original Message - From: "Andre Vanha" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent:

Re: Flushing EJB cache

2001-02-20 Thread Peter Kua
hi tony, may i know what this method does?? thanks, peter - Original Message - From: "Tony J Brooks" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 5:52 PM Subject: RE: Flushing EJB cache To answer my own question -

Orion Server running out of memory fast!

2001-02-15 Thread Peter Kua
ppreciated, so that i'll be able to convince my client that orion server is THE server of choice. thanks! peter kua

Orion Server running out of memory fast!

2001-02-15 Thread Peter Kua
ppreciated, so that i'll be able to convince my client that orion server is THE server of choice. thanks! peter kua

out of memory error??

2001-02-13 Thread Peter Kua
has anyone encountered an "out of memory" error when running EJBs with orion server? can this be solved by limiting the size of the EJB pool? and how do you set this size? thanks for your help! pete

Re: Garbage collection, out of memory

2001-02-13 Thread Peter Kua
seems like i have a similar problem of orion server not passivating a lot of my beans. i'm running orion 1.4.5 on a win2000 box with about 20 entity beans deployed. the database is MySQL. i have a 128MB heap space and i'll get an "out of memory" error after 1 hour or so. any help is appreciated