Re: URL Redirection

2006-09-22 Thread Ashirvad Uniyal
they just vanish if the application is renamed as ROOT. Regards, Ash 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

Re: URL Redirection

2006-09-21 Thread Gregor Schneider
hi david, On 9/21/06, David Smith <[EMAIL PROTECTED]> wrote: At most, some links between webapps will have to be updated to reflect the adjustments in path. exactly, and you can save the time updating them I also can't recommend Apache httpd in front unless the site is a mixed bag of techn

Re: URL Redirection

2006-09-21 Thread David Smith
Renaming "everything" is a very simple operation. If the webapp is constructed correctly it should operate regardless of context path and make adjustments as necessary. At most, some links between webapps will have to be updated to reflect the adjustments in path. I also can't recommend Apac

Re: URL Redirection

2006-09-21 Thread Gregor Schneider
Hi David, assuming the client gets his software delivered from different vendors, one day changes his mind to make another app his default application, then what? rename everything over again? The best solution is, leave the web-app it's name and forward with a index.jsp inside the ROOT-context

Re: URL Redirection

2006-09-21 Thread David Smith
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] Subject: Re: URL Redirection I renamed the application to ROOT and everything works fine ex

Re: URL Redirection

2006-09-21 Thread David Smith
Why is renaming a webapp to ROOT the worst solution? It's a perfectly acceptable solution when you want to access your webapp from the top level and the default ROOT is just a placeholder anyway. --David Gregor Schneider wrote: take a look into your access-logs for a 404-error. then you shoul

Re: URL Redirection

2006-09-21 Thread Ashirvad Uniyal
pplication is renamed as ROOT. Regards, Ash 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

Re: URL Redirection

2006-09-21 Thread David Smith
ed as ROOT. Regards, Ash 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 image

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 Gregor Schneider
take a look into your access-logs for a 404-error. then you should see the access-code where tomcat looks for the pics. you'll have to change the links then. btw., renaming your web-app to ROOT is the worst of all solutions: Since this is a standard-app of tomcat, your client will pretty much lik

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 David Smith
Look at the paths to your gif files in the browser. I suspect the paths were hard coded to the /Mondrian context. --David Ashirvad Uniyal wrote: Caldarale, Charles R wrote: From: Ashirvad Uniyal [mailto:[EMAIL PROTECTED] Subject: URL Redirection the problem is the client has to always type

RE: URL Redirection

2006-09-20 Thread Caldarale, Charles R
> 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 URL in the

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 (ca

Re: URL Redirection

2006-09-19 Thread Markus Schönhaber
Ashirvad Uniyal wrote: > 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 than typing > only > http://abc.co

RE: URL Redirection

2006-09-19 Thread Caldarale, Charles R
> 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 (case sensitive). Apps de

Re: URL Redirection

2006-09-19 Thread Mikolaj Rydzewski
Ashirvad Uniyal wrote: There is a bug that i have to fix, please help. Is there a bug? You can deploy your app in the root context. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: URL Redirection in tomcat

2006-07-10 Thread Hassan Schroeder
On 6/29/06, santhoshs <[EMAIL PROTECTED]> wrote: Am using Tomcat 5.0 . My requirement is to redirect the URL "http://username.mysite.com"; to "http://username.site.com/application.do?login_name=username";. My Question is whether should i use apache for this redirection or can i achieve this u

Re: URL Redirection in tomcat

2006-07-10 Thread 0 8
Look into mod_rewrite. On 6/29/06, santhoshs <[EMAIL PROTECTED]> wrote: Hi Everybody, Am using Tomcat 5.0 . My requirement is to redirect the URL "http://username.mysite.com"; to "http://username.site.com/application.do?login_name=username";. The URL should be nice URL , in the sense the New U

Re: URL Redirection in tomcat

2006-07-09 Thread santhoshs
Is there anybody to help me ??? -- View this message in context: http://www.nabble.com/URL-Redirection-in-tomcat-tf1867090.html#a5246817 Sent from the Tomcat - User forum at Nabble.com. - To start a new topic, e-mail: user