Re: Communication between Apache an Tomcat

2005-12-09 Thread Mladen Turk
Mirek Kopriva wrote: What if you do JkMount /* ajp13 This way you should be able to access everything. Right, but then you will not be able to use Apache for delivering static content, server-status, jkstatus, use mod_rewrite, etc. Anyhow, the best practice is to map the application not everyt

Re: Communication between Apache an Tomcat

2005-12-09 Thread Mirek Kopriva
What if you do JkMount /* ajp13 This way you should be able to access everything. Mirek On 12/8/05, Mladen Turk <[EMAIL PROTECTED]> wrote: > > marju jalloh wrote: > > > > JkMount /servlet/* ajp13 > > > > This might help: > JkMount /*/servlet/* ajp13 > > Regards, > Mladen. > > -

Re: Communication between Apache an Tomcat

2005-12-08 Thread Mladen Turk
marju jalloh wrote: JkMount /servlet/* ajp13 This might help: JkMount /*/servlet/* ajp13 Regards, Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Communication between Apache an Tomcat

2005-12-08 Thread marju jalloh
Thanks Mirek it helps and save from another 100 hr of googling Byfour marju jalloh <[EMAIL PROTECTED]> wrote: Sorry for the long Httpd.conf file.This is the jk_mod section in the Httpd.config file JkWorkersFile /etc/tomcat4/jk/workers.properties JkLogFile /var/log/apache/mod_jk.l

Re: Communication between Apache an Tomcat

2005-12-08 Thread marju jalloh
Sorry for the long Httpd.conf file.This is the jk_mod section in the Httpd.config file JkWorkersFile /etc/tomcat4/jk/workers.properties JkLogFile /var/log/apache/mod_jk.log JkLogLevel info JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 Options Indexes Follo

Re: Communication between Apache an Tomcat

2005-12-08 Thread marju jalloh
Thanks for your response.This is my http.conf file. ## ## httpd.conf -- Apache HTTP server configuration file ## # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration di

Re: Communication between Apache an Tomcat

2005-12-08 Thread Mirek Kopriva
Hi, Looks like it's the configuration of mod_jk in apache. Not sure what is wrong (If you'd atach the configuration files it would be easier to help you). But my guess is the problem is setting of JkMount directive. looks like you have: 'JkMount /*.jsp worker' only while you should have: JkMount /y