RE: R: JSTL Question

2005-08-09 Thread Mike Jackson
nt: Tuesday, August 09, 2005 8:51 AM > To: Tomcat Users List > Subject: Re: R: JSTL Question > > > > Hi, > > I plan to use TOMCAT 5.5.9 for http server but my supervisor > wants me to use HTTP Server. > > I am done for set up with HTTP Server so how can HTTP

RE: R: JSTL Question

2005-08-09 Thread Arup Vidyerthy
If he doesn't listen - just tell him he is a buffoon! -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 16:54 To: Tomcat Users List Subject: RE: R: JSTL Question > From: Tom Spence [mailto:[EMAIL PROTECTED] > Subject: Re: R: JS

RE: R: JSTL Question

2005-08-09 Thread Caldarale, Charles R
> From: Tom Spence [mailto:[EMAIL PROTECTED] > Subject: Re: R: JSTL Question > > I plan to use TOMCAT 5.5.9 for http server but my supervisor > wants me to use HTTP Server. (I assume you're referring to Apache httpd.) Does he have a reason, or is he just remembering the

Re: R: JSTL Question

2005-08-09 Thread Tom Spence
Hi, I plan to use TOMCAT 5.5.9 for http server but my supervisor wants me to use HTTP Server. I am done for set up with HTTP Server so how can HTTP Server redirect to TOMCAT? I apprecaite your assist... Tom

R: JSTL Question

2005-08-09 Thread Amleto Di Salle
Hi, If you are using JSTL1.1.x the correct uri is "http://java.sun.com/jsp/jstl/core";. In JSTL1.1 the uri is changed respected to JSTL1.0. I don't know why the first jsp is correct. May be, it is due to the fact the core_rt is not changed in JSTL1.1 and you are using Tomcat5.x version. BR /Amle