url redirect in tomcat 8

2016-01-27 Thread MICHELLE RENEE LARSON
I have an application iDashboards it is based on tomcat. It has a web license or a named user license we use both however now they want to restrict access to the link that is used for the web license (as for now it is open to everyone) The main url is https://idashboards.outreach.psu.edu/idash

Re: URL Redirect in Tomcat 6

2009-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 12/10/2009 12:38 AM, bharati wrote: > Iam using Tomcat 6. In my applicaion, when Users entered any url like > 'www.google.com' then it will check for the status of the User. Where does a user enter such a URL? Into the we

RE: URL Redirect in Tomcat 6

2009-12-10 Thread Hadole, Nishant IN BOM SISL
6660 8521 Mailto: nishant.had...@siemens.com www.siemens.co.in -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, 10 December, 2009 02:29 PM To: users@tomcat.apache.org Subject: Re: URL Redirect in Tomcat 6 On 10/12/2009 05:38, bharati wrote: > > Hi, >

Re: URL Redirect in Tomcat 6

2009-12-10 Thread Pid
On 10/12/2009 05:38, bharati wrote: Hi, Iam using Tomcat 6. In my applicaion, when Users entered any url like 'www.google.com' then it will check for the status of the User. > If he is Inactive, then it will send a http packet to redirect to the particular URL: like "http://192.168.100.125

URL Redirect in Tomcat 6

2009-12-09 Thread bharati
stening to 8080 Port. Please help me. Thanks in advance. -- View this message in context: http://old.nabble.com/URL-Redirect-in-Tomcat-6-tp26722413p26722413.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To

Re: Tomcat URL redirect ?

2007-05-18 Thread Abdul Qayyum
Hi Christopher Schultz, I understand that during a webapp reload, Tomcat will issue a 503 response. The issue is that, I have named my war file as ROOT.war, so that, when I access my tomcat default page using http://localhost:8080/ i get my application's index page. This is how our out side serve

Re: Tomcat URL redirect ?

2007-05-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abdul, Abdul Qayyum wrote: > Will this approach redirect the page to other when one is under > reloading or upgration? IIRC, during a webapp reload, Tomcat will issue a 503 response. You might be able to catch this at the Tomcat level and display a c

Re: Tomcat URL redirect ?

2007-05-18 Thread Abdul Qayyum
Hi Will this approach redirect the page to other when one is under reloading or upgration? The situation is that, we want to send a customised error page when our website is under upgration. It will approximately take 1 hour for uploading a new war file on our server. During this time I want to

Re: Tomcat URL redirect ?

2007-05-17 Thread Jerome Benezech
Would something like this do ? www.mydomain.com ... --- Jerome Benezech <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to configure Tomcat so that the URL > http://www.mydomain.com/myapp would be the same as > http://mydomain.com/mywebapp ? > > I noticed that Tomcat creates 2 directorie

Tomcat URL redirect ?

2007-05-17 Thread Jerome Benezech
Hi, Is there a way to configure Tomcat so that the URL http://www.mydomain.com/myapp would be the same as http://mydomain.com/mywebapp ? I noticed that Tomcat creates 2 directories under $TOMCAT_HOME/work/Catalina: $TOMCAT_HOME/work/Catalina/mydomain.com and $TOMCAT_HOME/work/Catalina/www.mydoma

Re: URL Redirect Question

2007-02-18 Thread Stanczak Group
That's it. thanks. Hassan Schroeder wrote: On 2/17/07, Stanczak Group <[EMAIL PROTECTED]> wrote: So create a filter or is there one already to use? If you don't want to roll your own: HTH, -- Justin Stanczak Stanczak Group 812-735-3600 "All that is necessa

Re: URL Redirect Question

2007-02-18 Thread Hassan Schroeder
On 2/17/07, Stanczak Group <[EMAIL PROTECTED]> wrote: So create a filter or is there one already to use? If you don't want to roll your own: HTH, -- Hassan Schroeder [EMAIL PROTECTED] ---

Re: URL Redirect Question

2007-02-17 Thread Stanczak Group
sers List" Sent: Saturday, February 17, 2007 3:23 PM Subject: Re: URL Redirect Question Ya the filter option sounds good. Where/what is this project? Nikola Milutinovic wrote: Actually, there is already a project URL Filter for Java Web applications, basically does what mod_rewrit

Re: URL Redirect Question

2007-02-17 Thread Martin Gainty
e document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Stanczak Group" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, February 17, 2007 3:23 PM Subject: Re

Re: URL Redirect Question

2007-02-17 Thread Stanczak Group
project. :-) Nix. - Original Message From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, February 8, 2007 4:45:39 PM Subject: RE: URL Redirect Question From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Subject: RE: URL R

Re: URL Redirect Question

2007-02-08 Thread Nikola Milutinovic
t; <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, February 8, 2007 4:45:39 PM Subject: RE: URL Redirect Question > From: Propes, Barry L [GCG-NAOT] > [mailto:[EMAIL PROTECTED] > Subject: RE: URL Redirect Question > > set that one URL in your welcome page as the default

RE: URL Redirect Question

2007-02-08 Thread Caldarale, Charles R
> From: Propes, Barry L [GCG-NAOT] > [mailto:[EMAIL PROTECTED] > Subject: RE: URL Redirect Question > > set that one URL in your welcome page as the default -- say > index or default.jsp, or index.html, or whatever. > That way, people can just click that simple link below

RE: URL Redirect Question

2007-02-08 Thread Propes, Barry L [GCG-NAOT]
need an example, I can send you one. -Original Message- From: Stanczak Group [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 8:33 AM To: Tomcat Users List Subject: URL Redirect Question I think this is a simple question, but I can't seem to find the answer. I want to

URL Redirect Question

2007-02-08 Thread Stanczak Group
I think this is a simple question, but I can't seem to find the answer. I want to setup redirects in Tomcat, so basically I want something like http://www.mysite.com/short would redirect to http://www.mysite.com/some/longer/url/site.html. I'm still using the default Tomcat setup, so I want to u

url redirect

2006-12-21 Thread Michael Holstein
Hello list, This should be simple, but I can't seem to find a coherent example with a variety of search terms .. so here goes. If I say : http://host, I want it to become https://host.domain.com I have a coyote connector which handles the 80->443 part, so if you do : http://host.domain.com i

RE: additional URL redirect question

2006-09-19 Thread Caldarale, Charles R
> From: Steacy, Christina [mailto:[EMAIL PROTECTED] > Subject: additional URL redirect question > > How can I get http://events.mycompany.com > <http://events.mycompany.com/> to bring up the homepage of > my astraweb hompage? 1) Install your astraweb app in webapps/R

additional URL redirect question

2006-09-19 Thread Steacy, Christina
Hello, I have just recently installed an application (astraweb) that uses tomcat for its' web client. I'm trying to setup events.mycompany.com to bring up the astraweb client. I already have one web server on the network which is the main website (www.mycompany.com) and astraweb is a secondar