• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 5.0 TagHandlerPool

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I ran into the following exception while moving my app from tomcat 4 to tomcat 5.

has anyone seen this exception or can you provide some insight as to what the issue is? i am using the following tag libs:
display.tld
struts-bean.tld
struts-config_1_1.dtd
struts-html.tld
struts-logic.tld
struts-nested.tld
struts-template.tld
struts-tiles.tld

any thoughts as to what the issue is here?
thanks in advance for your help.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
use the jasper.runtime that comes with tomcat4 instead of the latest one.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same problem and this fix really worked.
But it effectively locks the jsp version to 1.2.
We'll have a Tomcat 5 but no way to use a application with jsp version 2.0
Anyone has someway to put a tomcat 4 application working int Tomcat 5 but with Jasper 2?
Best Regards,
Fabiano G. Souza
SCJP, SCWCD, MCSD.NET, MCAD.NET, MCP+SB, MCP
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic