Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我在单个 Tomcat 实例中部署了一个 WAR。WAR 包含两个 servlet:一个用于客户端请求,另一个用于管理。现在我想在不同的端口上运行这些 servlet。我可以使用相同的单个 WAR 和单个 Tomcat 实例来做到这一点吗?
您可以让 tomcat 在两个不同的端口上侦听 HTTP,但只有一个容器。所以我不这么认为。
I wrote a code in which i used mention below statement
editor.insertHtml(paragraph.getOuterHtml());
which throws Uncaught TypeError: Object # has no