Force _action=/reports across Server Level
I have a requirement where i require to force action="/reports/rwservlet" across the server. That said if any reports are accessed and i click submit quert button then it should take action="/reports/rwservlet" instead of action=http://XXX.DDDD.com/reports/rwservlet and process the reports.
One way of forcing is using p_action implemented in each reports which we don;t want to do that because we have 100+ reports to be changed. Is there any settings on 10g Oracle Report Server where i can force this change. Appreciate your replies.