>From: "Bas van Ecke"
>Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>To:
>Subject: Re: [cobalt-users] Java of RAQ550
>Date: Tue, 25 Nov 2003 10:48:17 +0100 (CET)
>
> >3) Can you post the web.xml? I guess there is a servlet that has a mapping
> >to urls that end on .do for example. But the raq 550, or better apache,
> >only passes requests to tomcat that end on .jsp or have /servlet/ in the
> >url.
> >
>posted below:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>Hi Diana,
>
>So it is possibility 3.
>You see the
>That's the problem. You can try if this solves your problems:
>modify all .do requests/links in the jsp pages and adding /servlet/ in
>front of it. Then apache recognizes it as something that should be passed
>onto tomcat. If servlets create links as well than you have find it in the
>source and recompile the servlets.
>
>Regards, Bas
>
Thanks Bas. That worked! I knew it was probably something simple but there was just very little documentation for Java on RAQ550.
Thanks again!
Diana