Thanks Achim, that solution is bigger than i have in mind In my case, I just want a friendly url into my karaf/wicket/webapp where url to http://myapphost:port would automatically forward/route to the same url with another context ( http://myapphost:port/myAppContext
For vanilla tomcat, i can just create a index.hml at ROOT which contains '<meta http-equiv="refresh" content="0; url=./myapp/index.html">' Can I do the same for karaf/paxweb/jetty?? Thanks -D On Wed, May 29, 2013 at 2:29 PM, Achim Nierbeck <[email protected]>wrote: > Hi, > > Don't know if you already read the [1] blog about virtual hosts and > connectors. > And there is always the possibility to place a apache http server up front. > > Regards, Achim > > [1] - > http://notizblog.nierbeck.de/2013/05/bind-certain-web-applications-to-specific-httpconnectors-ii/ > > sent from mobile device > Am 29.05.2013 20:57 schrieb "Dan Tran" <[email protected]>: > > >> My apology if this is too obvious >> >> I need a way to configure paxweb to forward my http://host:port to >> http://host:port/myContext >> >> is it possible? >> >> Thanks >> >> -D >> >> >>
