Hi Kristof,

Thank you for so quickly identifying the root cause of the issue.  I'll get the
classpath fixed up and another version uploaded to unstable soon.

Thank you,
tony

On 06/25/2011 03:42 PM, Csillag Kristof wrote:
> The problem seems to be that catalina.sh is adding JULI to the classpath like 
> this:
> 
> # Add tomcat-juli.jar to classpath
> # tomcat-juli.jar can be over-ridden per instance
> if [ -r "$CATALINA_BASE/bin/tomcat-juli.jar" ] ; then
>   CLASSPATH=$CLASSPATH:$CATALINA_BASE/bin/tomcat-juli.jar
> else
>   CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/tomcat-juli.jar
> fi
> 
> So, it's looking at "$CATALINA_BASE/bin/tomcat-juli.jar".
> However, the current package contains tomcat-juli.jar in the lib dir, and not 
> in
> the bin dir.
> 
> Placing a symlink in bin makes it work again.
> 
>    Kristof
> 
> 
> 
> __
> This is the maintainer address of Debian's Java team
> <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
> Please use
> debian-j...@lists.debian.org for discussions and questions.


Attachment: signature.asc
Description: OpenPGP digital signature

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to