Re: Redirection of HTTP requests

2001-04-28 Thread Anders Dahlberg
At 10:23 2001-04-26, S.Badrinarayanan wrote: >Hi > >Here is a set of lines that we add to server.xml in a Tomcat server to >redirect http requests: >docBase="c:/ApacheSoap/soap- >2_0/webapps/soap"debug= >"1" reloadable="true"> > > >What files need to be updated to get a similar functi

Redirection of HTTP requests by the Web Server

2001-04-26 Thread S.Badrinarayanan
Hi Here is a set of lines that we add to server.xml in a Tomcat server to redirect http requests: What files need to be updated to get a similar functionality with Orion? thanx sb Chequemail.com - a free web based e-mail service that also pays!!! http://www.chequemail.com

Redirection of HTTP requests

2001-04-26 Thread S.Badrinarayanan
Hi Here is a set of lines that we add to server.xml in a Tomcat server to redirect http requests: What files need to be updated to get a similar functionality with Orion? thanx sb Chequemail.com - a free web based e-mail service that also pays!!! http://www.chequemail.com

RE: Redirection

2001-01-05 Thread Tim Endres
everyone, > > > > Since it seems that the list is alive and well, although with very > > little traffic, I would like to ask a question which has been bothering > > me for a while. > > > > I am trying to do what I would define as dynamic redirection. What that >

RE: Redirection

2001-01-05 Thread Tony Wilson
tting "return;" on the next line helps (it returns from the generated service() method). Does anyone else know a way around this! Tony -Original Message- From: Petr Podsednik To: Orion-Interest Sent: 1/5/01 1:02 AM Subject: Re: Redirection I use this app

RE: Redirection

2001-01-05 Thread Kevin Duffey
ms that the list is alive and well, although with very > little traffic, I would like to ask a question which has been bothering > me for a while. > > I am trying to do what I would define as dynamic redirection. What that > means is that if someone writes an URL like http://myserve

Re: Redirection

2001-01-05 Thread Petr Podsednik
t <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 5:07 PM Subject: Redirection > Hi everyone, > > Since it seems that the list is alive and well, although with very > little traffic, I would like to ask a question which has been bothering > me for a while. > > I am tr

SV: Redirection

2001-01-04 Thread Magnus Rydin
Title: SV: Redirection Hi. You should probably use Filters for this. See the online tutorial or the examples at orionsupport. WR > -Ursprungligt meddelande- > Från: Huibert Aalbers [mailto:[EMAIL PROTECTED]] > Skickat: den 4 januari 2001 09:08 > Till: Orion-Int

RE: Redirection -- suggest Clickstream demo

2001-01-04 Thread Mike Cannon-Brookes
Friday, January 05, 2001 6:16 AM > To: Orion-Interest > Subject: Re: Redirection -- suggest Clickstream demo > > > Hi Huibert, > > My suggestion would be to use the Java Servlet API v2.3, building on the > Clickstream demo at OrionSupport. > > Basically, I think you c

RE: Redirection

2001-01-04 Thread Tony Wilson
ally exist as a page, otherwise, you can just do the redirection there. Tony -Original Message- From: Huibert Aalbers [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 9:08 AM To: Orion-Interest

Re: Redirection -- suggest Clickstream demo

2001-01-04 Thread Jay Armstrong
although with very >little traffic, I would like to ask a question which has been bothering >me for a while. > >I am trying to do what I would define as dynamic redirection. What that >means is that if someone writes an URL like http://myserver/name, I >would like to look for "

Re: Redirection

2001-01-04 Thread John Hogan
this is very common and you need to investigate the java servlet api. Pay special attention to the HttpServletRequest and HttpServletResponse classes. _ Get your free E-mail at http://www.ireland.com

Re: Redirection

2001-01-04 Thread Nick Newman
a question which has been bothering >me for a while. > >I am trying to do what I would define as dynamic redirection. What that >means is that if someone writes an URL like http://myserver/name, I >would like to look for "name" in a database and redirect the user to >so

Redirection

2001-01-04 Thread Huibert Aalbers
Hi everyone, Since it seems that the list is alive and well, although with very little traffic, I would like to ask a question which has been bothering me for a while. I am trying to do what I would define as dynamic redirection. What that means is that if someone writes an URL like http