Little-G:为您的应用服务器瘦身
2009-11-10 00:00:00 来源:WEB开发网
清单 1. Config.xml <module name="geronimo/tomcat/1.1.1/car">
<gbean name="TomcatResources"/>
<gbean name="TomcatWebConnector">
<attribute name="host">0.0.0.0</attribute>
<attribute name="port">8080</attribute>
<attribute name="redirectPort">8443</attribute>
</gbean>
<gbean name="TomcatAJPConnector">
<attribute name="host">0.0.0.0</attribute>
<attribute name="port">8009</attribute>
<attribute name="redirectPort">8443</attribute>
</gbean>
<gbean name="TomcatWebSSLConnector">
<attribute name="host">0.0.0.0</attribute>
<attribute name="port">8443</attribute>
</gbean>
<gbean name="geronimo/tomcat/1.1.1/car?ServiceModule=geronimo/tomcat/1.1.1/car,
j2eeType=GBean,name=TomcatWebContainer">
<attribute name="catalinaHome">var/catalina</attribute>
</gbean>
</module>
同样,可以通过修改 TomcatWebSSLConnector GBean 中 port 元素的值来修改 HTTPS 监听器端口。每当启动服务器时都会读取 config.xml 文件,这些属性值会应用于对应的 GBean。当部署新应用程序或者取消部署时,服务器也会更新这个文件来反映变化。在一般情况下,可以通过在这个文件中指定相应的条目,为模块中的任何 GBean 提供新值或者修改现有值。但是,如果需要修改日志设置,操作就不一样了。必须在 GERONIMO_HOME/var/log/server-log4j.properties 文件中进行修改。
更多精彩
赞助商链接