Re: Getting a webapp to run on tomcat 4.1

2006-11-30 Thread Mark Thomas
ying lcs wrote: Thanks. Can you please tell me which tag lib that i am using causing problem when i try to run in under Tomcat 4.x? From the information you've posted - no. Look at your jars, check which version they are and which JSTL version they require (look at the manifest, docs, etc) and

Re: Getting a webapp to run on tomcat 4.1

2006-11-29 Thread Mark Thomas
ying lcs wrote: Hi, I have a web app runs fine on tomcat 5.0. And i am trying to see if it can run on tomcat 4.1. Tomcat 5.x and Tomcat 4.x implement different versions of the spec (see http://tomcat.apache.org/index.html). You need to use JSTL 1.0 compliant tag libs on Tomcat 4.x. Mark

Re: Getting a webapp to run on tomcat 4.1

2006-11-29 Thread ying lcs
Thanks. Can you please tell me which tag lib that i am using causing problem when i try to run in under Tomcat 4.x? From the exception that I see, it does not say which tag lib is causing the problem. On 11/29/06, Mark Thomas [EMAIL PROTECTED] wrote: ying lcs wrote: Hi, I have a web app

Re: Getting a webapp to run on tomcat 4.1

2006-11-29 Thread Li
Can you post more detailed log info? On 11/30/06, ying lcs [EMAIL PROTECTED] wrote: Thanks. Can you please tell me which tag lib that i am using causing problem when i try to run in under Tomcat 4.x? From the exception that I see, it does not say which tag lib is causing the problem. On

Getting a webapp to run on tomcat 4.1

2006-11-28 Thread ying lcs
Hi, I have a web app runs fine on tomcat 5.0. And i am trying to see if it can run on tomcat 4.1. However, I am getting the following error (in the catalina.out): I check that i don't have any 'taglib' in my web.xml. So i am not sure which file is causing the problem. thanks for any