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.
JEE6 を学ぶのは初めてです。JEE6 を使用してクライアントとサーバーの IP アドレスを取得する方法を知る必要があります。これらの ip を取得する他の方法はありますか。
リクエストオブジェクトを使用してクライアントIPを取得できます。
request.getRemoteAddr();
サーバーIPは、アプリケーションがデプロイされるマシンのIPになります。