commit apache2-mod_jk for openSUSE:Factory
Hello community, here is the log from the commit of package apache2-mod_jk for openSUSE:Factory checked in at 2014-11-26 10:33:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2-mod_jk (Old) and /work/SRC/openSUSE:Factory/.apache2-mod_jk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "apache2-mod_jk" Changes: -------- --- /work/SRC/openSUSE:Factory/apache2-mod_jk/apache2-mod_jk.changes 2014-11-10 17:28:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.apache2-mod_jk.new/apache2-mod_jk.changes 2014-11-26 10:33:34.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Nov 24 15:32:23 UTC 2014 - pgajdos@suse.com + +- fix tomcat paths in jk.conf [bnc#742618] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jk.conf ++++++ --- /var/tmp/diff_new_pack.yNONVL/_old 2014-11-26 10:33:35.000000000 +0100 +++ /var/tmp/diff_new_pack.yNONVL/_new 2014-11-26 10:33:35.000000000 +0100 @@ -2,16 +2,16 @@ <IfModule mod_jk.c> - JkWorkersFile /etc/tomcat5/base/workers.properties - JkLogFile /var/log/tomcat5/base/mod_jk.log + JkWorkersFile /etc/tomcat/workers.properties + JkLogFile /var/log/tomcat/mod_jk.log # Log level to be used by mod_jk JkLogLevel error # The following line makes apache aware of the location of # the /servlets-examples context - Alias /servlets-examples "/srv/www/tomcat5/base/webapps/servlets-examples" - <Directory "/srv/www/tomcat5/base/webapps/servlets-examples"> + Alias /servlets-examples "/srv/tomcat/webapps/examples/servlets" + <Directory "/srv/tomcat/webapps/examples/servlets"> Options Indexes FollowSymLinks allow from all </Directory> @@ -19,8 +19,8 @@ # The following line makes apache aware of the location of # the /jsp-examples context - Alias /jsp-examples "/srv/www/tomcat5/base/webapps/jsp-examples" - <Directory "/srv/www/tomcat5/base/webapps/jsp-examples"> + Alias /jsp-examples "/srv/tomcat/webapps/examples/jsp" + <Directory "/srv/tomcat/webapps/examples/jsp"> Options Indexes FollowSymLinks allow from all </Directory> -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de