Bug#523012: Add database drivers more elegantly
fcanas at dcc.uchile.cl
fcanas at dcc.uchile.cl
Tue Apr 7 21:15:41 UTC 2009
Package: tomcat5.5
Version: 5.5.26-5
Severity: minor
When adding a database driver, it must be inserted into the
$CATALINA_HOME/common/lib directory, which translates to
/usr/share/tomcat5.5/common/lib. This goes against the filesystem
hierarchy standard, which says that /usr/share should be read-only data.
A possible fix would be to, additionally to monitoring the ../common/lib,
to also monitor /var/lib/tomcat5.5/shared/lib. This way, all drivers can
be put into a directory that is intended for read-write use.
Atte,
- Felipe
More information about the pkg-java-maintainers
mailing list