Eclipse WTP creates its own server.xml file which it places in some folder which configures the tomcat instance you are running for your web project. If you double click on the server in the servers list you get a nice screen which makes it simple to configure some aspects of the server.xml file.
How do I configure a new connection to allow SSL connections on port 8443. Everytime I edit the server.xml file manually, eclipse overwrites my changes with the settings it has stored in the server properties page of the configuration and it seems there is no way to add a new connector from the interface that eclipse provides
Answer:
If you've already created the server, you can edit the server.xml template it copies. If you use the project explorer, It is under Other Projects->Servers->->server.xm

本文详细介绍了如何在Eclipse WTP中配置新连接以允许SSL连接到端口8443。特别关注了如何避免手动编辑server.xml文件时被覆盖的问题,并提供了在配置界面中添加新连接的方法。
1776

被折叠的 条评论
为什么被折叠?



