Re: auto-redirect XSP page with timer

2003-06-26 Thread Geoff Howard
This has absolutely nothing to do with XSP. Your question should be "is it possible to redirect an HTML page after 3 seconds". And yes, of course there is but this is not the right list for that question. You should look at meta refresh tags in the header, or javascript - a simple goo

auto-redirect XSP page with timer

2003-06-26 Thread Maxime.Gheysen
Is there a way to redirect an XSP-page after 3seconds? that means I want to display a page for about 3seconds and then automaticly redirect it to another. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: cocoon redirect

2003-06-16 Thread Geoff Howard
log record to a SQL database using the sql transformer. Afterwards, I would then link to redirect to the external link. But when I use the command, my pipeline is not executed. If I serialize before, it is executed but the redirect is not performed. How do I log an external link using

cocoon redirect

2003-06-16 Thread Cocoon User
would then link to redirect to the external link.  But when I use the command, my pipeline is not executed.  If I serialize before, it is executed but the redirect is not performed. How do I log an external link using session and sql transformer with an redirect at the end of the pipiline? Thank

how to generate PDF and redirect at same time

2003-06-15 Thread David Kavanagh
I have a situation where I'm going to generate a PDF (using FOP) and I need to refresh the page the user was on. Any thoughts? I can't both generate output and issue a redirect. I thought about (upon the user action) refreshing the current page and in that html, causing a popup to ap

How to redirect this?

2003-06-12 Thread Mato Mira, Fernando
Hello, I have a matcher for customized logins, if a resource is not found, I want to redirect to the standard login processing: ... ... ... act if resource found ... However, this does not work. If for the uri foo/login the resource is not found

Redirect from within an xsp page

2003-06-06 Thread Tim Bachta
Is there a way to redirect from within the xsp page itself based on the result of data from a query? Thanks Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: redirect at the end of a pipeline/match

2003-06-05 Thread Daniel McOrmond
I am not dead set against anything.. although I think flow is ruled out because this project is running on 2.0.4. I will probably implement some actions, they seem to be the cleanest way to accomplish this. Thanks very much for your help! -Daniel Geoff Howard wrote: If you are dead set agains

Re: redirect at the end of a pipeline/match

2003-06-05 Thread Geoff Howard
If you are dead set against using actions or flow, then I'd recommend continuing your pipeline with the select data you want. Probably the best way to do this is 1) after the first sql transform, insert an xsl transform that replaces the results of the insert with a cinclude of a pipeline that han

Re: redirect at the end of a pipeline/match

2003-06-05 Thread JD Daniels
From: "Daniel McOrmond" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 10:11 AM Subject: Re: redirect at the end of a pipeline/match > Drop the xml serialization. I don't want to send that back as a result. > What I do want to do is di

RE: redirect at the end of a pipeline/match

2003-06-05 Thread Neil Palmer
transformations on it and then serialize the result to an XML file. This XML file will then get pushed out to production for use on the front end customer facing app. However, I'd love to be able to redirect back to the admin home page after the xml serializaton. I'm not actually

Re: redirect at the end of a pipeline/match

2003-06-05 Thread Daniel McOrmond
be of sending xml back as a result and then redirecting the client? This "need" keeps coming up when using the transformers with side effects, of which the sql transformer is one. Again, why do you need to redirect? Why not serve them the content you want them to have ri

Re: redirect at the end of a pipeline/match

2003-06-05 Thread Alex Romayev
Looks like flowmap would be the cleanest way of handling this, but it's still in development and not that well documented. --- Daniel McOrmond <[EMAIL PROTECTED]> wrote: > I'm looking for a clean way to 'redirect' a user > back to a p

Re: redirect at the end of a pipeline/match

2003-06-05 Thread Geoff Howard
What would the purpose be of sending xml back as a result and then redirecting the client? This "need" keeps coming up when using the transformers with side effects, of which the sql transformer is one. Again, why do you need to redirect? Why not serve them the content you want th

redirect at the end of a pipeline/match

2003-06-05 Thread Daniel McOrmond
I'm looking for a clean way to 'redirect' a user back to a page, at the end of a pipeline. map:redirect doesn't work because it skips the generate and transform. Browsing through the mail archive someone suggest's using a meta redir

SV: Proxy Redirect and sunshine module authentication

2003-05-27 Thread Askild Aaberg Olsen
Hello Raj! If you use cookies to maintain session state, you lose the session with mod_proxy/mod_rewrite in Apache, as long as you *don't* map the Apache httpd's path exactly as the servlet's. Since "/mysite/" != "/cocoon/mysite/" in your case, this seems to be the problem. In http://wiki.cocoon

Re: Proxy Redirect and sunshine module authentication

2003-05-27 Thread Rajasekhar Atchutuni
Hello all, We have a web site and it is redirected by Apache using mod proxy which works fine. ProxyPass /mysite/ http://webserver.com:8080/cocoon/mysite/ ProxyPassReverse /mysite/ http://webserver:8080/cocoon/mysite/ But under mysite we have another module which uses the sunshine

redirect to an external URL/xmlforms

2003-03-04 Thread Jeroen Cranendonk
Another question from my fellow worker :) Hi, I'm looking for a way to redirect to an external URL (by exapmle http://xml.apache.org/cocoon) from an implementation of AbstractXMLFormAction (or another Cocoon Action). Perhaps I can do this in the perform() meth

Re: SourceWritingTransformer and redirect

2003-02-02 Thread Beat De Martin
to use SourceWritingTransformer and then a redirect. Like > this: > ... > src="org.apache.cocoon.transformation.SourceWritingTransformer"/> > ... > > > > > > > > > > > > > > > > > With it works, but

SourceWritingTransformer and redirect

2003-02-02 Thread Beat De Martin
Hi folks Is it possible to use SourceWritingTransformer and then a redirect. Like this: ... ... With it works, but when I use redirect, the file is not written. The redirect itself works. Any suggestions ? Cheers Beat De Martin -- +++ GMX - Mail, Messaging

Redirect-to uri

2003-01-22 Thread Rajasekhar Atchutuni
Hi all, I am trying the redirect-to in the sitemap and I have some trouble here. Site map:                             And the code in the action is:    project

RE: redirect-to with uri from action

2003-01-22 Thread Nico Bekema
thx Geoff. You are absolutely right. >>> [EMAIL PROTECTED] 01/22/03 11:42PM >>> From: [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 11:42 PM To: <[EMAIL PROTECTED]> Subject:RE: redirect-to with uri from action Priority: Normal unless you have

RE: redirect-to with uri from action

2003-01-22 Thread Geoff Howard
unless you have a typo below, you've put your redirect outside the map:act which is only executed in the event the action fails, so this pattern can't win: either the action is successful and you have no pipeline elements defined (generator and serializer are manditory) or your action

redirect-to with uri from action

2003-01-22 Thread Nico Bekema
Hi all, I would like to use a redirect-to in the sitemap using a uri that results from an action. Unfortunately it results in an Exception. I hope somebody can help me. The entry in the sitemap looks like this: The code in the action is as follows: Context ctx

Re: Redirect and unwanted SessionId

2003-01-16 Thread SAXESS - Hussayn Dabbous
hy; just a stupid suggestions: If the servletengine adds the sessionid "magically" to the redirect URL, maybe there is also a configuration param, that controls this behaviour of the servlet engine? By the way, which servlet engine are you using? regards, Hussayn Carsten Zieg

RE: Redirect and unwanted SessionId

2003-01-16 Thread Carsten Ziegeler
#x27;s only a guess because I saw this several times) it's a bug in the servlet engine. However, as a workaround, it might be possible to first terminate the existing session via an action and then do the redirect (if the flow of the web ap

RE: Redirect and unwanted SessionId

2003-01-16 Thread Volker Schneider
lto:[EMAIL PROTECTED]] Sent: Donnerstag, 16. Januar 2003 14:16 To: [EMAIL PROTECTED] Subject: RE: Redirect and unwanted SessionId > -Original Message- > From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]] > > Carsten Ziegeler wrote:If I understand you correct, you say that t

RE: Redirect and unwanted SessionId

2003-01-16 Thread Carsten Ziegeler
ctToMyBlaAction". So, I would guess that the problem is inside > > your action. No? > > No, I log MyBlaServiceRelativeURL immediately before it is passed as a Map > parameter. At this moment it is still without > the sessionId. > Ok, when the redirect is execute, the e

Re: Redirect and unwanted SessionId

2003-01-16 Thread Dr. Hans M. Rupp
Carsten Ziegeler wrote:If I understand you correct, you say that the sessionId is added > to MyBlaServiceRelativeURL and this is value provided by your action > "RedirectToMyBlaAction". So, I would guess that the problem is inside > your action. No? No, I log MyBlaServiceRelativeURL immediately

RE: Redirect and unwanted SessionId

2003-01-16 Thread Carsten Ziegeler
> -Original Message- > From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 11:21 AM > To: Coocon-user Liste > Subject: Redirect and unwanted SessionId > > > Hallo! > > Coocon 2.03 running on Websphere 4.04 > > I

Redirect and unwanted SessionId

2003-01-16 Thread Dr. Hans M. Rupp
Hallo! Coocon 2.03 running on Websphere 4.04 I need to redirect to an external URL. The URL and some parameters are derived from an action. Sitemamp snippet: The target URL is on an MS IIS (my best guess). The problem is that the sessionId is added to

Re: redirect in xsp

2003-01-05 Thread Antonio Gallardo
use Javascript to do that. Antonio Juraj Misovych dijo: > Hi, > I try to use xsp-response sendredirect , but it is not implemented in > cocoon(i have 2.0.4), > i want use simple xsp instead of action, but now i dont know how to do > it. Have somebody any ideas? > > Thanks > > > --

redirect in xsp

2003-01-05 Thread Juraj Misovych
Hi, I try to use xsp-response sendredirect , but it is not implemented in cocoon(i have 2.0.4), i want use simple xsp instead of action, but now i dont know how to do it. Have somebody any ideas? Thanks - Please check that your

use redirect with SourceWritingTransformer?

2002-12-18 Thread Timothy Larson
Is it possible to call a pipeline to use the SourceWritingTransformer and still only send a simple back to the client? Tim - Please check that your question has not already been answered in the FAQ before posting.

use SourceWritingTransformer with redirect?

2002-12-12 Thread Timothy Larson
What can I do in a Cocoon sitemap to send a redirect if I also need to execute a pipeline to produce a side-effect? Specifically, I am trying to respond to a POST by writing a file to disk and redirecting back to the page that caused the POST. The redirect is to drop the POST information so page

redirect in C2

2002-12-04 Thread FULEK Roman
Hi, is there an equivavalent to C1 if I need to redirect the user, for example in a case when the session has timed out ? I want to do it in xsp:page. I believe it is the same question as Triveni has asked yeasterday: > How do I redirect to another page in Cocoon other than map:redirect

Re: Sitemap redirect with target _top ?

2002-11-19 Thread Erik Bruchez
in the target page which will make it to the top page. Regards, Reinhard >-Original Message- >From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, November 19, 2002 12:18 PM >To: Coocon-user Liste >Subject: Sitemap redirect with target _top ? > > >

RE: Sitemap redirect with target _top ?

2002-11-19 Thread Reinhard Poetz
Sent: Tuesday, November 19, 2002 12:18 PM > To: Coocon-user Liste > Subject: Sitemap redirect with target _top ? > > > Hallo! > > I am sitting in a frameset (not my idea ;-). In a sitemap which handles > one frame I need to redirect to a url for the whole frameset (target =

Sitemap redirect with target _top ?

2002-11-19 Thread Dr. Hans M. Rupp
Hallo! I am sitting in a frameset (not my idea ;-). In a sitemap which handles one frame I need to redirect to a url for the whole frameset (target = "_top"). Unfortunately I cannot find a target attribute in the map:redirect element. Is there any way to do this? Many tha

Re: Redirect in XSP

2002-11-09 Thread Ludovic de Beaurepaire
A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 09, 2002 5:06 PM Subject: Re: Redirect in XSP > Thanks Joerg and Artur, but in my case I'm building for WAP. > Unfortunately the WML equivalent of your client side redirect crashes > early Nokia 7110

Re: Redirect in XSP

2002-11-09 Thread Neil A
Thanks Joerg and Artur, but in my case I'm building for WAP. Unfortunately the WML equivalent of your client side redirect crashes early Nokia 7110 phones. I really want to use but my URL is in the XML of the pipeline and I can't get it into a sitemap parameter:

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
> Who should close the element? The transformer can not send an > endElement() until everything inside is processed. Of course you have to Ofcourse, I don't know what I was thinking. > Does this make it a bit clearer? Everybody can of course improve my This makes it very clear. Thanks Joer

Re: Redirect in XSP

2002-11-08 Thread Joerg Heinicke
What causes to be sent? Let's assume you have a pipe consisting of a generator, a transformer and a serializer. Normally the XSP creates SAX events for a XML like this: test page A short sentence. But in some special cases a redirect shoud happen: http://www.new.url.com"/&

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
nal Message- > From: Joerg Heinicke [mailto:joerg.heinicke@;gmx.de] > Sent: November 8, 2002 7:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Redirect in XSP > > > Hi Artur, > > where is the problem? > > Instead of you create a own > element like in the XML. T

Re: Redirect in XSP

2002-11-08 Thread Joerg Heinicke
Joerg Artur Bialecki wrote: -Original Message- From: Ilya A. Kriveshko [mailto:ilya@;kaon.com] Sent: November 8, 2002 10:41 AM To: [EMAIL PROTECTED] Subject: Re: Redirect in XSP If you want to redirect the browser to a new URL after the pipeline has been constructed and the generation has (pos

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
> -Original Message- > From: Ilya A. Kriveshko [mailto:ilya@;kaon.com] > Sent: November 8, 2002 10:41 AM > To: [EMAIL PROTECTED] > Subject: Re: Redirect in XSP > > > If you want to redirect the browser to a new URL after the > pipeline has been constru

Re: Redirect in XSP

2002-11-08 Thread Ilya A. Kriveshko
If you want to redirect the browser to a new URL after the pipeline has been constructed and the generation has (possibly) started, you can do that by outputting the tag in the output HTML. or http://some.com/other/url"/> "0" means no delay. -- Ilya Artur Bialecki wrote:

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
Witold, First of all processing of XSP is done by a Generator which is part of pipeline *execution*. This means that it's too late to redirect at that point since some data might already been sent back to the browser (depends on the size of your serializer buffer). You should only red

Re: Redirect in XSP

2002-11-08 Thread Neil A
Hi all I joined the cocoon users list today to ask a very similar question. I have a list of external URLs held in XML and I have a pipeline to pick the right one. I want to use within the sitemap, but I can't find a way to get the URL out of XML and make it a sitemap parameter for to use.

Redirect in XSP

2002-11-08 Thread Witold Treliński
Hi! I have a question. How to make o redirection in XSP from one page to other depeneding on some code in ? I tried and it doesn't work. WT - Please check that your question has not already been answered in the FAQ before pos

RE: Authentication: redirect

2002-11-07 Thread Senhaji
d? Thanks Senhaji -Message d'origine- De : [EMAIL PROTECTED] [mailto:Markdelanoy@;aol.com] Envoyé : lundi 4 novembre 2002 18:50 À : [EMAIL PROTECTED] Objet : Re: Authentication: redirect I did a hack because as you say currently the examples only work for a particular "url"/f

Re: Authentication: redirect

2002-11-04 Thread Markdelanoy
Then if authenticated i redirect to that "resource" using "request:resource". This retrieves the resource parameter from the http request parameters object and off you go. My redirect looks like this, e.g. This then will work for any page in the site that you want protected. No

Re: Authentication: redirect

2002-11-04 Thread Alex Romayev
I'm afraid this e-mail got missed over the weekend. Carsten or anyone else familiar with 2.1 authentication would you be able to help? Thanks, -Alex --- Alex Romayev <[EMAIL PROTECTED]> wrote: > Hello, > > I can't seem to figure out how to redirect back to a >

Authentication: redirect

2002-10-31 Thread Alex Romayev
Hello, I can't seem to figure out how to redirect back to a protected resource after the authentication. The sample only has one resource called "protected". For example, I would like to protect anything that is under cocoon/admin/*. Let's say someone requests cocoon/adm

Re: redirect-to error causes Cocoon servlet exception

2002-09-20 Thread Barbara Post
. - Original Message - From: "Amanda Drake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 7:59 PM Subject: redirect-to error causes Cocoon servlet exception > Cocoon users, > > I am using Cocoon 2.0.3 and Tomcat 4.0.4. I have a redir

redirect-to error causes Cocoon servlet exception

2002-09-19 Thread Amanda Drake
Cocoon users, I am using Cocoon 2.0.3 and Tomcat 4.0.4. I have a redirect-to in place in my sitemap that looks like this: Everytime I hit the page http://localhost:8080/gwd_webapp/ I get the following error message in access.log: . . . DEBUG (2002-09-19) 13

Re: Forward POST request data in a sitemap redirect?

2002-09-17 Thread Vadim Gritsenko
le. >> >>Vadim >> >> > > >Thank you, Vadim. I was wondering if there is a way to >forward the entire POST request data without >decorating 'testto' with request parameters -- >redirecting the entire request as-is to a different >URL, regardles

Re: Forward POST request data in a sitemap redirect?

2002-09-17 Thread Vadim Gritsenko
Barbara Post wrote: >So Vadim, is it possible to use redirect-to with POST method ? > Redirect to "cocoon://" URI would work with POST. For any other redirects see also reply from purist Ken ;-P PS: I use redirects... "" to "welcome" ;-) Vadim > I

Re: Forward POST request data in a sitemap redirect?

2002-09-17 Thread Barbara Post
So Vadim, is it possible to use redirect-to with POST method ? If so, please provide a code snippet. I guess not, you replied once on this... I am interested too, since I use GET for now but the url bugs me ;-) Thanks a lot, Babs -- website : www.babsfrance.fr.st ICQ #: 135868405 - Original

Re: Forward POST request data in a sitemap redirect?

2002-09-17 Thread Nicola Ken Barozzi
t data without > decorating 'testto' with request parameters -- > redirecting the entire request as-is to a different > URL, regardless of what POST data parameters it > contains and how large the POST data might be. The > destination of the redirect would be responsible f

Re: Forward POST request data in a sitemap redirect?

2002-09-17 Thread gv
nk you, Vadim. I was wondering if there is a way to forward the entire POST request data without decorating 'testto' with request parameters -- redirecting the entire request as-is to a different URL, regardless of what POST data parameters it contains and how large the POST data might be. Th

Re: Forward POST request data in a sitemap redirect?

2002-09-17 Thread Vadim Gritsenko
gv wrote: >Hello, > >I've been able to easily forward GET request data via >sitemap redirect by using {requestQuery}, but I can't >figure out how to redirect and forward POST data. The >following is what I've tried, to no avail: > >(HTML form s

Forward POST request data in a sitemap redirect?

2002-09-17 Thread gv
Hello, I've been able to easily forward GET request data via sitemap redirect by using {requestQuery}, but I can't figure out how to redirect and forward POST data. The following is what I've tried, to no avail: (HTML form sends POST request to &#

Re: XSP Redirect in Cocoon 2

2002-09-06 Thread Michael Edge
Thanks Vadim, it's now 100%. Michael To: [EMAIL PROTECTED] Subject: Re: XSP Redirect in Cocoon 2 Michael Edge wrote: &g

Re: XSP Redirect in Cocoon 2

2002-09-06 Thread Vadim Gritsenko
; > >String url = "http://www.microsoft.com";; > > > > > > > > >- Message from "Litrik De Roy" <[EMAIL PROTECTED]> on Thu, 5 Sep 2002 >19:56:20 +0200 - > &g

Re: XSP Redirect in Cocoon 2

2002-09-06 Thread Michael Edge
action/1.0"; > String url = "http://www.microsoft.com";; - Message from "Litrik De Roy" <[EMAIL PROTECTED]> on Thu, 5 Sep 2002 19:56:20 +0200 - To: <[EMAIL PROTECTED]>

RE: Redirect from sub-sitemap in authentication framework

2002-09-05 Thread Carsten Ziegeler
> -Original Message- > From: apurva zaveri [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 05, 2002 6:12 PM > To: [EMAIL PROTECTED] > Subject: Redirect from sub-sitemap in authentication framework > > > Redirect from an sub-sitemap to the login pa

Re: XSP Redirect in Cocoon 2

2002-09-05 Thread Litrik De Roy
ay, September 05, 2002 5:28 PM Subject: Re: XSP Redirect in Cocoon 2 > > Thanks for the suggestion Nicola. Could you point me in the direction of an example on how to do this? I've spent hours searching for information on redirects, and as with most Cocoon documentation, it'

Redirect from sub-sitemap in authentication framework

2002-09-05 Thread apurva zaveri
Redirect from an sub-sitemap to the login page does not seem to be working in authentication framework. i.e If you have a protected page in subsitemap. The redirection in sub-sitemap (in case of not authenticated) is not able to go to login page (in sitemap

Re: XSP Redirect in Cocoon 2

2002-09-05 Thread Michael Edge
r > some cocoon equivalents, org.apache.cocoon.environment.Response > and org.apache.cocoon.environment.Request. Unfortunately these > new classes do not include the sendRedirect method. Any ideas > how I would do this? I need to construct a URL in my code > and redirect to that URL. > > > String

Re: XSP Redirect in Cocoon 2

2002-09-05 Thread Nicola Ken Barozzi
http://outerthought.net/wiki/Wiki.jsp?page=Redirecting -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) -

Re: XSP Redirect in Cocoon 2

2002-09-05 Thread Nicola Ken Barozzi
ponse objects, but rather > some cocoon equivalents, org.apache.cocoon.environment.Response > and org.apache.cocoon.environment.Request. Unfortunately these > new classes do not include the sendRedirect method. Any ideas > how I would do this? I need to construct a URL in my co

XSP Redirect in Cocoon 2

2002-09-05 Thread Michael Edge
, org.apache.cocoon.environment.Response and org.apache.cocoon.environment.Request. Unfortunately these new classes do not include the sendRedirect method. Any ideas how I would do this? I need to construct a URL in my code and redirect to that URL. String url = URLEncoder.encode(url + whatever

Re: How to send redirect from an XSP?

2002-08-21 Thread MTiffany71
> > You shouldn't do it. Use an action for this. There are already a > > number of actions that perform this job. Use one of them, modify one > > of them, write a new one, or write an XSP action that does it. > I tried using actions in the sitemap, (a la cut and paste and tweak from the sitemap

RE: How to send redirect from an XSP?

2002-08-21 Thread ROSSEL Olivier
> > You shouldn't do it. Use an action for this. There are already a > > number of actions that perform this job. Use one of them, modify one > > of them, write a new one, or write an XSP action that does it. > > What is an "XSP action"? Can we now use XSP to write Actions? > Is there any docume

Re: How to send redirect from an XSP?

2002-08-21 Thread Christopher Painter-Wakefield
> You shouldn't do it. Use an action for this. There are already a > number of actions that perform this job. Use one of them, modify one > of them, write a new one, or write an XSP action that does it. What is an "XSP action"? Can we now use XSP to write Actions? Is there any documentation on

Re: How to send redirect from an XSP?

2002-08-21 Thread Christian Haul
On 21.Aug.2002 -- 04:07 AM, [EMAIL PROTECTED] wrote: > hello all, > > i'm trying to check to see if a user is in a session, and if not, redirect > them to a login page... You shouldn't do it. Use an action for this. There are already a number of actions that perform thi

How to send redirect from an XSP?

2002-08-21 Thread MTiffany71
hello all, i'm trying to check to see if a user is in a session, and if not, redirect them to a login page... my (rather sloppy) code so far goes like so...   xmlns:session="http://apache.org/xsp/session/2.0"   xmlns:xsp="http://apache.org/xsp"   xmlns:xsp-reque

send redirect response from an XSP?

2002-08-21 Thread MTiffany71
- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <

How to redirect Request in sitemap

2002-08-18 Thread Murari
Hello Friends, How to redirect request object within the pipeline depending upon the request value. I tried Murari Dhoot - Please check that your question has not already been answered in the FAQ before posting

Re: Redirect/Rewrite Module

2002-08-15 Thread Michael Wechner
by the actual sitemap. >> >>-Or to have the redirects in a separate file, which is "pulled in" by >>the actual sitemap as an external entity >> >>-Or to have an action/component, where every request is sent through and >>is acting >>as an redirect

Re: Redirect/Rewrite Module

2002-08-15 Thread Giacomo Pati
parate file, which is "pulled in" by > the actual sitemap as an external entity > > -Or to have an action/component, where every request is sent through and > is acting > as an redirect/rewrite module (and maybe calling Cocoon again!!) > > Any thoughts on this? What ab

Getting ioexception when trying to redirect within a jsp page

2002-08-12 Thread Johannes Schwarz
Hi all! I m running cocoon 2.0.3 + Tomcat 4.0.4 (standalone) + j2sdk1.4.0 on win 2000 The redirection is performed, except that an exception will be thrown and the request parameters will be cut. The following code snippet shows the exception: ERROR (2002-08-12) 13:48.18:156 [access] (Un

Re: Redirect/Rewrite Module

2002-08-09 Thread Michael Wechner
ROSSEL Olivier wrote: >>I have a situation where I would like to do a lot of >>URI-redirects/rewrites. I know I can do this via the sitemap, >>but other people would be doing this. So for the reason of "Separation >>of Concern" I would like to separate this from the actual sitemap. >> >>My que

RE: Redirect/Rewrite Module

2002-08-09 Thread ROSSEL Olivier
> I have a situation where I would like to do a lot of > URI-redirects/rewrites. I know I can do this via the sitemap, > but other people would be doing this. So for the reason of "Separation > of Concern" I would like to separate this from the actual sitemap. > > My question is what are the pos

Redirect/Rewrite Module

2002-08-09 Thread Michael Wechner
an action/component, where every request is sent through and is acting as an redirect/rewrite module (and maybe calling Cocoon again!!) Any thoughts on this? Thanks a lot in advance Michael - Please check that your question

Redirect-to... wap

2002-07-31 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Hi !! I have a problem with a command. For example, when I request the uri "monsite/wap/menu.contact", I would like to be redirect to the uri "monsite/wap/contact/contact.info". To do that, I have in my subdirectory monsite a sit

Re: Redirect depending on action?

2002-07-22 Thread Leszek Gawron
On Mon, Jul 22, 2002 at 09:34:19PM +0200, Nicola Ken Barozzi wrote: > Spectron International, Inc. wrote: > >I have a password protected site. When a new user is added the password is > >the same as the user name. I want to redirect to a "change password" page > &g

Re: Redirect depending on action?

2002-07-22 Thread Leszek Gawron
On Mon, Jul 22, 2002 at 02:46:45PM -0400, Spectron International, Inc. wrote: > I have a password protected site. When a new user is added the password is > the same as the user name. I want to redirect to a "change password" page if > it is the first time he has logged in

Re: Redirect depending on action?

2002-07-22 Thread Nicola Ken Barozzi
Spectron International, Inc. wrote: > I have a password protected site. When a new user is added the password is > the same as the user name. I want to redirect to a "change password" page if > it is the first time he has logged in (username=password). How can I do >

Redirect depending on action?

2002-07-22 Thread Spectron International, Inc.
I have a password protected site. When a new user is added the password is the same as the user name. I want to redirect to a "change password" page if it is the first time he has logged in (username=password). How can

RE: Redirect Apache Requests to Tomcat

2002-07-04 Thread Thomas Garger
: Redirect Apache Requests to Tomcat Just chuck the mod_jk.dll into the Apache's modules directory. Sorry, I've never tried the jkconf option before. > hi! > > i am using winxp > > thank for your answere, but where did you place the mod_jk.dll > (dirctory)? > > i re

RE: Redirect Apache Requests to Tomcat

2002-07-04 Thread james
d. > > greetings, tom > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 04. Juli 2002 13:29 > To: [EMAIL PROTECTED] > Subject: RE: Redirect Apache Requests to Tomcat > > > I've been running Apache 2 /Tomcat 4

RE: Redirect Apache Requests to Tomcat

2002-07-04 Thread Thomas Garger
omcat with this option (i tried startup.bat jkconf) but no TOMCAT_HOME/conf/auto/mod_jk.conf is generated. greetings, tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 04. Juli 2002 13:29 To: [EMAIL PROTECTED] Subject: RE: Redirect Apache Req

RE: Redirect Apache Requests to Tomcat

2002-07-04 Thread james
sers have this problem. Try the Apache >> or Tomcat mailing lists. >> >> Sylvain >> >> -Message d'origine- >> De: yuryx [mailto:[EMAIL PROTECTED]] >> Date: jeudi, 4. juillet 2002 11:33 >> À: [EMAIL PROTECTED] >> Objet: Re: Redirect

RE: Redirect Apache Requests to Tomcat

2002-07-04 Thread james
problem. Try the Apache or > Tomcat mailing lists. > > Sylvain > > -Message d'origine- > De: yuryx [mailto:[EMAIL PROTECTED]] > Date: jeudi, 4. juillet 2002 11:33 > À: [EMAIL PROTECTED] > Objet: Re: Redirect Apache Requests to Tomcat > > > Thomas

RE: Redirect Apache Requests to Tomcat

2002-07-04 Thread Sylvain.Thevoz
-Message d'origine- De: yuryx [mailto:[EMAIL PROTECTED]] Date: jeudi, 4. juillet 2002 11:33 À: [EMAIL PROTECTED] Objet: Re: Redirect Apache Requests to Tomcat Thomas Garger wrote: >Hi! > >I have Cocoon 2.0.2 running under Tomcat on port 8080. My Homepage >is called with the fol

Re: Redirect Apache Requests to Tomcat

2002-07-04 Thread Michael Melhem
On Thu, Jul 04, 2002 at 11:10:58AM +0200, Thomas Garger wrote: > Hi! > > I have Cocoon 2.0.2 running under Tomcat on port 8080. My Homepage > is called with the following URL > (http://MyServer-IP:8080/cocoon/myhomepage). > > I also have a domain-name (http://www.MyDomainName.at )where i put the

Re: Redirect Apache Requests to Tomcat

2002-07-04 Thread yuryx
Thomas Garger wrote: >Hi! > >I have Cocoon 2.0.2 running under Tomcat on port 8080. My Homepage >is called with the following URL >(http://MyServer-IP:8080/cocoon/myhomepage). > >I also have a domain-name (http://www.MyDomainName.at )where i put the >DNS to the IP of my Server. But every time som

Re: Redirect Apache Requests to Tomcat

2002-07-04 Thread yuryx
Thomas Garger wrote: >Hi! > >I have Cocoon 2.0.2 running under Tomcat on port 8080. My Homepage >is called with the following URL >(http://MyServer-IP:8080/cocoon/myhomepage). > >I also have a domain-name (http://www.MyDomainName.at )where i put the >DNS to the IP of my Server. But every time som

  1   2   >