Resource not available in Tomcat 7.0.29

2012-10-11 Thread Chinmoy Chakraborty
Hi All, I am using Tomcat 7.0.29 and I have an application which uses JSF 1.2. All my .htm requests are mapped to faces Servlet. On login it allows to me go x.htm and renders the page nicely but when I press BACK button of the browser internally it calls *window.location.href = /x.htm*; and it

Re: Resource not available in Tomcat 7.0.29

2012-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chinmoy, On 10/11/12 10:55 AM, Chinmoy Chakraborty wrote: I am using Tomcat 7.0.29 and I have an application which uses JSF 1.2. All my .htm requests are mapped to faces Servlet. On login it allows to me go x.htm and renders the page nicely but

Re: Resource not available in Tomcat 7.0.29

2012-10-11 Thread Chinmoy Chakraborty
Chris, Thanks a lot for your reply...here are my answers for your questions.. On Thu, Oct 11, 2012 at 8:34 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chinmoy, On 10/11/12 10:55 AM, Chinmoy Chakraborty wrote: I am using

Re: Resource not available in Tomcat 7.0.29

2012-10-11 Thread Chinmoy Chakraborty
Thanks a lot Chris. I found the problem. It was my problem. I was putting wrong '/' (forward slash) before the mentioned page. Everything works as expected now. Chinmoy On Fri, Oct 12, 2012 at 10:29 AM, Chinmoy Chakraborty cch...@gmail.comwrote: Chris, Thanks a lot for your reply...here