hmm .. I though I hit send but my response didn't seem to make it.

1. Try to unwar your app in webapps/ROOT folder
2. Try to set <context path="" docBase="<path to your folder>"/>. You
can do this in server.xml or context.xml

Br's,
Marius


On Oct 27, 9:00 pm, "Charles F. Munat" <[EMAIL PROTECTED]> wrote:
> Not sure I understand. How does one do that? Do you have a link?
>
> (I'll start looking.)
>
> Would that still permit multiple Lift apps in the same servlet
> container, or would I have to run one Tomcat each?
>
> Chas.
>
> Marius wrote:
> > Why don't deploy your app using root context "/" in tomcat?
>
> > On Oct 27, 8:45 am, "Charles F. Munat" <[EMAIL PROTECTED]> wrote:
> >> I've deployed a beta version of my app to Tomcat, so it's available at
> >> localhost:8080/xxx/
>
> >> Then I proxied Apache over to localhost:8080/xxx/
>
> >> And it works.
>
> >> But all the links in my app have /xxx/ prepended to them, so they try to
> >> go to /xxx/xxx/the_link instead of just /xxx/the_link. Lift (or the
> >> container) is plugging the name in there and basing it on the server
> >> root rather than the application root.
>
> >> Anyone know how to fix this?
>
> >> Thanks,
>
> >> Chas.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to