JSP books ?

1999-11-03 Thread Jakob Ramskov
Hi all.   Someone recommend me a JSP/Servlet book. Quite a few has hit the market, and I can't decide which to buy!   "Proffesional Java Server Programming" has come to my mind, is it any good? http://www.amazon.com/exec/obidos/ASIN/1861002777/o/qid=941662402/sr=8-1/002-6235817-7910633   Jakob

Taglib Question (SKIP_PAGE, RequestDispatcher.forward() and Beans)

1999-11-03 Thread Neal Kaiser
I have a problem that I was hoping writing a custom tag would solve... I have a jsp page, which uses a bean. This bean can catch an exception, and use a RequestDispatcher.forward() to an ErrorHandler JSP. Even though I have a return statement after the forward() in the bean, it returns control b

using orion under linux

1999-11-03 Thread richard james woodward
I am trying to get the Orion server running on a RH linux 6.0 box using Blackdown JDK 1.2 pre 2 Upon running the following : java -jar orion.jar as instructed, i get the following message: count = 0, total = 627 Failed to load Main-Class manifest attribute from orion.jar tools lib is in the

RE: Transaction support!

1999-11-03 Thread Magnus Stenman
There were a few issues (bugs) in the current release that prevented this. Thank you for the notification, it's been fixed in the upcoming 0.8.0 (due tomorrow, let us know by then if you have any further issues). Have a nice day! :) /Magnus Stenman, the Orion team > Hi, > I've been trying to be

Re: Is this correct syntax?

1999-11-03 Thread Karl Avedal
Hello Neal, This might sound weird, but the correct syntax would be 404 index.html (the leading / should be removed that is). I know it seems intuitive that /index.html should work to, so we'll probably make Orion be a little sloppy in this case (the spec says no leading slash). I

Re: Is this correct syntax?

1999-11-03 Thread Neal Kaiser
Not yet. It doesn't work for me, however. So either I'm doing it wrong, or it isn't implemented yet. Orion guys? Care to comment? - Original Message - From: Kevin Jones <[EMAIL PROTECTED]> To: Neal Kaiser <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 03, 1999 1:15 PM

Deployment

1999-11-03 Thread Kevin Jones
The J2EE APM, Servlet 2.2 and JSP 1.1 introduce the idea of .war files for web application deployment - can you give us some idea of how Orion will manage these - for example, will there be (or is there already) a tool to take a .war file and deploy it at the web-server, or will Orion be able to u

RE: Is this correct syntax?

1999-11-03 Thread Kevin Jones
Was there an answer to this? Kevin Jones -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neal Kaiser Sent: 29 October 1999 13:51 To: [EMAIL PROTECTED] Subject: Is this correct syntax? 404 /index.html I basically want them to redirect to t

Architecture

1999-11-03 Thread Kevin Jones
This may have been discussed before (sorry if it has), but is there any documentation for the Orion architecture? What I'm interested in (at the moment) is how JSPs are managed - for example, the JSPs are compiled - where are the class files kept? in memory? what happens when I shut Orion down an

Probably stupid..but

1999-11-03 Thread Kevin Duffey
Hi Orion fellow users, First of all, any of you use IIS/JRUN and Orion? Our main site uses IIS/JRUN, and I am using Orion to develop JSP and JavaBean pages. Unfortanately, what runs on Orion, doesnt seem to run as good on JRUN. Probably programmer error, but I was hoping the pages would work on b