Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序是用 Google Guice 构建的,用于处理 servlet 的映射。
是否可以映射资源:
user.myapp.com不myapp.com/user使用 Apache Mod Rewrite 和任何类似的服务器容器组件?
user.myapp.com
myapp.com/user
作为我的后端的想法是 Google App Engine (GAE)。
GAE 允许使用Servlet 过滤器。因此,我建议您通过配置UrlRewriteFilter来使用它。本质上它是mod_rewrite用于Java的。
mod_rewrite