Re: t5: using jetty

2008-10-18 Thread Angelo Chen
This works very well, thanks!!! Lutz Hühnken wrote: > > In your pom.xml, add a context handler to the jetty plugin: > > > org.mortbay.jetty > jetty-maven-plugin > > / > >

Re: t5: using jetty

2008-10-17 Thread Lutz Hühnken
In your pom.xml, add a context handler to the jetty plugin: org.mortbay.jetty jetty-maven-plugin / /myimages /the/

t5: using jetty

2008-10-11 Thread Angelo Chen
Hi, Sorry if this is not related to Tapestry. I use jetty:run to test my web app and it works well, one issue that I can't solve is, in the standard tomcat deployment my app has to refer to webapps/myimages, myimages is actually a linked directory in Linux, how to define something like this when