如何在Gemini网站中使用OSGi HTTPService。
致以最好的问候,Keshav
发布于 2012-09-01 14:58:21
插件org.eclipse.equinox.http.servlet提供了一个创建HTTPService的Servlet实现,当注册到根上下文"/“和url模式"/*”时,它会通过代理servlet将所有请求重定向到HttpService。
您还可以使用插件org.eclipse.equinox.http.registry通过扩展点为HTTPService创建条目。
致以最好的问候,Keshav
https://stackoverflow.com/questions/12160678
复制相似问题