Re: URL Redirection

2006-09-22 Thread Ashirvad Uniyal
ing the '.' current directory operator. I've found it better to code image urls as "${pageContext.request.contextPath}/images/zapisz.gif". This will render the full path relative to the site and will also change automatically as the webapp's context path changes. --D

Re: URL Redirection

2006-09-21 Thread Ashirvad Uniyal
David Smith wrote: Ok. Can you offer a code snippet showing where you compose the url to the gif image? --David Ashirvad Uniyal wrote: Hello, If the application is renamed say for example "Test" or anything, everything works fine and the gif appear but they just vanish if the a

Re: URL Redirection

2006-09-21 Thread Ashirvad Uniyal
Hello, If the application is renamed say for example "Test" or anything, everything works fine and the gif appear but they just vanish if the application is renamed as ROOT. Regards, Ash Caldarale, Charles R wrote: From: Ashirvad Uniyal [mailto:[EMAIL PROTECTED] Subjec

Re: URL Redirection

2006-09-21 Thread Ashirvad Uniyal
Caldarale, Charles R wrote: From: Ashirvad Uniyal [mailto:[EMAIL PROTECTED] Subject: Re: URL Redirection I renamed the application to ROOT and everything works fine except that all the images (gif) have all together vanished How are you referencing the images? Do you have a hard-coded

Re: URL Redirection

2006-09-20 Thread Ashirvad Uniyal
Caldarale, Charles R wrote: From: Ashirvad Uniyal [mailto:[EMAIL PROTECTED] Subject: URL Redirection the problem is the client has to always type http://abc.com/Mondrian/index.jsp in the address bar, rather than typing only http://abc.com/index.jsp. Rename your application to ROOT

URL Redirection

2006-09-19 Thread Ashirvad Uniyal
Hello All, There is a bug that i have to fix, please help. There is an application made in Tomcat in the webapps\Mondrian directory, the application is already being used by the clients, the problem is the client has to always type http://abc.com/Mondrian/index.jsp in the address bar, rather t