Re: AW: Re: Seperate deployment in tomcat 6.0.29

Posted by Tambet Matiisen on
URL: https://discuss.orbeon.com/Seperate-deployment-in-tomcat-6-0-29-tp3214139p3215364.html

You could try to change the path in first filter-mapping to /*, but I
doubt it will work, because Orbeon filter would then interfere with
static files, eg images, stylesheets and anything that is not XML.

Certainly working solution would be to redirect browser to correct URL
from index.jsp. So put following into webapps/mini_orbeon_test/index.jsp:

<%
response.sendRedirect("xforms/view.xhtml");
%>

   Tambet

On 13.01.2011 1:10, Ilja Werner (psinova) wrote:

> Thanks a lot: I am replaying this on Windows.
>
> At first. I do not understand point 2 completely, but let me describe my
> phenomenon first.
>
>
> Effects are
> http://localhost:8080/mini_orbeon_test/xforms/view.xhtml shows the running
> xform -->  OK
> http://localhost:8080/mini_orbeon_test/xforms/ shows a white screen
> http://localhost:8080/mini_orbeon_test/ shows an 404 error. -->  ???????
>
> What do I have to do the http://localhost:8080/mini_orbeon_test/ shows the
> running xform. Do I need an epilogue? Or a redirecting index.html.
>
> Honestly I do not understand the bootstrapping sequence in this scenario --
> minimum I got a running xform but in an unexpected path.
>
> Thanks for further hints. Ilja Werner
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws