Hi, "Jk suse 9.1 binary?" Yes, you need a binary module suitable for your OS. Or, you still can try tom compile it for your system, but it's not recommended since it's too long for not so many more advantages.
" Same: /, \ for suse?" Of course, you have adapt the paths to match your OS logical structure. On *nix, use /, and on window$, use \. " After the loaded modules?" Well, just insert your directives right before section three. (Therefore after section 2...) " In the httpd.conf, too?" Yes, we're still in the httpd.conf file. Hope it helps ! And thanks for the link !! Luc Boudreau Universit� du Qu�bec Canada -----Message d'origine----- De�: Andreas Bauer [mailto:[EMAIL PROTECTED] Envoy�: 7 juin 2005 09:49 ��: 'Tomcat Users List' Objet�: Re: Module jk2 and jk Connectormodules Hello! Btw, here is another link: http://www.dynamicobjects.com/d2r/archives/002574.html After doing this script, jk2 works for me in win xp, but not in Suse 9.2. I hope, it helps you anyway and you can use it somehow. I have still questions. >LoadModule jk_module modules/mod_jk.so Jk suse 9.1 binary? > Then, protect your WEB-INF directories : > <Directory c:/Tomcat5/webapps/exampleApp/WEB-INF> > Options -Indexes FollowSymLinks > Deny from all > </Directory> Same: /, \ for suse? >Then, between section 2 and 3 of httpd.conf, add the jk configuration : After the loaded modules? >Create an alias : >Alias /exampleApp c:/Tomcat5/webapps/exampleApp >Define which files are to be served by Tomcat : >JkMount / exampleApp/*.jsp tomcat5 >JkMount / exampleApp/*.do tomcat5 In the httpd.conf, too? Best regards and many thanks Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
