Bug#631667: classpath is mixed up.

tony mancill tmancill at debian.org
Sun Jun 26 00:13:07 UTC 2011


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-java at lists.debian.org for discussions and questions.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20110625/e7b80289/attachment.pgp>


More information about the pkg-java-maintainers mailing list