I found the problem... there was a missing quote in the compile script
for the project
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
On 27/04/2010 09:38, Aryeh M. Friedman wrote:
>
>>
>> Compare the directory listings for:
>>
>> /path/to/tomcat/lib
>>
>> for each installation and check that they match, ie have the same jar
>> files.
>>
>> Then compare the lib dir in the deployed app in each server:
>>
>> /path/to/tomcat/webap
Compare the directory listings for:
/path/to/tomcat/lib
for each installation and check that they match, ie have the same jar files.
Then compare the lib dir in the deployed app in each server:
/path/to/tomcat/webapps/myapp/WEB-INF/lib
If that doesn't produce any joy, you might need to c
On 27/04/2010 09:08, Aryeh M. Friedman wrote:
> I am migrating from 6.0.20 on FreeBSD 8-RELEASE (i386) where everything
> works fine to 6.0.26 on Gentoo (unknown ditro version) Linux (kernel
> version 2.6.32.9) where everything works but some of my servlets can't
> load some of the classes they cal