
tomcat
mrhao61
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tomcat 设置访问本地文件夹文件的权限
web.xml文件中 servlet中,list 下面的false改为true server.xml文件将 加 <Context path="/download" docBase="D:/WPTX/bom/dashboard/download" debug="0" reloadable="true" />原创 2020-01-04 15:01:30 · 3830 阅读 · 6 评论 -
ssl server.xml
<!-- Note: A "Server" is not itself a "Container", so you may not define subcomponents such as "Valves" at this level. Documentation at /docs/config/server.html --> <Server port="...原创 2019-12-03 21:56:35 · 450 阅读 · 0 评论 -
tomcat server.xml文件 修改过8080端口为80 添加了context path
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this...原创 2019-11-16 17:18:27 · 809 阅读 · 0 评论 -
不同版本 两个 tomcat 在同一 服务器 上运行 需要更改的信息
1.环境变量 改完这里去更改tomcat目录下bin目录下的startup.bat和shutdown.bat 只把环境变量中的加个2就行了。 2.端口修改 1、 2、<Connector port=“8080” protocol=“HTTP/1.1” connectionTimeout="20000" redirectPort="8443" ...原创 2019-11-16 17:16:23 · 1024 阅读 · 0 评论