1、请你首先打开WINNT\system32\drivers\etc目录下的hosts文件,在里面加入你想要虚拟的机器名,如我是这样加的
127.0.0.1 www www.www.systekgz.com.cn
在这里www.systekgz.com.cn是我的域名。
www是虚拟名
而我机器的本身名字是fangm,在域中的就是fangm.www.systekgz.com.cn
2、打开jboss-tomcat安装目录下的server\default\deploy的目录中的tomcat4-service.xml文件,原来的文件是这样的
<?xml version="1.0" encoding="UTF-8"?>
<!-- Set catalina.home to the location of the Tomcat-4.x dist.
The default value is that of the JBoss/Catalina bundle where the
jakarta-tomcat-4.0.3-LE-jdk14 is included as jboss_dist/catalina
-->
<!DOCTYPE server [
<!ENTITY catalina.home "../catalina">
]>
<!-- The service configuration for the embedded Tomcat4 web container
-->
<server>
<classpath codebase="file:&catalina.home;/common/lib/" archives="*"/>
<classpath codebase="file:&catalina.home;/server/lib/" archives="*"/>
<classpath codebase="file:&catalina.home;/bin/" archives="*"/>
<classpath codebase="file:&catalina.home;/lib/" archives="*"/>
<classpath codebase="." archives="tomcat4-service.jar"/>
<mbean code="org.jboss.web.catalina.EmbeddedCatalinaServiceSX"
name="jboss.web:service=EmbeddedCatalinaSX">
<attribute name="CatalinaHome">&catalina.home;</attribute>
<attribute name="Config">
<Server>
<Service name = "JBoss-Tomcat">
<Engine name="MainEngine" defaultHost="localhost">
<Logger className = "org.jboss.web.catalina.Log4jLogger"
verbosityLevel = "trace" category = "org.jboss.web.localhost.Engine"/>
<Host name="localhost">
<Valve className = "org.apache.catalina.valves.AccessLogValve"
prefix = "localhost_access" suffix = ".log"
pattern = "common" directory = "../server/default/log" />
<DefaultContext cookies = "true" crossContext = "true" override = "true" /> 上一页 下一页






