url redirect in tomcat 8

2016-01-27 Thread MICHELLE RENEE LARSON
/idashboards The url for the web is the same with stuff added to the end of the default url. Is there a way in tomcat to only redirect the link for the web license url.

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

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, Iam using Tomcat

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 web

URL Redirect in Tomcat 6

2009-12-09 Thread bharati
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 unsubscribe, e-mail: users

Re: How to configure Apache-https redirect to Tomcat-http

2008-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, BurnInHell wrote: | Since I want to access the application from outside and I have no access | to the firewall which is only enabeling https I want to access my | application over https://server.domain/app using: | | proxypass /app

How to configure Apache-https redirect to Tomcat-http

2008-06-04 Thread BurnInHell
redirects me to http://server.domain/myapp which does not exist. If any relevant Information is missing, please ask me. What do I have to do? -- View this message in context: http://www.nabble.com/How-to-configure-Apache-https-redirect-to-Tomcat-http-tp17640708p17640708.html Sent from the Tomcat

Apache HTTP Server Redirect to Tomcat

2008-04-20 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=33186 Posted on behalf of a User Hi, I'm using an Apache HTTP server that connects to Tomcat via mod_jk. All my servlet mappings work correctly. My question is that I want my default page for the Apache http server to be a servlet rather

Re: Redirect in Tomcat 5.5 Not Working

2006-12-06 Thread Latesha Williams
It worked. Thanks. Latesha Williams [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] We are running Tomcat 5.5.20 as a standalone web server for a third-party's web and servlet applications. On this server (Linux), Iptables is redirecting ports 80 to 8080 and 443 to 8443 (to run

Redirect in Tomcat 5.5 Not Working

2006-12-05 Thread Latesha Williams
We are running Tomcat 5.5.20 as a standalone web server for a third-party's web and servlet applications. On this server (Linux), Iptables is redirecting ports 80 to 8080 and 443 to 8443 (to run Tomcat as regular user.) In addition, we are interested in configuring Tomcat so that requests to port

Re: Redirect in Tomcat 5.5 Not Working

2006-12-05 Thread Bill Barker
Latesha Williams [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] We are running Tomcat 5.5.20 as a standalone web server for a third-party's web and servlet applications. On this server (Linux), Iptables is redirecting ports 80 to 8080 and 443 to 8443 (to run Tomcat as regular

302 Redirect on Tomcat 5.x+

2006-07-10 Thread Rob L
I heard somewhere that tomcat 4 and below uses a 302 redirect on the home (index) page. Is this still the case with 5.x+? Thanks! _ Don’t just search. Find. Check out the new MSN Search!

Re: 302 Redirect on Tomcat 5.x+

2006-07-10 Thread Bill Barker
Rob L [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I heard somewhere that tomcat 4 and below uses a 302 redirect on the home (index) page. Is this still the case with 5.x+? No. Tomcat 5.x+ serves http://www.myserver.com/myapp/ directly. However, it will 302 a request for

redirect with tomcat

2006-03-16 Thread Lothar Krenzien
Hi there, I'm using tomcat 5.5 and want to redirect some requests to another URL. For example the URL localhost:80/siteA should be forwarded to localhost:8080/siteB. Of course on Port 8080 listen another web-server. Does anybody know a good explanation how to do that ? I've tried with filters

Re: redirect with tomcat

2006-03-16 Thread David Wall
We've used UrlRewriteFilter with good success so far: http://tuckey.org/urlrewrite/ David Lothar Krenzien wrote: Hi there, I'm using tomcat 5.5 and want to redirect some requests to another URL. For example the URL localhost:80/siteA should be forwarded to localhost:8080/siteB. Of course

Re: redirect with tomcat

2006-03-16 Thread Lothar Krenzien
. Thanks, Lothar -Ursprüngliche Nachricht- Von: Tomcat Users List users@tomcat.apache.org Gesendet: 16.03.06 19:36:46 An: Tomcat Users List users@tomcat.apache.org Betreff: Re: redirect with tomcat We've used UrlRewriteFilter with good success so far: http://tuckey.org/urlrewrite

Re: redirect with tomcat

2006-03-16 Thread David Wall
Users List users@tomcat.apache.org Betreff: Re: redirect with tomcat We've used UrlRewriteFilter with good success so far: http://tuckey.org/urlrewrite/ David Lothar Krenzien wrote: Hi there, I'm using tomcat 5.5 and want to redirect some requests to another URL. For example