RE: Several Error pages

2001-11-12 Thread Martin J. Wells
> Hi all, > > I'd like to set up more than one error page for a exception, depending > on the URL of the jsp/servlet where the exception has been throwned. > > As an example: > - If url=/app1/dir1/*.jsp -> Error page = /app1/dir1/error.jsp > - If url=/app1/dir2/*.jsp -> Error page = /app1/dir2/e

Orion 1.5.3 API: FilePostParser

2001-10-24 Thread Martin J. Wells
Looks like this has been changed in the API without notice? // Constructors public FilePostParser(InputStream p0, int p1, String p2) throws IOException { } The String p2 seems to be new. Any idea what it's for? Marty

RE: Virus alert

2001-08-30 Thread Martin J. Wells
This is (ironically) an "email letter virus". (ie. the virus is that people pass the email on) :) > CH.Srinivas Babu > Java Application Developer > Mobile : 0060163698056 > - Original Message - > From: "Farid" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 30, 2

RE: Yahoo orion list is up..

2001-08-23 Thread Martin J. Wells
I must have missed it. What are the new list details? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Russell White > Sent: Friday, 24 August 2001 6:45 AM > To: Orion-Interest > Subject: Re: Yahoo orion list is up.. > > > 6 members so far. Keep em

RE: Automatic reloading of new class files.

2001-08-12 Thread Martin J. Wells
> Second, what I prefer, is to leave development="false" in place, > and use ANT > to do all my builds. At the end of a target, I specifically tell > it to touch > the META-INF/application.xml file. Orion automatically redploys your site > when this file is touched. > Is there any clear advantage

RE: System.out fix ready yet?

2000-08-24 Thread Martin J. Wells
> > Question about request.getRequestURI(); > > In JRun and Tomcat the following applies but not in Orion: > > I have a JSP (main.jsp) with the tag page="includes/header.jsp" > flush="true"/>. The header.jsp file calls the method > request.getRequestURI(); > > The return value in both Jrun and T