URL Px deployment on weblogic server
I am trying to deploy a URL px on oracle weblogic server in linux. (Agile 9.3.4). I am unable to access the user id and password for agile user. I am getting the null values. I was able to deploy the .war file successfully on the weblogic and I feel that it is unable to get the http request from agile server. Do I need to make any other changes in applications.ear file other than deploying the .war file.
request.getParameter("userName");
request.getParameter("password");