Hi Francois,
you have to add an 'Alias' statement for your context in the mod_jk.conf
(which you should 'Include' in the httpd.conf) and also a 'JKMount
/context/*.jsp ajp13' in the same file.
HTH
Peter
> Fran�ois Andromaque wrote:
>
> Hello
> I've developped a jsp WEB site, so i've my web site directory with the
> jsp directory which contains my jsp files, the html directory wich
> contains my html files and the WEB-INF directory which contains the
> JAVA-BEAN, it perfectly works with TOMCAT, but i can't access to my
> jsp files using apache server, even so i can access via apache to the
> tomcat jsp examples. What the way to do to make apache to find the jsp
> files.
>
> i'm getting the following
> Error: 404
> Location: /jsp/jsp_file.jsp
>
> this is yet the right emplacement of the file
>
> Thanks in advance for your help.
>
>