Re: Architecture

1999-01-03 Thread Steve Houghton
You know its kinda funny, I've also used JSP/servlets on several other implementations and feel that Orion is the one to beat in its current form, let alone whats to be expected in the final one. Comparitively, other app servers are QUITE a bit more expensive. This will be a HUGE selling point f

RE: Probably stupid..but

1999-01-03 Thread Darren Gibbons
An excellent load testing tool is available at no charge from Microsoft. It used to be called Homer, but now it's called "Microsoft Web Application Stress Tool". (I liked "Homer" better") http://homer.rte.microsoft.com/ For some reason, Microsoft isn't promoting it at all, but it is one of the

EJB on Orion Server

1999-01-03 Thread Vimal Kansal
Can somebody point me to a documentation on how to use EJBMaker and EJB Assembler tools. Basically, I want step by step instructions to be able to create some simple EJB's and deploy them on Orion Server. TIA Vimal Kansal = __ Do You Yahoo!?

apologize

1999-01-03 Thread i_am_linux
Hi group, In regards to a few recent postings, I apologize for thier lack of importance to the Orion project. I believe my excitement for Orion, and suddenly switching gears towards JSP and JavaBeans has taken over my common sense at times. I actually meant to respond to Magnus on two occasions a

Fw: use of SKIP_PAGE... from Eduardo Pelegri-Llopart at Sun

1999-01-03 Thread Neal Kaiser
This relates to my question earlier about the SKIP_PAGE return value. Apprently, according to Eduardo Pelegri-Llopart at Sun, it should not continue control back to the called JSP Neal - Original Message - From: Eduardo Pelegri-Llopart <[EMAIL PROTECTED]> To: Neal Kaiser <[EMAIL PROT

Re: Open Source. Was Re: Architecture

1999-01-03 Thread i_am_linux
Hi, >Since when did wanting to get paid for something you do become a bad thing? If >they want to go open >source, then they should. If they want to charge a price for their work, then >all the power to them. Either way, >it should be up to them. You know..the nice thing about OpenSource..the

Re: Orion 0.8.0

1999-01-03 Thread Jakob Ramskov
> Holy crap!! You added the ability to use JIKES!! I LOVE YOU MAN!! :) Did > you supply documentation on how to set it up? > Kevin Duffey > Software Engineer > [EMAIL PROTECTED] You realise this is a mailing list with X number of people, with their respective jobs, hoping not to waste too much

RE: Architecture

1999-01-03 Thread Magnus Stenman
> I disagree. The generated files can be very useful when you're trying to > debug. Deleting them doesn't seem like a big problem, to me. Just create > a batch file to do it. Orion 0.8.0 supports the optional persisting the generated sources if development mode is enabled in the web-app, the

RE: Architecture

1999-01-03 Thread i_am_linux
>I'll reiterate this, is there any chance of Orion going OpenSource? It would >certainly make it much more attractive from out point of view. Currently >we're considering WebSphere, WebLogic and JRun for our next project (so >there's big $ flying around) but it's impossible to convince any manager

Re: Architecture

1999-01-03 Thread i_am_linux
>It is amazing. I started working with Livesoftware's JRun less than 2 years >ago, and it >was just a team of 2 guys too...and we all know what happened to them. I >think >Orion is a much better product, IMHO. >Although I'd love to see this become opensource too =) You know, these guys have worke

Re: Orion 0.8.0

1999-01-03 Thread i_am_linux
Holy crap!! You added the ability to use JIKES!! I LOVE YOU MAN!! :) Did you supply documentation on how to set it up? Kevin Duffey Software Engineer [EMAIL PROTECTED]

RE: JSP Taglibs

1999-01-03 Thread Magnus Stenman
Hi, looks like we've missed that one, thanks for notifying us. Lack of entry in the specification changes table (PR to PR2) and an overlook on our account made it slip thru. Support for these tags will be included into the next version. Have a nice day! :) /Magnus Stenman, the Orion team > Ques

Re: Open Source. Was Re: Architecture

1999-01-03 Thread Joseph B. Ottinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm on the side of commercial software. Let them get paid; they've invested a lot of time making something arguably better than any other offering out there; all they lack is documentation (hint, hint, Magnus.) Open Source would be NICE - I know I'm

SSL with Orion.

1999-01-03 Thread Mark Gordon
Can anyone offer an example of a generic SSL setup for Orion? Thanks

Re: Open Source. Was Re: Architecture

1999-01-03 Thread Luke Gorrie
[EMAIL PROTECTED] writes: > Anyways, that's all I am going to say about that. And we'll follow this example, in politeness to the Orion users on the list who're only interested in things (more) directly related to using Orion. (right? :-) Cheers, Luke

JSP Taglibs

1999-01-03 Thread Kevin Jones
Question - according to the JSP 1.1 PR2 I can specify taglibs using the following syntax <%@ taglib uri="simpletags" prefix="simple" %> and in web.xml simpletags simpletags.tld Orion doesn't seem to support this syntax yet? will it do so soon? Kevin

Open Source. Was Re: Architecture

1999-01-03 Thread Sharath_Komarla
One thing you gotta keep in mind is that people need to make a living to eat, drink and shelter themselves from the elements. Open Source is a great medium for certain things, but there is NO MONEY in it. Based on the quality and quantity of work that these guys are doing, it is safe to assum

Orion 0.8.0

1999-01-03 Thread Magnus Stenman
Orion 0.8.0 has just been released, you can grab it at: http://www.orionserver.com/orion0.8.0.zip. Some of the changes: Added HTTP-session persistence across server restarts. Added EJB-session perstistence across server restarts. Added generated JSP-code caching between restarts. Added ability t

RE: Orion (Was: Architecture)

1999-01-03 Thread Kevin Duffey
Hi, >This is true - but this is why one would choose JAVA, not strictly why one >would choose Orion IMHO. Most servlet engines, EJB containers and the like >will work with standard code, whether they have proprietary extensions or >not. Thus if you write portable code, you can shift server. >The