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、WebLogic、または JBoss) を実行時に判断できますか?
あなたは使用してみることができます
String serverInfo = application.getServerInfo();
JSPで。サーブレットで、使用してみてください
String serverInfo = getServletContext().getServerInfo();