开发者

What is the "source" attribute of the Context element of an Apache Tomcat configuration file for?

开发者 https://www.devze.com 2022-12-18 20:47 出处:网络
It\'s somehow related to Eclipse.For example: <Host> <Context docBase=\"foo\" path=\"/foo\" reloadable=\"true\"

It's somehow related to Eclipse. For example:

<Host>
    <Context docBase="foo" path="/foo" reloadable="true"
        source="org.eclipse.jst.j2ee.server:foo" />
</Host>开发者_JAVA技巧


Eclipse WTP adds the source attribute to the project-related <Context> element to identify the location of the source code associated with the context (thus, the actual project in the workspace which has been deployed to this server from inside Eclipse).

If you wondered about this due to a warning during Tomcat's startup, since Tomcat 6.0.16 any "unrecognized" XML tags and attributes in the context.xml or server.xml will produce a warning about it during the startup, although there's actually no means of a DTD.

Just ignore it. Tomcat shall work fine and Eclipse is happy with it. It won't occur in real production environment with a worthfully WAR file.

0

精彩评论

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

关注公众号