码迷,mamicode.com
首页 > Web开发 > 详细

jsp发布:tomcat+花生壳

时间:2014-12-05 12:21:22      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   io   ar   color   os   sp   

1.tomcat/conf/server.xml

      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false"> 
 <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" 

pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log." 

suffix=".txt"/>

  

 <Context docBase="D:\workspace\eclipseworkspace1\.metadata\.plugins

\org.eclipse.wst.server.core\tmp0\wtpwebapps\daciedu" path=""  reloadable="true" 

debug="0" />    
      </Host>


<Host name="daci123.eicp.net" appBase="webapps" unpackWARs="true" autoDeploy="true" 

xmlValidation="false" xmlNamespaceAware="false">
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" 

pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log." 

suffix=".txt"/>

 

        <Context path="/daciedu" docBase="D:\workspace\eclipseworkspace1\.metadata

\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\daciedu"  reloadable="true" 

debug="0" />
      </Host>
<Connector port="120" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443"  URIEncoding="UTF-8"/>

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

 

 

jsp发布:tomcat+花生壳

标签:des   style   blog   http   io   ar   color   os   sp   

原文地址:http://www.cnblogs.com/ziyueer/p/4146201.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!