Hi,

Maybe your problem would be solved by adding "/" into the path="" section...

> -----Ursprüngliche Nachricht-----
> Von: Andrés Bernal [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 6. September 2001 01:15
> An: Tomcat User
> Betreff: Problem with URLs
>
>
> Hi, I have Apache 1.3.20 + Tomcat 3.2.3 + JBoss 2.4.
> The problem is that sometimes (not all the time) when clicking URLs  (well
> written: http://host.com/page.html) in generated JSP pages, Tomcat answers
> with 404 File Not Found http:/host.com/page.html (Note that is http:/ and
> not http://) and in the browser location appears the correct URL.
>
> Where is the problem?
>
> (I have the following context in Tomcat:
>
>     <Context path=""
>       docBase="webapps/ROOT"
>       crossContext="true"
>       debug="0"
>       reloadable="false"
>       trusted="false">
>     </Context>
>
> In Apache:
>
> JkMount /*.jsp ajp13
> JkMount /b2bportales/* ajp13
> )
>
> Thanks for your help!
>
> Andrés Bernal
> Engineer of Development
> B2BPortales
> Norma Comunicaciones S.A.
> [EMAIL PROTECTED]
> Tel: (57 4) 3122791
>      (57 1) 4106355
>
>
>
>


Reply via email to