让 Tapestry 响应根 URL
Getting Tapestry to respond on root URL
我已经看完了Tapestry's documentation,但我无法理解这个。
Tapestry 将 URL 设置为 myurl/myappname?message=hello
。
但是,我想将请求作为 myurl?message=hello
.
我的客户希望在根 URL 上传递参数。
我该如何配置 Tapestry 才能这样做?
我不希望我的 Web 应用程序名称在 URL.
中可见
我可以在 myurl
上看到 Tapestry 拦截请求,但它以 Error 404
响应。
请帮助并提前致谢!我卡住了。
这是您的 servlet 容器的功能,而不是 Tapestry。对于 Tomcat,请参阅此问题:How to set the context path of a web application in Tomcat 7.0
我已经看完了Tapestry's documentation,但我无法理解这个。
Tapestry 将 URL 设置为 myurl/myappname?message=hello
。
但是,我想将请求作为 myurl?message=hello
.
我的客户希望在根 URL 上传递参数。
我该如何配置 Tapestry 才能这样做? 我不希望我的 Web 应用程序名称在 URL.
中可见我可以在 myurl
上看到 Tapestry 拦截请求,但它以 Error 404
响应。
请帮助并提前致谢!我卡住了。
这是您的 servlet 容器的功能,而不是 Tapestry。对于 Tomcat,请参阅此问题:How to set the context path of a web application in Tomcat 7.0