Birt on Tomcat unable to find JARs
- by LostInTheWoods
First, my setup:
BiRT Runtime: 3.7.2.
Ubuntu 10.04
Tomcat 6
Sun Java 1.6.0
I have a jar file I want to deploy onto the Tomcat server so it is usable by the runtime, so I placed the jar file in /var/lib/tomcat6/webapps/birt/WEB-INF/lib. As I understand it this is the default location for JAR files that are going to be used by a BiRT report.
But…