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.
複数の展開モードが必要な Glassfish アプリケーションがあります。IE: 開発、本番、demo1 など。これらの構成を指定するにはどうすればよいですか?
ありがとう。
Glassfish 内でいくつかの JVM オプションを構成し、アプリケーション内でそれらを取得できます。
例:
Glassfish JVM オプション:
-Dapp.env=プロダクション
アプリケーションで:
System.getProperty("app.env");