URL Rewriting

2002-10-21 Thread Christoph Stocker
hi all! i use cocoon2.0.2, winxp and weblogic6.0sp2 i use cookies for session handling, but i dont want to do use cookies. i want to use url-rewriting in my cocoon-action. has anyone code examples how to do inside the action or links to pages who to use url-rewriting in cocoon-actions. now i

url rewriting

2002-10-22 Thread Christoph Stocker
hi all! i use win200, cocoon2.0.2, weblogic6.0sp2 i tried url-rewriting in my action---> Map sitemapParams = new HashMap(); Request req = ObjectModelHelper.getRequest(objectModel); Session session = req.getSession(); if (session.isNew()) { // data i want to read out in my xsp-s

AW: url rewriting

2002-10-23 Thread Christoph Stocker
] Betreff: Re: url rewriting Chris, I don't know much about actions, so I can't help you too much with that. However, I can offer some hints on the EncodeURLTransformer. Basically, it has a bug. The first time you hit a page, it fails to rewrite the URLs. This works for some frameworks

AW: URL Rewriting

2002-10-21 Thread Christoph Stocker
Nachricht- Von: Alex Romayev [mailto:aromay@;sapient.com] Gesendet: Montag, 21. Oktober 2002 13:27 An: [EMAIL PROTECTED] Betreff: RE: URL Rewriting Have you looked at EncodeURLTransformer? -Alex -Original Message- From: Christoph Stocker [mailto:chris.stocker@;gmx.at] Sent: Mon

RE: URL Rewriting

2002-10-21 Thread Alex Romayev
Have you looked at EncodeURLTransformer? -Alex -Original Message- From: Christoph Stocker [mailto:chris.stocker@;gmx.at] Sent: Mon 10/21/2002 12:13 PM To: [EMAIL PROTECTED] Cc: Subject: URL Rewriting hi all! i use cocoon2.0.2, winxp and weblogic6.0sp2 i use cookies for session

Re: url rewriting

2002-10-22 Thread Christopher Painter-Wakefield
ic.xml but every time, i go a second time in my action, it seems that the action creates every time a new session and my session-data is lost i studied the EncodeURLTransformer, but it doesn't helped me (i don't know how to in my action use this) has someone a code-example who

Re: AW: url rewriting

2002-10-23 Thread Christopher Painter-Wakefield
on: Christopher Painter-Wakefield [mailto:paint007@;mc.duke.edu] Gesendet: Dienstag, 22. Oktober 2002 19:34 An: [EMAIL PROTECTED] Betreff: Re: url rewriting Chris, I don't know much about actions, so I can't help you too much with that. However, I can offer some hints on the EncodeURLTransfor

Session URL-Rewriting with Cocoon

2002-06-04 Thread Volker Schneider
Dear colleagues, does anybody know how I can use URL-Rewriting with Cocoon 2.0.2 and WebSphere 4.0.2? All works fine, but if I switch off cookies in my browser, Cocoon will lose the session after the response. Who can help? Best regards - Volker

How to do URL rewriting

2002-06-10 Thread Volker Schneider
Dear colleagues, I tried to find out, how to do URL rewriting with Cocoon 2 when cookies are switched off. I looked in several mails: Vadim said that you have to do URL rewriting yourself, but in Request.java I can find a method boolean isRequestedSessionIdFromURL(); So it seems that cocoon

catalog support for url rewriting

2002-11-11 Thread Jakob Praher
hi everybody, the oasis xml catalog format, that is in the xml-commons package, supports url rewriting. now I have configured the cocoon.xconf file and added the local-catalog parameter which points to a oasis catalog descriptor (which btw works with the resolver tool that comes with

RE: How to do URL rewriting

2002-06-10 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Dear colleagues, > > I tried to find out, how to do URL rewriting with Cocoon 2 when cookies are > switched off. I looked in several mails: Vadim said that you have to do URL Yup. > rewriting yourself, but in Requ

URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Robert Bourdeau
This is more of an Apache question than a Cocoon question, but hopefully someone will know what I'm doing wrong here. Setup: SPARC Solaris 2.7, Apache 1.3.24 w/mod_webapp (Warp), and Tomcat 4.0.1 Goal: Eliminate cocoon from the URL Constraints: Want all my custom content (XML, stylesheets, etc

Re: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Lajos Moczar
Why not do this in $CATALINA_HOME/conf/server.xml: Regards, Lajos Robert Bourdeau wrote: > This is more of an Apache question than a Cocoon question, but > hopefully someone will know what I'm doing wrong here. > > Setup: SPARC Solaris 2.7, Apache 1.3.24 w/mod_webapp (Warp), and Tomcat 4.0

RE: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Luca Morandini
Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - > -Original Message- > From: Lajos Moczar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 5:57 PM > To: [EMAIL PROTECTED] > Subject: Re: URL

Re: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Lajos Moczar
[EMAIL PROTECTED] > http://utenti.tripod.it/lmorandini/index.html > - > > > >>-Original Message- >>From: Lajos Moczar [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, June 18, 2002 5:57 PM >>To:

RE: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Vadim Gritsenko
-- >Luca Morandini >GIS Consultant > [EMAIL PROTECTED] > http://utenti.tripod.it/lmorandini/index.html > - > > > > -Original Message- > > From: Lajos Moczar [mailto:[EM

FW: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Luca Morandini
> -1. Why keep ugly and less performing solution while others exist? > because I don't like altering the behaviour of Tomcat, messing around with its own servlets: I may not be the only one using Tomcat on that machine :( Best regards, --

Re: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Skip Carter
> This is more of an Apache question than a Cocoon question, but > hopefully someone will know what I'm doing wrong here. > > Setup: SPARC Solaris 2.7, Apache 1.3.24 w/mod_webapp (Warp), and Tomcat 4.0.1 > > Goal: Eliminate cocoon from the URL > Constraints: Want all my custom content (XML, st

RE: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Vadim Gritsenko
stomers to see "Yep, Tomcat *is* working on this machine!!!" when they go to the root of your server? Yes, you can hide it by giving some CPU time to URL rewriting module :) Vadim > Best regards, > > > - >

FW: URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Luca Morandini
uesday, June 18, 2002 8:17 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: URL rewriting solution in FAQ does not do the trick > > > > From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > > > > > > -1. Why keep ugly and less performing soluti