How to set a password in war file ??? Can i set the IP address,mac address in war file then before the deployment this war check the IP address ,mac address?If those address correct then war file deploy?
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.
Do IP address check,mac address check etc inside war so even if war is deplyod it will not work if ip or mac address is incorrect. ie….Change the code in war like that
A sample java program to get IP address and MAC address is given below