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
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.
>
> -
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]
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
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
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
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