cocoon url

2004-07-22 Thread beyaNet
Hi, I am running cocoon version 2.1.5.1 on tomcat 5.027 hooked off apache 2.0.50. At the moment, with mod_jk2 I have my url as http://www.mysite.com/cocoon/nextlevel. how do I adjust the settings in apache so that I can have http://www.mysite.com/nextlevel many thanks in advance Andrew ---

Re: cocoon url

2004-07-22 Thread Neo99
Hello Andrew Try changing: $CATALINA_HOME/conf/server.xml so it includes an entry for the cocoon webapp like this: Making sure that any other entry where path="" is commented out... I'm new to Cocoon, but have just done this myself... any confusion please let me know. beyaNet wrote: Hi, I am runni

Re: cocoon url

2004-07-22 Thread beyaNet
Hi, I tried your recommendation but without success. Any ideas anybody? regards Andrew On 22 Jul 2004, at 23:03, Neo99 wrote: Hello Andrew Try changing: $CATALINA_HOME/conf/server.xml so it includes an entry for the cocoon webapp like this: Making sure that any other entry where path="" is comment

Re: cocoon url

2004-07-22 Thread Tony Collen
beyaNet wrote: Hi, I tried your recommendation but without success. Any ideas anybody? It's in the FAQ :) http://cocoon.apache.org/2.1/faq/faq-configure-environment.html#faq-N10006 Regards, Tony - To unsubscribe, e-mail: [EMAIL PR

Re: cocoon url

2004-07-23 Thread [EMAIL PROTECTED]
beyaNet wrote: Hi, I am running cocoon version 2.1.5.1 on tomcat 5.027 hooked off apache 2.0.50. At the moment, with mod_jk2 I have my url as http://www.mysite.com/cocoon/nextlevel. how do I adjust the settings in apache so that I can have http://www.mysite.com/nextlevel 1. make www.mysite.

Re: cocoon url

2004-07-23 Thread gounis
hi andrew take a look here -stavros On Thu, 22 Jul 2004, beyaNet wrote: > Hi, > I am running cocoon version 2.1.5.1 on tomcat 5.027 hooked off apache > 2.0.50. At the moment, with mod_jk2 I have my url as > http://www.mysite.com/cocoon/nextlevel. > how do I adjust the settings in apache so

Re: cocoon url

2004-07-23 Thread Rocky S
Hi,   Few days back I have upgraded Tomcat from 4.1.29 to 5.0.25 ...   When I deploy the war file in Tomcat 5.0.25 , and tried to login into the web page using username and password , the control passes over to next page and in that page links are there to Edit or Delete a User , when i am clicking

Re: cocoon url

2004-07-23 Thread [EMAIL PROTECTED]
Rocky S wrote: Hi, Few days back I have upgraded Tomcat from 4.1.29 to 5.0.25 ... When I deploy the war file in Tomcat 5.0.25 , and tried to login into which war file? the web page using username and password , the control passes over to which web page? BTW: Don't hijack threads! -- V

Re: cocoon url

2004-07-24 Thread beyaNet
Hi, I have amended my worker2.properties file so that requests made to /cocoon are redirected to tomcat/webapps/cocoon. How do I amend this files so that all requests made to http://www.mysite.com/ use tomcat/webapps/cocoon/mysite as the root folder? II have included my current workers2.propert

Re: cocoon url

2004-07-24 Thread [EMAIL PROTECTED]
beyaNet wrote: Hi, I have amended my worker2.properties file so that requests made to /cocoon are redirected to tomcat/webapps/cocoon. How do I amend this Requests made to anyHost?/cocoon ? files so that all requests made to http://www.mysite.com/ use tomcat/webapps/cocoon/mysite as the root fol

cocoon url redirection using action?

2003-10-23 Thread Tsui, Alban
Title: cocoon url redirection using action? Hi I want to do some redirection using                                                     Assuming the redirect url is generated by my action as above, would it automatically redirect

Re: cocoon url redirection using action?

2003-10-23 Thread Joerg Heinicke
AFAIK the request query string is not forwarded to the redirect. Using input modules allows you to access the complete query string. I don't know if this is possible in 2.0.3. You will have a get request then. Newer Cocoon versions provide proxy generators as you can read in different recent th

AW: cocoon url redirection using action?

2003-10-24 Thread Markus Heussen
Title: cocoon url redirection using action? Hi Alban,       should work because if cocoon:/ protocol is used it is only a internal redirect and not a new request. "A redirection URI can make use of the cocoon: protocol to return content from another Cocoon pipeline. In this case