You will also have to update your uriworkermap.properties file. Add /=wlb on a new line
Christie Pargeter | Sr Technical Analyst | tel 503-415-5149 -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of John Baker Sent: Thursday, April 10, 2014 3:42 AM To: [email protected] Subject: Without using "/arsys" how to point the remedy login page. Suresh, A number of ways. A server side redirect is the easiest way. In a standard Tomcat installation, you have a ROOT directory under webapps. Locate the index.jsp file to a different name and create a new one with the following contents: <% response.sendRedirect("/arsys"); %> John -- SSO Plugin for BMC ITSM and more. http://www.javasystemsolutions.com/jss/ssoplugin _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

