Bug#284833: superfluous directory in catalina_home?

Vincent McIntyre Vincent McIntyre <Vince.McIntyre@atnf.csiro.au>, 284833@bugs.debian.org
Wed Dec 8 21:24:01 2004


Package: tomcat4
Severity: minor

in /etc/init.d/tomcat4, there is this line:

	mkdir -p "$CATALINA_HOME/work/_temp"

Is this directory actually used by anything?

I grepped the files listed by dpkg -L tomcat4 for the string "_temp"
and came up empty.

dpkg -l |grep tomcat4
ii  libtomcat4-jav 4.0.3-3woody3  Java Servlet engine -- core libraries
ii  tomcat4        4.0.3-3woody3  Java Servlet 2.3 engine with JSP 1.2 support

Cheers
Vince