`
jiaoxujin
  • 浏览: 63189 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
最近访客 更多访客>>
社区版块
存档分类
最新评论

Jboss虚拟目录

阅读更多
D:\jboss-4.0.2\server\default\deploy\jbossweb-tomcat55.sar\server.xml
         <Host name="localhost"
            autoDeploy="false" deploy deployXML="false">
            <!-- Uncomment to enable request dumper. This Valve "logs interesting
                 contents from the specified Request (before processing) and the
                 corresponding Response (after processing). It is especially useful
                 in debugging problems related to headers and cookies."
            -->
            <!--
            <Valve className="org.apache.catalina.valves.RequestDumperValve" />
            -->

            <!-- Access logger -->
            <!--
            <Valve className="org.apache.catalina.valves.FastCommonAccessLogValve"
                prefix="localhost_access_log." suffix=".log"
                pattern="common" directory="${jboss.server.home.dir}/log"
                resolveHosts="false" />
            -->
            <!-- Uncomment to enable single sign-on across web apps
  deployed to this host. Does not provide SSO across a cluster.    
            
                If this valve is used, do not use the JBoss ClusteredSingleSignOn
                valve shown below.
             -->
            <!--
            <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
            -->
            <!-- Uncomment to enable single sign-on across web apps
               deployed to this host AND to all other hosts in the cluster
               with the same virtual hostname.
            
               If this valve is used, do not use the standard Tomcat SingleSignOn
               valve shown above.
            
               This valve uses JGroups to communicate across the cluster.  The
               JGroups Channel used for this communication can be configured
               by editing the "sso-channel.xml" file found in the same folder
               as this file.  If this valve is running on a machine with multiple
               IP addresses, configuring the "bind_addr" property of the JGroups
               UDP protocol may be necessary.  Another possible configuration
               change would be to enable encryption of intra-cluster communications.
               See the sso-channel.xml file for more details.
            
               Besides the attributes supported by the standard Tomcat
SingleSignOn valve (see the Tomcat docs), this version also supports
               the following attribute:
            
               partitionName     the name of the cluster partition in which
                                 this node participates.  If not set, the default
                                 value is "sso-partition/" + the value of the
                                 "name" attribute of the Host element that
                                 encloses this element (e.g. "sso-partition/localhost")
            -->
            <!--
            <Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" />
            -->
        
            <!-- Uncomment to check for unclosed connections and transaction terminated checks
                 in servlets/jsps.
                 Important: You need to uncomment the dependency on the CachedConnectionManager
                            in META-INF/jboss-service.xml
            <Valve className="org.jboss.web.tomcat.tc5.jca.CachedConnectionValve"
                cachedC
                transacti />
            -->
           <Context path="/int221/wsd" docBase="D:\dash\war" crossContext="true" />
</Host>

分享到:
评论
1 楼 softor 2010-09-20  
能否将一个.war的文件设成虚拟目录?

相关推荐

    Jboss配置虚拟路径

    1. **定位配置文件**:首先,需要找到位于`D:\jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer`目录下的`server.xml`文件。此文件包含了JBoss服务器的主要配置信息。 2. **添加`&lt;Context&gt;`元素**:在`...

    tomcate和jetty虚拟目录配置方法

    它们都支持虚拟目录配置,使得我们可以将多个Web应用程序部署在同一服务器上,而无需更改全局服务器配置。虚拟目录允许我们为每个应用设置一个独立的URL路径,提高管理和部署的灵活性。下面我们将详细探讨Tomcat和...

    各类服务器下虚拟目录配置

    【虚拟目录配置详解】 虚拟目录,也称为别名(Alias),是服务器中一种映射物理路径到特定URL的机制。这种技术使得用户可以使用简洁的URL来访问服务器上的不同位置的资源,而无需暴露实际的文件系统路径。本文将...

    windows下JBOSS5.1.0部署web应用

    8. **配置JBOSS虚拟路径**: 虚拟主机配置在`$JBOSS_HOME/server/default/deploy/jboss-web.sar/server.xml`文件中,通过`&lt;Host&gt;`标签定义。可以创建新的虚拟主机或修改现有主机的配置来映射不同的Web应用。 9. **...

    Apache与Jboss负载均衡教程

    配置方面,则需关注虚拟主机的设置、URL重写规则等,以实现与JBoss的有效集成。 #### JBoss集群 - **JBoss集群**:JBoss支持通过集群来实现高可用性和负载均衡。集群配置主要包括节点间的通信机制、集群管理工具的...

    jboss相关技术文档

    在Jboss3.0和Tomcat4.03的配置中,主要涉及配置文件的修改,例如`server.xml`,以设定虚拟主机、上下文路径和数据源。整合后的系统能够同时利用JBoss的强大EJB支持和Tomcat的轻量级特性。 **5. JBoss与MS SQL ...

    JBoss5部署原理

    JBoss5引入了虚拟文件系统(VFS)扫描器`VFSBootstrapScanner`,用于监控部署目录下的变化,并将这些变化及时反映到运行环境中。当部署目录下的文件发生变化时,VFS扫描器会触发相应的部署逻辑。 - **...

    spring-jboss整合

    Spring框架支持通过虚拟文件系统(Virtual File System, VFS)来加载配置文件,这种方式在JBOSS环境中尤为有用。VFS允许Spring访问部署在JBOSS中的应用程序资源,如jar包内的XML配置文件等。 - **实现方式**:Spring...

    iis与jboss整合

    2. **解压文件**:解压下载的文件,并将其中的 `isapi_redirector2.dll` 文件拷贝到JBoss安装目录下的特定文件夹,如 `jboss-\bin\iis`。 #### 四、配置JBoss 1. **创建注册文件**: - 创建一个用于注册 `isapi_...

    Jboss-Spring

    4. **`jboss-spring-int-vfs.jar`**:VFS(Virtual File System,虚拟文件系统)是JBoss AS的一部分,用于抽象不同类型的文件系统。这个库可能包含了Spring与JBoss VFS的集成,使Spring能够处理和访问JBoss AS内部的...

    jboss的性能优化

    在`.jboss\server\default\deploy\report.war`目录下,对部署文件进行了调整,虽然文中没有详细介绍具体的修改内容,但一般这类修改会涉及到对应用程序的资源占用限制或者日志记录行为进行优化,以减少不必要的内存...

    jboss as7 文档

    - 域模式支持在一个物理或虚拟主机上部署多个应用服务器实例,并集中管理这些实例。 - **5.3.2 一般配置概念**:文档介绍了各种配置项的作用和设置方法。 - 包括日志配置、JVM设置、网络连接配置等。 - **5.3.3 ...

    JBossTools-ALL-win32-3.0.0.CR2

    4. JBoss Data Virtualization(JDV)工具:允许通过图形界面进行数据虚拟化配置,将多个数据源融合为单一视图,简化数据访问。 5. Maven集成:JBossTools与Maven构建系统紧密集成,使得项目管理和依赖管理更加便捷...

    jboss集群部署详细资源

    3. **JBoss安装**:解压缩JBoss安装包,将其复制到`/usr/local`目录。修改`$jboss/server/default/deploy/jboss-web.deployer/server.xml`文件,将监听地址更改为“0.0.0.0”以允许所有网络访问。启动JBoss并测试,...

    CentOS下apache负载均衡与JBoss集群配置

    我们需要下载JBoss的zip压缩包,并解压到指定目录。之后,我们需要设置JBOSS_HOME环境变量,并将其添加到系统的PATH中。 Apache HTTP服务器的安装涉及到源码的编译和安装。下载httpd-2.0.65版本的压缩包,解压后...

    jboss-as-sprint-int-5.0.0.GA.jar jboss-spring-int-vfs.jar

    "jboss-as-sprint-int-5.0.0.GA.jar" 和 "jboss-spring-int-vfs.jar" 是与JBoss应用服务器相关的两个关键组件,主要用于Spring框架与JBoss服务器的集成以及虚拟文件系统(Virtual File System,VFS)的支持。...

    JBoss7和容器轻量化研究报告

    - 应用启动过程中进行license验证时,因JBoss 7.x使用的虚拟文件系统导致获取的jar路径错误。解决方法是修改`PrivateUtil`类以使用正确的路径。 4. **Web标签定义文件(tld文件)解析出错** - JBoss 7.x使用tld ...

    jboss jar包snowdrop-vfs.jar和jboss-logging.jar

    VFS(Virtual File System,虚拟文件系统)是JBoss提供的一种抽象层,它允许对不同类型的文件系统进行统一的访问。在Spring和JBoss集成时,可能会遇到类路径或资源加载的问题,特别是当Spring使用了自己的类加载机制...

    Apache安装及JBOSS部署说明文档.rar

    2.2.5访问URL如果是目录,不想显示该目录下文件 15 2.2.6设置某个应用APP为默认应用 16 2.2.7配置数据源在APP应用加载前有效(各相关服务加载完毕) 16 2.2.8日志配置,配置log4j.xml 18 2.2.9配置contentType及...

    Jboss7.1.1Final下JSP热部署解与多工程并行、消除WEB工程名

    附件提供一个jar、两个xml、一个文档,分别实现jsp热部署(默认情况下jboss修改了JSP还需要重启)、占用根目录“/”无需使用工程名(即使用http://127.0.0.1:8080直接访问首页)、多个工程同时启动(默认情况下会冲突...

Global site tag (gtag.js) - Google Analytics