Your message dated Sun, 31 Jan 2010 23:41:28 +0100
with message-id <4b660718.4030...@laposte.net>
and subject line Closing bug
has caused the Debian Bug report #493932,
regarding libtomcat5-java: Shared classes not searched, but common classes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
493932: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493932
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libtomcat5-java
Severity: normal


Classes in $CATALINA_HOME/shared/classes are not found from webapps, while
classes in $CATALINE_HOME/common/classes are. This breaks usual expectations
for tomcat.

To validate this, create a simple jsp in the ROOT-Application which the
following content:

<%=Thread.currentThread().getContextClassLoader().getResourceAsStream("hello.txt")%>

Call this. It returns "null" as expected. Now

 touch /usr/share/tomcat5.5/shared/classes/hello.txt

Call the jsp. It still returns "null", which is wrong in my opinion.

 touch /usr/share/tomcat5.5/common/classes/hello.txt

The jsp returns inputstr...@462424645 now or something like that. This is
the expected behaviour for the previous case, too, and works like a charm on
other platforms like windows.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.23.13-ikoffice
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)



--- End Message ---
--- Begin Message ---
I believe that this bug has been fixed since the changes made in tomcat6
(6.0.20-5)

Ludovic


--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to