让Tapestry响应根URL

时间:2015-10-22 06:04:08

标签: maven jetty tapestry

我已经通过Tapestry's documentation并且无法找到这个。

Tapestry将网址设置为myurl/myappname?message=hello。 但是,我希望将请求作为myurl?message=hello提供。

我的客户端希望在根URL上传递参数。

如何配置Tapestry? 我不希望我的Web应用程序名称在URL中可见。

我可以在myurl上看到Tapestry拦截请求,但它会以Error 404响应。

请提前帮助和感谢!我被卡住了。

1 个答案:

答案 0 :(得分:0)

这是servlet容器的功能,而不是Tapestry。对于Tomcat,请参阅此问题:How to set the context path of a web application in Tomcat 7.0