CVS tomcat5/debian/webapps

Wolfgang B??r wbaer-guest at haydn.debian.org
Sun Sep 11 11:00:56 UTC 2005


Update of /cvsroot/pkg-java/tomcat5/debian/webapps
In directory haydn:/tmp/cvs-serv25161/debian/webapps

Modified Files:
	manager.xml 
Added Files:
	balancer.xml tomcat-docs.xml 
Log Message:
tomcat5 (5.0.30-6) unstable; urgency=low

  * Move commons-fileupload jar from common/lib to server/lib
  * Copy fixed struts-config.xml during install over the old one.
  * Tomcat5 has a new context file handling. The xml files with the context of
    a webapp needs to be put into conf/[Engine name]/[Host name] whereas the 
    default engine which serves the admin webapp has to be called "Catalina":
    + Create conf/Catalina/localhost directory during install 
    + Deploy the context files for the webapps into this directory
  * Install the jsp/servlet examples (closes: #325508, #325507, #326126)
  * Added unzip to build-deps (needed to unzip example webapps)
  * Changed depends to j2sdk1.3 | j2sdk1.4 | j2sdk1.5 | kaffe
  * Removed depends on j2sdk1.3 | j2sdk1.4 | j2sdk1.5 | kaffe | java-compiler 
  * Updated *.policy files to match new jars and fixed typos
  * Disable commons-daemon copy/build - not available on all platforms
  * Removed classpath entry from MF and added jars directly to setclasspath.sh
  * Build documentation through commandline xslt processing


--- /cvsroot/pkg-java/tomcat5/debian/webapps/manager.xml	2005/03/25 15:03:27	1.1.1.1
+++ /cvsroot/pkg-java/tomcat5/debian/webapps/manager.xml	2005/09/11 11:00:56	1.2
@@ -2,7 +2,6 @@
     Context configuration file for the Tomcat Manager Web App
 -->
 
-
 <Context path="/manager" docBase="/usr/share/tomcat5/server/webapps/manager"
         debug="0" privileged="true">
 



More information about the pkg-java-commits mailing list