RE: RE : web.xml

2004-12-06 Thread Allistair Crossley
is there an echo in here? > -Original Message- > From: VAN DER MARLIERE FREDERIC > [mailto:[EMAIL PROTECTED] > Sent: 06 December 2004 14:57 > To: Andreas Andersson; [EMAIL PROTECTED] > Subject: RE : web.xml > > > Your value is also available in a jsp with > > <%= application.getInitPa

RE: RE : web.xml

2004-12-06 Thread Allistair Crossley
well if request is available (either in a JSP or a Servlet) then he may as well use application.getInitParameter("CONFIGFILE"), or in a Servlt getServletContext().getInitParameter .. no point going via the session. He should not be passing J2EE objects down into his business logic either. > ---

Re: RE: web.xml for an application in tomcat 5.0.16

2004-01-29 Thread Avinash Sridhar
Hi, thanks for the mail,It is indeed WEB-INF.I will try out what you have mentioned and get back to you. Thanks again AS On Thu, 29 Jan 2004 Shapira, Yoav wrote : > >Howdy, > > > I am wanting to learn servlets and use it in an application.I was >told > >that the right way to do this is to hav

Re: RE: web.xml servlet and resources

2003-02-22 Thread Vernon Wu
After sent out the previous email, I just recoginzed the orginal one was more than two weeks ago. Sorry for unwanted reply. 22/02/2003 3:46:48 PM, Vernon Wu <[EMAIL PROTECTED]> wrote: >One way to deal with this issue is to break down the file type in the "someservlet" >directory rathen than

Re: RE: web.xml servlet and resources

2003-02-22 Thread Vernon Wu
One way to deal with this issue is to break down the file type in the "someservlet" directory rathen than having a URL mapping for the whole directory. Say for all JSP files, you have > >TheServlet >/*.jsp > Hope this helps. 30/01/2003 10:40:33 AM, Richard Wallace <[EM