如何指定root url tomcat?

时间:2016-07-17 13:03:41

标签: java xml tomcat

例如app.war。我想更改根网址以修改程序。

我完全糊涂了。我试着在context.xml中指定根URL(在我的app文件夹中,我试图添加ROOT.xml。但它不起作用(一般来说,我不知道我在哪里做了这个改变的主要错误)参数,我查看了所有提示。如果我更改了web-inf context.xml,那么tomcat删除了所有更改.Tomcat没有在特定文件夹中看到ROOT.xml。请,可能有人可以写更明确的这些步骤并解释发生在我身上的一些事情。

这是C:\ Users \ user \ Desktop \ psc \ ProductCatalog \ psc-ui \ target \ tomcat \ conf \ context.xml

print (pd.DatetimeIndex(pd.Series(z1).map(lambda x: x.replace(day=1, hour=0))))
DatetimeIndex(['2025-10-01', '2025-01-01'], dtype='datetime64[ns]', freq=None)

这是C:\ Users \ Alexander.Luchko \ Desktop \ psc \ ProductCatalog \ psc-ui \ target \ ProductCatalog \ META-INF \ context.xml

<Context>

<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>

<!-- Uncomment this to disable session persistence across Tomcat restarts -->
<!--
<Manager pathname="" />
-->

<!-- Uncomment this to enable Comet connection tacking (provides events
     on session expiration as well as webapp lifecycle) -->
<!--
<Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
-->

<Environment name="SQL.log" value="DEBUG" type="java.lang.String"/>

........

<Context>
<Parameter name="javax.faces.PROJECT_STAGE" value="Production" override="false"/>

抱歉我的英语不好!!!!提前做好

0 个答案:

没有答案