TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Running tomcat with systemd

1 点作者 javinpaul超过 7 年前

2 条评论

JdeBP超过 7 年前
<p><pre><code> Type=forking ExecStart=&#x2F;opt&#x2F;apache&#x2F;apache-tomcat&#x2F;bin&#x2F;startup.sh ExecStop=&#x2F;bin&#x2F;kill -15 $MAINPID </code></pre> All of the same errors as in the <i>systemd House of Horror</i> entries.<p>* <a href="http:&#x2F;&#x2F;jdebp.eu.&#x2F;FGA&#x2F;systemd-house-of-horror&#x2F;tomcat.html" rel="nofollow">http:&#x2F;&#x2F;jdebp.eu.&#x2F;FGA&#x2F;systemd-house-of-horror&#x2F;tomcat.html</a>
yipopov超过 7 年前
I just used embedded Jetty and a normal non-forking service. Why does the Java ecosystem have to make things so complicated and duplicate so much effort?
评论 #16106360 未加载