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.
Java アプリケーション内で制御できる Java ベースのアプリケーション サーバーを探しています。アプリケーション内でサーバーを起動/停止できるようにしたい。
これまでのところ、Glassfish や JBoss を調べたほとんどのアプリ サーバーは、既存の Java アプリケーションに統合するのではなく、すべて OS から制御されています。
Winstone や Jetty を見てみましょう。アプリケーションに簡単に組み込むことができます。