Comments on: HOWTO: Apache 2, Tomcat 5.5.25 and mod_jk and Debian http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/ Musings of technology, sport, life et al Sat, 30 Apr 2011 17:25:18 +0000 hourly 1 http://wordpress.org/?v=3.0.5 By: Vinicius http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-4023 Vinicius Tue, 02 Nov 2010 01:16:35 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-4023 Work very nice in Tomcat 6 Tks a lot brow! Work very nice in Tomcat 6

Tks a lot brow!

]]>
By: VICTORIA ENERIZ http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3941 VICTORIA ENERIZ Mon, 14 Dec 2009 10:57:31 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3941 he entrado en esta web para descargar gratis software apache tomcat 5.5.25 y no da la opcion de download en ningun sitio. SOLO HACEN PROMOCION DE LA WEB DEL SOFTWARE Y SOLO PUBLICIDAD. NO NOS TOMEN EL PELO, PORQUE EN GOOGLE YO PEDI EN EL BUSCADOR, DESCARGAR GRATIS APACHE 5.5.25 y uds, CUELGAN ESTA WEB QUE NO CORRESPONDE A LO SOLICITADO he entrado en esta web para descargar gratis
software apache tomcat 5.5.25 y no da la opcion de download en ningun sitio. SOLO HACEN PROMOCION DE LA WEB DEL SOFTWARE
Y SOLO PUBLICIDAD.
NO NOS TOMEN EL PELO, PORQUE EN GOOGLE YO PEDI EN EL BUSCADOR,
DESCARGAR GRATIS APACHE 5.5.25
y uds, CUELGAN ESTA WEB QUE NO CORRESPONDE A LO SOLICITADO

]]>
By: david http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3793 david Tue, 17 Mar 2009 16:45:27 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3793 this manual is not good for tomcat 6 this manual is not good for tomcat 6

]]>
By: Bobby Tables http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3700 Bobby Tables Wed, 04 Feb 2009 00:27:56 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3700 In step 5 you need to add some return characters because you have a line that should be a comment on the same line that shouldnt be one. Should look as foolow: # mod_jk config # Where to find workers.properties JkWorkersFile /etc/apache2/workers.properties # Where to put jk logs JkLogFile /var/log/apache2/jk.log JkShmFile /var/log/apache2/jk-runtime-status # Set the jk log level [debug/error/info] JkLogLevel info # Select the log format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " #JkOptions indicate to send SSL KEY SIZE, JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories # JkRequestLogFormat set the request format JkRequestLogFormat "%w %V %T" In step 5 you need to add some return characters because you have a line that should be a comment on the same line that shouldnt be one. Should look as foolow:

# mod_jk config
# Where to find workers.properties
JkWorkersFile /etc/apache2/workers.properties

# Where to put jk logs
JkLogFile /var/log/apache2/jk.log
JkShmFile /var/log/apache2/jk-runtime-status

# Set the jk log level [debug/error/info]
JkLogLevel info

# Select the log format
JkLogStampFormat “[%a %b %d %H:%M:%S %Y] ”

#JkOptions indicate to send SSL KEY SIZE,
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories

# JkRequestLogFormat set the request format
JkRequestLogFormat “%w %V %T”

]]>
By: Tim kutil Taylor http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3268 Tim kutil Taylor Sat, 01 Nov 2008 05:26:39 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3268 Hi and thank you a lot. the same way anybody can install tomcat 6. great work. Marek Hi and thank you a lot.
the same way anybody can install tomcat 6. great work.

Marek

]]>
By: placid http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3115 placid Mon, 25 Feb 2008 18:57:00 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3115 Tricky: Well spotted! I proof-read this several times before posting, and still didn't spot it! Thanks for reading. :) Tricky:

Well spotted! I proof-read this several times before posting, and still didn’t spot it!

Thanks for reading. :)

]]>
By: Tricky http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3110 Tricky Thu, 21 Feb 2008 21:34:43 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3110 Thank you!!! Please have my wife... One thing that caught me for a few moments was the lack of carriage return in the workers.properties file... need a carraige return after 'worker.list=default' so the next line is then 'worker.default.port=8009' matching the others syntactically... Thank you!!! Please have my wife…

One thing that caught me for a few moments was the lack of carriage return in the workers.properties file…

need a carraige return after ‘worker.list=default’ so the next line is then ‘worker.default.port=8009′ matching the others syntactically…

]]>
By: Greg http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3109 Greg Thu, 21 Feb 2008 07:07:23 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3109 Good guide. A few things: 1) The two sample config files for jk.conf and workers.properties both are missing some newlines as displayed in the HTML. 2) You fail to mention that you need to create the jk.conf AND symlink it into the mods-enabled directory. 3) I get some minor errors as follows: tomcat:/etc/apache2# /etc/init.d/apache2 reload Syntax error on line 9 of /etc/apache2/mods-enabled/jk.conf: JkLogStampFormat takes one argument, The Tomcat module log format, follow strftime synthax failed! I commented that out and got: tomcat:/etc/apache2# /etc/init.d/apache2 reload Syntax error on line 13 of /etc/apache2/mods-enabled/jk.conf: JkRequestLogFormat takes one argument, The mod_jk module request log format string failed! After commenting out that line as well, Apache started fine. Good guide. A few things:
1) The two sample config files for jk.conf and workers.properties both are missing some newlines as displayed in the HTML.
2) You fail to mention that you need to create the jk.conf AND symlink it into the mods-enabled directory.
3) I get some minor errors as follows:
tomcat:/etc/apache2# /etc/init.d/apache2 reload
Syntax error on line 9 of /etc/apache2/mods-enabled/jk.conf:
JkLogStampFormat takes one argument, The Tomcat module log format, follow strftime synthax
failed!
I commented that out and got:
tomcat:/etc/apache2# /etc/init.d/apache2 reload
Syntax error on line 13 of /etc/apache2/mods-enabled/jk.conf:
JkRequestLogFormat takes one argument, The mod_jk module request log format string
failed!
After commenting out that line as well, Apache started fine.

]]>
By: placid http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3084 placid Sat, 02 Feb 2008 15:29:36 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3084 Thanks Beltran, you were right. I've corrected the post. Thanks for reading :) Thanks Beltran, you were right. I’ve corrected the post.

Thanks for reading :)

]]>
By: Beltran http://blog.alexcollins.org/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/comment-page-1/#comment-3083 Beltran Sat, 02 Feb 2008 05:42:26 +0000 http://blog.beplacid.net/2007/11/20/howto-apache-2-tomcat-5525-and-mod_jk-under-debian/#comment-3083 I think there is a typo: Shell: chown g+w server.xml should be: Shell: cd conf; chmod g+w server.xml (thanks to you and the author(s?) for sharing!) I think there is a typo:

Shell:
chown g+w server.xml

should be:
Shell:
cd conf; chmod g+w server.xml

(thanks to you and the author(s?) for sharing!)

]]>