Is there a possibility to pass command line arguments via URL to RAP-Application? I’m using RAP 1.4.
Is there a possibility to pass command line arguments via URL to RAP-Application? I’m
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve found a workaround. First I read the request parameters:
Second I read the command line args to get the defaults which are entered in the web.xml:
Finally I merge them with the http parameters as leading one.