In tomcat you usually have a webapps/ROOT folder. Try putting you webapp in this ROOT folder (unarchived).
If that does not work, try looking into server.xml for <Context path="" docBase="ROOT" debug="0"/>. Try change your docBase to the folder of your webapp. You can alsouse context.xml but depends on your tomcat version where this should be. On tomcat 6.x context.xml should be in META-INF folder (if I remember correctly) 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 [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 -~----------~----~----~----~------~----~------~--~---
