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 [email protected]
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