resin2.0怎样配置??

zhangletao 2002-08-30 07:44:41
我浏览jsp时总是浏览器提示错误如下:
Can't contact Servlet Runner at localhost:6802
resin http 服务器提示 如下:
initializing appplication http://localhost:81/cmp
http can`t bind to *81. check for conficting servers

我的conf文件配置的一部分
http-server>
<!--
- The root file directory of the server. Apache users will change
- this to /usr/local/apache/htdocs and IIS users will change it
- to d:\inetpub\wwwroot
-->
<app-dir>i:\inetpub\wwwroot</app-dir>

<!-- the http port -->
<http port='81'/>

<!--
- The srun port, read by both JVM and plugin
- 127.0.0.1 is the localhost
-->
<srun host='192.168.108.8' port='6802'/>

<!--
- How to add SSL:
-
- <http port=8443>
- <ssl>true</ssl>
- <key-store-type>pkcs12</key-store-type>
- <key-store-file>keys/server_cert.p12</key-store-file>
- <key-store-password>changeit</key-store-password>
- </http>
-->

<!--
...全文
56 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
wys1978 2002-09-03
  • 打赏
  • 举报
回复
If you want to run resin under IIS , you can take a look at the documents, install the resin as standalone , then use the url:

http://yoursite:port/ref/cse-iis.xtp
upc_chenli 2002-08-30
  • 打赏
  • 举报
回复
是啊,重新装一次!
pmwb 2002-08-30
  • 打赏
  • 举报
回复
1、软件准备:重新下载http://www.caucho.com的完整版本。
2、软件安装:只要解压到一个目录就OK了。
3、环境配置:对于SERVER模式安装,不要做任何配置工作,直接运行RESION目录下/BIN目录的HTTD.EXE,即启动了RESION。
如果想将RESIN以ADD-ON模式安装,即将RESIN作为一个JSP解释器安装在IIS上,使其支持JPS与SERVLET,要另外安装。。
wz7652 2002-08-30
  • 打赏
  • 举报
回复
也许是你的安装目录没有指定好!

<app-dir>i:\inetpub\wwwroot</app-dir>

试试重新指定你的安装目录。
wys1978 2002-08-30
  • 打赏
  • 举报
回复
Please try to change the http port & srun port , for example:

<http port='8000'/>

<srun host='localhost' port='7777'/>
jackingod 2002-08-30
  • 打赏
  • 举报
回复
我也是啊!!
就改了端口号而已!!
zhenyang2002 2002-08-30
  • 打赏
  • 举报
回复
我安装resin 后没有怎么配置,就是将端口号更改一下就行了。原来是8080我改为8088了^_^
zhangletao 2002-08-30
  • 打赏
  • 举报
回复
如果想将RESIN以ADD-ON模式安装,即将RESIN作为一个JSP解释器安装在IIS上,使其支持JPS与SERVLET,要另外安装。。
怎么装也????????

62,614

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧