Re: Tomcat 4.1: JSP pages don't always compile the first time?

2004-09-03 Thread Jeffrey Barnett
Does this warning/suggestion apply just to jsp-api.jar or to all the jsp jars (e.g.jstl.jar, standard.jar,...) as well? Shapira, Yoav wrote: Hi, You have mismatched versions of the Servlet API jars around. There should be only one, in tomcat's common repository. Don't ship the servlet or JSP

RE: Tomcat 4.1: JSP pages don't always compile the first time?

2004-09-03 Thread Shapira, Yoav
Shapira Millennium Research Informatics -Original Message- From: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 2:16 PM To: Tomcat Users List Subject: Re: Tomcat 4.1: JSP pages don't always compile the first time? Does this warning/suggestion apply just to jsp

Re: Tomcat 4.1: JSP pages don't always compile the first time?

2004-09-03 Thread Jeffrey Barnett
PROTECTED] Sent: Friday, September 03, 2004 2:16 PM To: Tomcat Users List Subject: Re: Tomcat 4.1: JSP pages don't always compile the first time? Does this warning/suggestion apply just to jsp-api.jar or to all the jsp jars (e.g.jstl.jar, standard.jar,...) as well? Shapira, Yoav wrote: Hi, You

RE: Tomcat 4.1: JSP pages don't always compile the first time?

2004-09-03 Thread Shapira, Yoav
- From: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 2:16 PM To: Tomcat Users List Subject: Re: Tomcat 4.1: JSP pages don't always compile the first time? Does this warning/suggestion apply just to jsp-api.jar or to all the jsp jars (e.g.jstl.jar, standard.jar

RE: Tomcat 4.1: JSP pages don't always compile the first time?

2004-09-02 Thread Shapira, Yoav
Hi, You have mismatched versions of the Servlet API jars around. There should be only one, in tomcat's common repository. Don't ship the servlet or JSP API jars with your webapps. And if you stored references to objects from old versions of these APIs in your Sessions, junk the session