RE: Uploading files to Orion webserver with MultipartParser API

2002-02-27 Thread Justin Crosbie
Hi Thanks for that, I wasn't aware of those classes, I gave them a go. Similar problem. Different error, but its occasionally failing. I also tried the non-brand-specific UploadServlet.java, similar results. However, I have gotten closer. It was failing on Internet Explorer 5.5. I tried

RE: modeling tool

2002-02-27 Thread Jarrod Roberson
Title: Message in my opinion, and I have been using modeling tools as part of every project since 1995! For Java projects there is only one tool, Together! -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Vinícius de Faria SilvaSent:

load balancing of OC4J

2002-02-27 Thread vinod ramu
Hi All, I am in a project which uses OC4J and I need to do load balancing of the App servers. I donn't know how to create multiple instance of the same server. So can any one please explain me the steps to be followed to create multiple instances how to share the session id's across the

RE: modeling tool

2002-02-27 Thread Djemal, Guy (TWIi London)
I've used www.magicdraw.comin the past, not quite as cheap as metamill but I thought it was nice. -Original Message-From: Chandra Kuchibhotla [mailto:[EMAIL PROTECTED]]Sent: 27 February 2002 01:20To: Orion-InterestSubject: RE: modeling tool Why don't you look at

shutdown problem

2002-02-27 Thread Jose Mena
Hi, i 'm having problems when shuting down my orion server. It's an orion 1.5.2 under debian linux(2.2.17 kernel version). this is the command i launch to stop it: $JAVARUN -jar admin.jar ormi://localhost/ admin OptiPlex -shutdown force but sometimes it doesn't stop the server. do you know

RE: modeling tool

2002-02-27 Thread Ray Harrison
It doesn't sound like you need all of what something like Together offers (not to mention the price!). Along the lines of metamill - I would suggest Enterprise Architect from Sparx Systems: http://www.sparxsystems.com.au I like what Mr. Sparx has done and I like the price. It doesn't wash

Re: modeling tool

2002-02-27 Thread Jean-Guillaume LALANNE
Just have a look at http://www.objecteering.com You can get a excellent CASE tool for free. It is the only one that fully implements the last UML release (with UML Profile for Extreme Programming). Cheers Jean-Guillaume LALANNE - Original Message - From: Ray Harrison [EMAIL PROTECTED]

RE: single sign-on for multiple application servers

2002-02-27 Thread steve . d . meacham
We are implementing SSO by using SAML. Netegrity (www.netegrity.com) has a free Java toolkit called JSAML which makes it pretty easy to code up. It's a roll-your own type of solution, but it is based on the upcoming SAML standard. Steven -Original Message- From: kollakesav

Re: Uploading files to Orion webserver with MultipartParser API

2002-02-27 Thread Joan Josep Iglesias
Hi again Justine, I've just prove it with an IE 5.5 and I have'nt got any problem... I don't know what problem you can have... If you want, you can try to read the upload file byte by byte... the way I token (by the moment). Good luck Justine!! Joan On Wednesday 27

OT: disappear postings (was Re: Uploading files to Orion webserver with MultipartParser API)

2002-02-27 Thread Simon Stewart
On Wed, Feb 27, 2002 at 09:17:41AM -, Justin Crosbie wrote: P.S. this is my second attempt at posting this, it appears the list does not pick up everything that is posted. I've noticed this too. Can't remember seeing a comment that this list is moderated anywhere, but perhaps we should

Orion crashes JVM

2002-02-27 Thread Juan Fuentes
Hi list! After few moments of orion (1.5.2) been started, the cpu usage of the JVM that runs orion drops to 0%. Obviously, orion stops answering requests. We are trying to find the problem. Don't know if it's in our application (it runs OK in other machines with the same orion server),

Re: Orion crashes JVM

2002-02-27 Thread Robert Virkus
Hallo Juan, some more details would help you could try to use orion 1.5.4 and see if you got the same behaviour, then it's probably not orion but your application what causes it greetings Rob Wednesday, February 27, 2002, 6:18:58 PM, you wrote: JF Hi list! JF After few moments

SV: disappear postings (was Re: Uploading files to Orion webserver with MultipartParser API)

2002-02-27 Thread Magnus Rydin
We are desperately trying to find time to update the software that runs this list. We have now made this one of our higher priorities, as this list is our primal channel of communication with our community. Disapearing postings sounds very alarming and makes us raise the priority of updating

Re: Orion crashes JVM

2002-02-27 Thread Stephen Davidson
Hi Juan. Which JDK? What OS? -Steve Juan Fuentes wrote: Hi list! After few moments of orion (1.5.2) been started, the cpu usage of the JVM that runs orion drops to 0%. Obviously, orion stops answering requests. We are trying to find the problem. Don't know if it's in our application

Re: shutdown problem

2002-02-27 Thread Scott Farquhar
Jose, The script located in this article might be of help: http://kb.atlassian.com/content/orionsupport/articles/unixprocess.html Look under the heading Starting and Stopping. Cheers, Scott Jose Mena wrote: Hi, i 'm having problems when shuting down my orion server. It's an orion 1.5.2

RE: Orion crashes JVM

2002-02-27 Thread Geoff Soutter
If you are on windows, try pressing Ctrl-Break on the Orion window (can't remember the kill number on unix). The JVM will print out a stack dump of all the threads. That should help you to see if there is a deadlock or something like that. Geoff -Original Message- From: [EMAIL

RE: Uploading files to Orion webserver with MultipartParser API

2002-02-27 Thread Geoff Soutter
Just be aware, MS don't number each release of their browser like NS do. For example, the original release of 5.5 was very buggy, but it's had at least a couple of Service Packs since then (5.5.1, 5.5.2, if you like). You need to indicate which service pack and which OS you are running on