Well, here is my httpd.conf file:
LoadModule jk_module libexec/mod_jk.so
AddModule mod_jk.c
JkWorkersFile /usr/local/jakarta/dist/tomcat/conf/workers.properties
JkLogFile /usr/local/jakarta/dist/tomcat/logs/mod_jk.log
JkLogLevel notice
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /otherworker/*.jsp remoteworker
include /packages/tomcat/conf/mod_jk.conf-auto
-----Mensagem original-----
De: Steve Ruby [mailto:[EMAIL PROTECTED]]
Enviada em: Friday, April 27, 2001 12:16 PM
Para: [EMAIL PROTECTED]
Assunto: Re: WHY http://servername:8080/myapp/index.htm?
Pedro Henrique Ponchio wrote:
>
> Hello,
>
> I need to know how to set up my Tomcat or Apache to understand that
> "myapp" is a jsp application without the need to put the port number
in
> the adress bar, because when I try to access it without the "8080", it
> fails ... (looks like the apache is trying to find the directory
"myapp"
> inside the document root, instead of look at the
> $TOMCAT_HOME/webapps/myapps ...)
> The server is a RH7, Apache1.3.19, Tomcat3.2.1, mod_jk.
>
> THANKS!!!!!!
>
> Pedro Henrique
> Brazil - Sao Paulo
What does your JkMount look like?