jsp1随笔
修改tomcat默認端口號:
tomcat > conf > server.xml 文件中找到下面代碼
<Connector port="8080" Protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
/>
打開server.xml文件時可使用Ctrl+F 快速查找8080
tomcat > conf > server.xml 文件中找到下面代碼
<Connector port="8080" Protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
/>
打開server.xml文件時可使用Ctrl+F 快速查找8080
注意不要修改成被注釋的部分~
<!-- 可見注釋-->?
<%-- 不可見注釋 --%>?
<%
? // ?java 注釋格式
? /*java注釋格式*/?
%>
總結
- 上一篇: PHP用户登录功能实现
- 下一篇: 为什么网页背景图片都切开