当前位置:  技术问答>java相关

在一个resin里怎么配置两个http的访问端口呢?

    来源: 互联网  发布时间:2015-08-05

    本文导语:  现在有一个resin2.0.4,起了两个srun,比如一个是6802,另一个是6803,那么现在我需要在这上面配置两个http的端口,比如一个为80,另一个为8080,在start这个resin过后,要求分别访问http://127.0.0.1:80和http://127.0.0.1:8080能访问到...

现在有一个resin2.0.4,起了两个srun,比如一个是6802,另一个是6803,那么现在我需要在这上面配置两个http的端口,比如一个为80,另一个为8080,在start这个resin过后,要求分别访问http://127.0.0.1:80和http://127.0.0.1:8080能访问到指定的不同的jsp文件。我是用了两个来配置,但好象后一个不起作用,请问应该怎么做呢?

|
What I can find:(suggest to download resin-reference.pdf)

host
Defines a virtual host. If no hosts are specified, or if a request doesn't match a host,
Copyright (c) 1998-2002 Caucho Technology. All rights reserved
- 101 -
configuration in http-server will be used instead.
The id may contain a list of hosts. Any host in the list will match.
See application configuration for servlet configuration.
Hosts can use regexp instead of id to dynamically create new hosts.
Attribute Meaning Default
id The host name required
regexp A regular expression
matching hosts.
none
app-dir The root directory of the
host (can use
replacement vars)
use http-server app-dir
Any  resource configured in  is shared for all virtual hosts and
web-apps in the server. So a database or EJB server configured in the  will
be shared for all virtual hosts.
Default application tags like  may appear in the  section.
These tags will be defaults for the contained  and .








...



Note: Only the Resin Java process understands regexps. Because mod_caucho,
isapi_srun and the other web server plugins don't understand the regexps, you may need
to do additional work to make the web server send the request to Resin.
Default: If the id attribute is null or '*', the  will be used as the default configuration
for any virtual host that doesn't match a specific  block.
http
Defines a HTTP or SSL port for the standalone server.
Attribute Meaning
Resin Reference Servlet and Host Configuration - p. 102
Copyright (c) 1998-2002 Caucho Technology. All rights reserved
- 102 -
id http identifier name
host The listening host
port The listening port
virtual-host Virtual host to select a host block.
ssl enable ssl
key-store-type JSSE Type of the key store (default jks)
key-store-file JSSE File containing the certificates
key-store-password JSSE Password to read the certificates
certificate-file OpenSSL certificate (Resin 2.0.5)
certificate-key-file OpenSSL key certificate (Resin 2.0.5)
certificate-key-password OpenSSL key password (Resin 2.1.1)
crypto-device OpenSSL engine (Resin 2.0.5)
thread-max Maximum number of live threads.
thread-min Minimum number of live threads.
thread-keepalive Number of keepalive threads
request-timeout Max time for a request, after this the
request will be interrupted.
listen Value of the socket listen parameter
accept-buffer-size Number of sockets in the accept buffer.
shutdown-wait-time How long to wait for connections to finish
before exiting.
Basic HTTP configuration



...


JSSE configuration



true
pkcs12
keys/server.p12
changeit

...


Resin Reference Servlet and Host Configuration - p. 103

Maybe you can (not tested):
  
     
...


DIY

|

在这里的附近加入

可以有两个不同的端口,至于指向不同的文件的话,我就不知道了。

    
 
 

您可能感兴趣的文章:

  • 端口问题(RESIN)
  • 在一个resin里怎么配置两个http的访问端口?
  • IIS5.0和Resin2.1.2能共用一个端口吗?(请高手提示)
  • 我所配置的resin为何只能用在8080端口上
  • 我的win2000下端口80自动分给了asp,我想分给resin,改那里呀?
  • RESIN1.2.7里怎么改配置文件,可以让我的RESIN不用老是重起??
  • 如何配置一个resin WEB SERVER?
  • resin服务器的配置
  • resin的配置
  • resin怎么配置成开机启动?
  • 关于下载程序的编写和resin的配置
  • 用IIS + resin 怎样配置虚拟目录?
  • fedora core 2 配置 apache+resin环境
  • 请教resin中web-inf的配置
  • 在resin下怎么配置SSL
  • 系统盘装在E盘,如何配置resin
  • 哪位给个RESIN的完全教程(安装、配置.....)
  • Resin+IIS的配置问题!
  • help!!!菜鸟求助!如何配置iis与resin,才能让我的站点能支持jsp!
  • 配置resin的几个问题
  • resin怎么配置servlet项?
  • 请告知Resin1.1.6+JDK1.3+IIS下配置JIVE的详细步骤
  • 国内哪有最新的resin的下载啊?(不要已经配置了的,要原装的)
  • 关于Resin的配置
  • apache和resin配置问题
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 帮帮菜鸟的两个问题:1:关于JBuilder5 2:resin设置
  • 我的e盘上有resin 2.0.2 作为服务器。今天我今天在e盘又装了tomcat,结果两个都不能用了,为什么?
  • linux 下启两个RESIN服务
  • resin及jetty介绍以及如何 查看他们的版本号
  • 请问单独用resin和用apache+resin有什么不同?
  • 2000下用apache+resin好还是IIS+resin?
  • resin与IIS整合后不及只开resin快??
  • 请问resin-2.1.4 与 resin ee 2.1.4有什么区别啊?
  • 卖分求真知﹕据说IIS装上RESIN插件后能支持JSP和SERVLET﹐请问什幺地方能下载RESIN?
  • Resin运行,出现如下提示,是否表示Resin已经运行正常了
  • 如何安装resin2.1.11 WEBSERVER和JDK1.4.2,resin和apache是什么关系?是一样的吗?
  • 服务器一开就可以了,没有什么简单复杂的吧?为什么很多人用resin+iis,而不直接用resin或tomcat,他们为什么说iis好用呢?
  • 关于RESIN死机的情况
  • apache+resin问题
  • resin和tomcat该选哪个?
  • 怎样把Resin加到win2000的服务里面??
  • 请问resin能在windows下安装成以服务的方式启动的形式吗
  • Resin 在IIS中的安装问题!
  • Tomca 还是 Resin 好?
  • 由于把resin设置为开机启动服务,导致不能进入Xwindow!!
  • 各位老师,请问如何将resin2.1.4的目录浏览去掉!
  • (500分赠送)谁能告诉我IIS+resin,jsp和IIS,asp,resin,jsp 的性能的比较?
  • 请告知Resin1.1.6+JDK1.3+IIS下配置JIVE的详细步骤 iis7站长之家
  • Java应用服务器 Resin


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3