[JBoss-user] [HTTPD, Servlets JSP] - Re: Urgent! cocoon.createSession() not working in 2.1.5.1

2004-10-29 Thread beyarecords
Hi,
it seems the cause of my problem is the RewriteRule lines I have specified in my 
Apache http.conf file. In my workers2.properties file I have the following line:

[uri:/cocoon/mysite/*] (note: cocoon/mysite is situated inside JBoss 4.0.0 as 
/server/default/deploy/jbossweb-tomcat50.sar/cocoon.war/mysite)
group=lb 

which enables me to access my website via :80 by saying:

http://www.mysite.com/cocoon/mysite/login.xml

Doing this works fine and you can browse from one page to another and all sessions are 
maintained. The problem starts when I try and do:

http://www.mysite.com/login.xml

which I have catered for in my http.conf file by defining a number of RewriteRule 
lines:

RewriteEngine on

RewriteRule (.*)\.xml$ cocoon/mysite/$1.xml [P]
RewriteRule (.*)\.xsl$ cocoon/mysite/$1.xsl [P] 
RewriteRule (.*)\.kont$ cocoon/mysite/$1.kont [P] 
RewriteRule (.*)\.jxt$ cocoon/mysite/$1.jxt [P] 
RewriteRule (.*)\.xsp$ cocoon/mysite/$1.xsp [P]
RewriteRule (.*)\.css$ cocoon/mysite/$1.css [P]
RewriteRule (.*)\.js$ cocoon/mysite/$1.js [P]
RewriteRule (.*)\.mp3$ cocoon/mysite/$1.mp3 [P]
RewriteRule (.*)\.m3u$ cocoon/mysite/$1.m3u [P]
RewriteRule (.*)\.jpg$ cocoon/mysite/$1.jpg [P]

When I type in http://www.mysite.com/login.xml the page loads fine, and in the process 
creates a session to maintain flow global variables. When you then try and select any 
other page which requires you to have been logged in first, it seems the page has lost 
scope/context/domain! and acts a if you have come to the site for the first time and 
so redirects you straight back to the login.xml page. But as I have said before typing 
http://www.mysite.com/cocoon/mysite/login.xml works fine and I can navigate from page 
to page no problem. 

It also seems that the site is unable to grab any data from Apache which has not been 
defined in the RewriteRules. 

Does anybody have a solution for this? 

many thanks in advance

Andrew

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853255#3853255

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853255


---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: Urgent! cocoon.createSession() not working in 2.1.5.1

2004-10-28 Thread beyarecords
I also need to add the platform I am on:

1. OSX 10.3.5
2. Java 1.4.2 (Update 2)

regards

Andrew

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853133#3853133

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853133


---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user