首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Java开发工具上载

2012-09-23 
Java开发工具下载1、tomacthttp://tomact.apache.org配置tomact的端口号:Connector port8080 protocol

Java开发工具下载

1、tomact    http://tomact.apache.orgJava开发工具上载

配置tomact的端口号:

    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

conf/server.xml 大概是70行左右

让tomact列出web根路径下的所有页面

<init-param>
            <param-name>listings</param-name>
            <param-value>false</param-value>
        </init-param>

false改为true

conf/web.xml  103行左右

 

热点排行