xlid 发表于 2017-2-17 12:49:35

配置在WebLogic Server中运行CGI程序,提供PHP与Perl的示例

  配置在WebLogic Server中运行CGI程序,提供PHP与Perl的示例

相关的详细说明文档可以看这里

http://e-docs.bea.com/wls/docs81/webapp/components.html#100540

其实跟Tomcat里支持cgi没有什么两样,在WebLogic Server中也是通过一个CGIServlet来mapping过去的。

把CGIServlet也反编译回来了,全打包在里面,有兴趣的也可以翻翻源码:)
  附件下载:
  http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=81&threadID=32925
页: [1]
查看完整版本: 配置在WebLogic Server中运行CGI程序,提供PHP与Perl的示例