Re: Without using "/arsys" how to point the remedy login page.

2014-04-14 Thread Suresh Loganathan
Vamsi, Finally, it's worked. Fixed that. Appreciate it.. Team, Thans for all care and speedy response. Regards, Suresh Loganathan .. On Apr 10, 2014 10:19 AM, "patchsk" wrote: > There are multiple ways you can do it. > The way we do it is create an index.html page under tomcat ROOT folder > w

Without using "/arsys" how to point the remedy login page

2014-04-10 Thread John Baker
Yes, good call, but only if you're using an IIS/Apache front end and mod_jk, which almost everyone should not need to do so. And if you're using IIS/Apache, mod_jk is not a modern choice of component - the C is pretty ropey. mod_proxy_ajp or mod_proxy_http are neater solutions. ___

Re: Without using "/arsys" how to point the remedy login page.

2014-04-10 Thread Pargeter, Christie :CO IS
: Thursday, April 10, 2014 3:42 AM To: arslist@ARSLIST.ORG 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

Without using "/arsys" how to point the remedy login page.

2014-04-10 Thread John Baker
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 P

Re: Without using "/arsys" how to point the remedy login page.

2014-04-09 Thread patchsk
There are multiple ways you can do it. The way we do it is create an index.html page under tomcat ROOT folder with the following ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where th

Without using "/arsys" how to point the remedy login page.

2014-04-09 Thread Suresh Loganathan
Team, Our remedy web URL is "remedy.upc.biz". when we try this URL it showing like Tomcat is running. Instead of this, enter like " remedy.upcoming.biz/arsys" its pointing to login page. How to point the remedy login page with out using the "/arsys". Can you please advise? Regards, Suresh Logan