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) an
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 11/
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 a
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
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 suggestion