Did you unwar the war file downloaded from OL site or did you proceed
differently (from the source, ...) ?
I'm using Tomcat 5.5.20 and OL 4.0.0.
Cary Clark wrote:
I have deployed to Tomcat using my own web app numerous times and have
never once copied jing.jar to $TOMCAT_HOME/common/lib. I started
deploying "way back" on Tomcat 3.3 IIRC and now have it running under
version 5.5.
Did you try deploying without copying the jars?
Jean-Baptiste BRIAUD wrote:
Hi the list,
I had try to deploy the OL servlet with my own code so I got one .war
file that contain both OL servlet + my servlet.
To do so, I follow the release notes that ask to copy one jar file,
jing.jar, in the $TOMCAT_HOME/common/lib
That didn't worked until, I also added isorelax.jar that I had to
download from sourceforge.
I'm not sure if my case is too specific or not for a release note
amendement, but it took my several hours to find that solution, so I'd
like to share :-)
JBB.