Sorry for the long Httpd.conf file.This is the jk_mod section in the 
Httpd.config file
  <IfModule mod_jk.c>
    JkWorkersFile /etc/tomcat4/jk/workers.properties
    JkLogFile /var/log/apache/mod_jk.log
    JkLogLevel info
    
    JkMount /*.jsp ajp13
    JkMount /servlet/* ajp13
    
    <Directory `/var/www`>
    Options Indexes FollowSymLinks
    </Directory>
    
    </IfModule>
  

Mirek Kopriva <[EMAIL PROTECTED]> wrote:  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 /your_context or /* worker or something like
that.
Hope it helps.
Cheers,
Mirek

On 12/8/05, marju jalloh  wrote:
>
> Hi everyone,
>    I cannot access my servlet from Apache but I can access my jsp.I am
> using
>   Apache 1.3.33, jk_mod1.3 en Tomcat 4.1.27 on Linux
> (Debian  Serge).Tomcat is running and I can access all my servlets and jsp
> via  port 8080.Apache is also running.I can access all my jsp via
> Apache  which proves thst my jk_mod is working but I can`t access my
> servlet.I  got 404 error
>
>   Can anyone help me
>
>   Thanks in advance
>
>   Byfour
>
>
>
>
> ---------------------------------
> Yahoo! Shopping
> Find Great Deals on Holiday Gifts at Yahoo! Shopping
>



                        
---------------------------------
Yahoo! Shopping
 Find Great Deals on Holiday Gifts at Yahoo! Shopping 

Reply via email to