多多多个站点问题和.域名问题..待您来解决???
服务器上有N多个站点,asp,php,jsp的都有;
所有域名都转到一个IP地址:123.***.***.123;
asp,php访问网站正常;
现在要重新挂个系统上去jsp,以前没有,就装了TOMCATE 5.5+JDK5.0;
要把域名aaa.aaa.net也弄到123.***.***.123;上
请问TOMCATE 怎么配置,还需要怎么设置其他文件,才行捏?
我的server.xml 如下:
<Host name="aaa.aaa.net" debug="0" appBase="e:\web" unpackWARs="true"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
<alias>aaa.aaa.net</alias>
<Context path="" docBase="e:\web" debug="0" reloadable="true"/>
</Host>
在服务器上通过http;//localhost;8080/index.html可以转到 e:\web
我的域名怎么才转的过去,直接aaa.aaa.net访问e:\web\index.html
意思够清楚吧,那位请指教下...
问题点数:20、回复次数:0Top




