Unprotect certain script in tomcat security
Hi
I have used tomcat jdbc realm in my application. I am using payment gateway, where I have a callback script which sends the response back to secure server host(payment gateway server) when transaction is completed. This script update transactio status in database(MySQL).Due to jdbc realm, I am not able to execute callback script though it doesnt show me any errors.
Please help, How do I execute callback script? is there way to unprotect particular script from jdbc realm?
Or kindly suggest other way to do this.
Thanks
|