aspose file tools
The moose likes Tomcat and the fly likes Tag libraries Tomcat5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tag libraries Tomcat5" Watch "Tag libraries Tomcat5" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tag libraries Tomcat5
 
Similar Threads
How to integrate JBoss4 and Tomcat5?
Deployment issue was 6.0
Error while usng the JSF in the Eclipse editor
problem in stopping the server
can i have tomcat 4 and tomcat 5 together ?