Re: <> in web.xml

2005-01-17 Thread Roberto Cosenza
Sure! Mark wrote: will getInitParameter(...) translate < to < ? --- Peter Crowther <[EMAIL PROTECTED]> wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: <> in web.xml

2005-01-17 Thread Tim Funk
You can use CDATA. For example: -Tim Mark wrote: Hi there, I need to set '<' and '>' characters in field of web.xml Is there any standard way of setting up and reading those type of characters in web.xml file? - To unsubscribe

RE: <> in web.xml

2005-01-17 Thread Mark
will getInitParameter(...) translate < to < ? --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Mark [mailto:[EMAIL PROTECTED] > > I need to set '<' and '>' characters in field of > web.xml > > Is there any standard way of setting up and reading those type of > > characters in web.xml fil

RE: <> in web.xml

2005-01-17 Thread Peter Crowther
> From: Mark [mailto:[EMAIL PROTECTED] > I need to set '<' and '>' characters in field of web.xml > Is there any standard way of setting up and reading those type of > characters in web.xml file? As in all HTML and XML files, < and > are the character entities that represent < and > respectively

Re: in web.xml doesn't work

2003-02-11 Thread Alex
yes, i've tried to use java.lang.NumberFormatException, and, still, no result. Alex - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 4:45 PM Subject: RE: in

RE: in web.xml doesn't work

2003-02-11 Thread Shapira, Yoav
Hi, Hmm. Did you try a subclass of exception, e.g. java.lang.NumberFormatException for your test JSP? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Alex [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, February 11, 2003 9:32 AM >To: [EMAIL PROTECTED] >Subject: in web.xml

RE: in web.xml

2002-07-17 Thread Jacob Hookom
Usually servlets are lazy-loaded, meaning, the init() method of the servlet is not called until a user makes a request to it for the first time. By putting the load-on-startup with an integer as a value, then you force the servlet to call init() on startup. This may be advantageous as you may wa

Re: in web.xml

2002-04-16 Thread Craig R. McClanahan
On Tue, 16 Apr 2002, Dan K. wrote: > Date: Tue, 16 Apr 2002 17:11:04 -0400 (EDT) > From: Dan K. <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: in web.xml > > > Hi, > > Does anyone on the list know where the element is verified > in the