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.
monitorScreen次の URL からサーブレットのパラメーターを取得しようとしています。
monitorScreen
GET /Random/servlet/ps.commands.GetCmd?monitorScreen=true HTTP/1.1
しかし、この特定のサーブレットで変数または値のmonitorScreenを探すと、サーブレットのどこにも見つかりません
これは、次の URL からサーブレットのパラメーターを取得する方法です。
www.someServer.com/somePage.jsp?monitorScreen=true
次に、doGetサーブレットのメソッドで、
doGet
String value = request.getParameter("monitorScreen");