| Author |
Tag libraries Tomcat5
|
Kedar Dravid
Ranch Hand
Joined: May 28, 2004
Posts: 333
|
|
Tag libraries working perfectly in Tomcat4 aren't working on Tomcat5. If the entire web-application working perfectly on Tomcat4 is copied to Tomcat5 web-app directory, webapps using tag libraries are throwing errors. [ July 19, 2004: Message edited by: Kedar Dravid ]
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
does the webapp on Tomcat4 use any shared libraries that are lurking in any of the 'shared' directories? $CATALINA_HOME/shared/lib $CATALINA_HOME/common/lib $CATALINA_HOME/server/lib
|
 |
Kedar Dravid
Ranch Hand
Joined: May 28, 2004
Posts: 333
|
|
Is this how I should figure out whether my Tomcat4 webapp uses shared libs : Check the lib directory inside web-inf dir to see if there are any JAR files that are the same as those in the path in ur reply. Advice would be appreciated.
|
 |
 |
|
|
subject: Tag libraries Tomcat5
|
|
|