优艾设计网

tomcat如何配置可以在一个端口下访问多个程序的页面 财富值32?

优艾设计网 https://www.uibq.com 2023-04-25 10:36 出处:网络 作者:PS教程
有两个不同的程序,都要通过80端口访问,如何在tomcat中配置呢? <Host name=\"localhost\"appBase=\"webapps\" unpackWARs=\"true\" autoDeploy=\"true\"> <Context path=\"\" docB优艾设计网_PS问答ase=

有两个不同的程序,都要通过80端口访问,如何在tomcat中配置呢?

<Host name="localhost"appBase="webapps" unpackWARs="true" autoDeploy="true"> <Context path="" docB优艾设计网_PS问答ase="ROOT" reloadable="true" > </Context> <Context path="/wechatboiler" docBase="/opt/boilerTomcat/apache-tomcat-7.0.57/webapps/wechatboiler" reloadable="true" ></Context> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"prefix="localhost_access_log." suffix=".txt"pattern="%h %l %u %t &quot;%r&quot; %s %b" /> </Host>

--------------------把项目放入webapps---------------------

-------------------然而一个是可以访问的:----------------

-------------------另一个却找不到?---------------------


也不是很皮 2022-09-19 19:56

就是这么优艾设计网_设计百科配置的啊,多加一个Context节点,不同应用通过path路径来区分,你访问不了说明还是配置的地方有问题。


0

精彩评论

暂无评论...
验证码 换一张
取 消