Lol! Lassie?! What?! Haha.

Check out this in my jetty.xml:

<New class="org.mortbay.jetty.webapp.WebAppContext">
  <Arg><Ref id="Contexts"/></Arg>
  <Arg><SystemProperty name="jetty.home"/>/webapps/myapplication.war</Arg>
  <Arg>/</Arg>
  <Set name="defaultsDescriptor"><SystemProperty name="jetty.home"
default="."/>/etc/webdefault.xml</Set>
  <Set name="VirtualHosts">
    <Array type="java.lang.String">
      <Item>127.0.0.1</Item>
      <Item>mylovelydomain.com</Item>
    </Array>
  </Set>
</New>


Its fairly self explanatory - this virtually hosts an application at the
root context "/"

Does this help?

Tim

On 16/03/2009 19:29, "Charles F. Munat" <c...@munat.com> wrote:

> 
> Where's Lassie when you need her?



--~--~---------~--~----~------------~-------~--~----~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to