2006-10-16, 12:01
|
#4 (页面定位)
|
注册日期: 2005-12-20
住址: 让我想想,我也不知道我住那!
帖子: 2299
|
1.首先改一下这里
引用:
<Connector
port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true" />
|
把8080 改成你的端口
2.在<Host>里面的任意地方加上这一段
引用:
|
<Context path="\" docBase="目录名" debug="0">
|
“\”代表的是根目录
|
|
|