Another page redirect problem in firefox
Andrew R Feller
afelle1 at lsu.edu
Thu Jan 17 11:44:56 EST 2008
Simon,
Though I am not 100% sure, the warning you get when starting Tomcat
about "MemoryUserDatabase save WARNING: User database is not
persistable" makes me think that you tried to setup a MemoryRealm with
Tomcat.
1. How did you setup JAAS authentication?
2. Could you post your /WEB-INF/deployerConfigContext.xml?
3. Are you using Tomcat? What version?
Andrew R Feller, Analyst
University Information Systems
200 Fred Frey Building
Louisiana State University
Baton Rouge, LA, 70803
(225) 578-3737 (office)
-----Original Message-----
From: cas-bounces at tp.its.yale.edu [mailto:cas-bounces at tp.its.yale.edu]
On Behalf Of Simon Vallet
Sent: Thursday, January 17, 2008 10:30 AM
To: Yale CAS mailing list
Subject: Re: Another page redirect problem in firefox
On Thu, 17 Jan 2008 09:46:11 -0600
"Andrew R Feller" <afelle1 at lsu.edu> wrote:
> I can tell you that the ";jsessionid=..." and "login?null" are not
your
> issues though it is weird that you are being infinitely redirected to
> the login page.
>
> What does your Tomcat error logs show? Are any exceptions being
thrown?
Not much :-( -- I configured log4j to log into its own file (I'm still
puzzled by the log4j warning below BTW, but I'm not sure it has
something to do with my problem); here is what I get :
* catalina.out :
Jan 17, 2008 4:10:59 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent INFO: The Apache Tomcat Native library which allows
optimal performance in production environments was not found on the
java.library.path:
/usr/java/jdk1.5.0_10/jre/lib/i386/server:/usr/java/jdk1.5.0_10/jre/lib/
i386:/usr/java/jdk1.5.0_10/jre/../lib/i386
Jan 17, 2008 4:10:59 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on
http-cas.genoscope.cns.fr%2F195.83.222.166-8443
Jan 17, 2008 4:10:59 PM org.apache.catalina.startup.Catalina load INFO:
Initialization processed in 1063 ms
Jan 17, 2008 4:10:59 PM org.apache.catalina.users.MemoryUserDatabase
save WARNING: User database is not persistable - no write permissions on
directory
Jan 17, 2008 4:10:59 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 17, 2008 4:10:59 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
Jan 17, 2008 4:10:59 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Jan 17, 2008 4:11:03 PM org.apache.coyote.http11.Http11BaseProtocol
start INFO: Starting Coyote HTTP/1.1 on
http-cas.genoscope.cns.fr%2F195.83.222.166-8443
Jan 17, 2008 4:11:03 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 17, 2008 4:11:03 PM org.apache.catalina.startup.Catalina start INFO:
Server startup in 4162 ms
* cas.log :
2008-01-17 16:11:03,405 DEBUG
[org.jasig.cas.services.web.ManageRegisteredServicesMultiActionControlle
r] - Found action method [public
org.springframework.web.servlet.ModelAndView
org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController
.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.ser
vlet.http.HttpServletResponse)]
2008-01-17 16:11:03,405 DEBUG
[org.jasig.cas.services.web.ManageRegisteredServicesMultiActionControlle
r] - Found action method [public
org.springframework.web.servlet.ModelAndView
org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController
.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpSer
vletResponse)]
2008-01-17 16:11:03,483 INFO
[org.jasig.cas.web.flow.AuthenticationViaFormAction] - FormObjectClass
not set. Using default class of
org.jasig.cas.authentication.principal.UsernamePasswordCredentials with
formObjectName credentials and validator
org.jasig.cas.validation.UsernamePasswordCredentialsValidator.
2008-01-17 16:11:22,117 INFO
[org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] -
Starting cleaning of expired tickets from ticket registry at [Thu Jan 17
16:11:22 CET 2008]
2008-01-17 16:11:22,117 INFO
[org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - 0
found to be removed. Removing now.
2008-01-17 16:11:22,118 INFO
[org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] -
Finished cleaning of expired tickets from ticket registry at [Thu Jan 17
16:11:22 CET 2008]
Simon
_______________________________________________
Yale CAS mailing list
cas at tp.its.yale.edu
http://tp.its.yale.edu/mailman/listinfo/cas
More information about the cas
mailing list