Global File ?

2000-01-28 Thread George Dawoud
Hi All,   Got a quick question, does JSP have a global file. ie ASP has globla.asa Coldfusion has application.cfm which get loaded evertime a page is opened.   JSP must have one .. any idea what it is...   Thanks George

global file

2001-02-20 Thread Duc Nguyen
Hi, I am new to JSP, I've been developing ASP now I am trying to learn JSP.  I am wondering if there any method in JSP that allow me to initialize all the global variable or object etc.  Something that similar to global.asa file. Thanks, DucGet your FREE download of MSN Explorer at http://explore

Re: Global File ?

2000-01-29 Thread Z King
Hi All, Got a quick question, does JSP have a global file. ie ASP has globla.asa Coldfusion has application.cfm which get loaded evertime a page is opened. JSP must have one .. any idea what it is... Thanks George Hi All, Got a

Re: Global File ?

2000-01-29 Thread Richard Vowles
2000 6:24 AM Subject: Global File ? Hi All,   Got a quick question, does JSP have a global file. ie ASP has globla.asa Coldfusion has application.cfm which get loaded evertime a page is opened.   JSP must have one .. any idea what it is...   Thanks George

Re: Global File ?

2000-01-30 Thread Julie Basu
called GLOBAL.jsa, but beware that this is a JRun only >solution. > > zking > > > [EMAIL PROTECTED] wrote on 1/28/00 9:24:42 AM > > Hi All, > > G

[Fwd: Global File ?]

2000-01-31 Thread Julie Basu
he idea in JRun called GLOBAL.jsa, but beware that this is a JRun only >solution. > > zking > > > [EMAIL PROTECTED] wrote on 1/28/00 9:24:42 AM > > Hi All, > &g

Re: global file?

2000-02-01 Thread Eduardo Pelegri-Llopart
As it has been pointed out, there is no global, per-application, file in JSP 1.1. It is in the list of things we expect to add for the next version of the spec. - eduard/o === To unsubscribe: mailto [EMAIL PROTECTED

Re: global file

2001-02-20 Thread Kevin Jones
DevelopMentor www.develop.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Duc Nguyen Sent: 20 February 2001 16:43 To: [EMAIL PROTECTED] Subject: global file Hi, I am new to JSP, I've been developin

Re: global file

2001-02-22 Thread Vinay Talwar
Subject: global file mailing list about Java Server Pages specification and reference 02/21/01 12:43 AM Please respond to

Re: global file

2001-02-22 Thread sandarbh
I have heard of a global.jsa file in jsp still wondering about it - Original Message - From: "Vinay Talwar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 6:18 AM Subject: Re: global file > Hai, > There is nothing like global.

Re: global file

2001-02-22 Thread A.C.
> Hai, > There is nothing like global.asa in JSP. That's wrong. If u use the servlet engine Resin u can use the global.jsa file (http://www.caucho.com/products/resin/ref/jspapp.xtp). Maybe it's also supported by Tomcat 4.0.

Re: global file

2001-02-22 Thread Vinay Talwar
I will find it and let u know at the earliest. Vinay Talwar [EMAIL PROTECTED] [EMAIL PROTECTED] sandarbh cc: Sent by: A Subject: Re: global file mailing list

Re: global file

2001-02-22 Thread Craig R. McClanahan
"A.C." wrote: > > Hai, > > There is nothing like global.asa in JSP. > > That's wrong. If u use the servlet engine Resin u can use the > global.jsa file (http://www.caucho.com/products/resin/ref/jspapp.xtp). > Maybe it's also supported by Tomcat 4.0. > No, it's not supported by Tomcat 4.0. The e

Re: [Fwd: Global File ?]

2000-01-31 Thread Bail . Jeff
> The site has a discussion group, live OJSP demos etc. A new > release is > soon to come with some enhancements, bug fixes and a command-line > compiler. Any word on when we might see JSP 1.1 support? Jeff P>S> Does anyone know if there is a way to prevent all the bounced mails and "out o

Re: [Fwd: Global File ?]

2000-02-01 Thread Julie Basu
Yes, JSP 1.1 is at the top of our list of to-do's right now - hopefully within a couple of months or so. "Bail . Jeff" wrote: > > The site has a discussion group, live OJSP demos etc. A new > > release is > > soon to come with some enhancements, bug fixes and a command-line > > compiler. > > An