I have checked my server and nothing being dumped to the server logs.
-you problem in my web application or in my server-

and after deploying both cas application and my web application

when I try to access any page including the http://localhost:8888/
I keep getting
403 ForbiddenDirectory browsing not allowed


So could SSL certificate is the reason as I'm using the certificate that was
created for tomcat before.



On Wed, May 7, 2008 at 6:40 PM, Scott Battaglia <[EMAIL PROTECTED]>
wrote:

> >> Resource /eps/j_acegi_cas_security_check not found on this server
>
> That's a problem with your application and not CAS. Take a look at your
> application's logs.
>
> -Scott
>
>
> On Wed, May 7, 2008 at 9:48 AM, Ali Abdel-Aziz Ali <
> [EMAIL PROTECTED]> wrote:
>
> > I have deployed the cas.war to oc4j 10.1.2 after correcting the j2ee
> > version in the web.xml to use j2ee 1.3
> >
> > but I got the following log
> > Unknown assembly root-tag attribute: xmlns
> > so I replaced
> > <!-- ?xml version="1.0" encoding="ISO-8859-1"?>
> > <web-app xmlns="http://java.sun.com/xml/ns/j2ee";
> >     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
> >      version="2.4" -->
> > with
> > <?xml version = '1.0' encoding = "windows-1252"?>
> > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
> > 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";>
> > <web-app>
> >
> > and the server starting with the following logging messages
> >
> > 2008-05-07 11:37:20,568 INFO
> > [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <FormObjectClass not
> > set.  Using default class of org.jasig.cas.authentic
> > ation.principal.UsernamePasswordCredentials with formObjectName
> > credentials and validator
> > org.jasig.cas.validation.UsernamePasswordCredentialsValidator.>
> > 2008-05-07 11:37:20,646 INFO
> > [org.jasig.cas.web.ServiceValidateController] - <No successView specified.
> > Using default of casServiceSuccessView>
> > 2008-05-07 11:37:20,646 INFO
> > [org.jasig.cas.web.ServiceValidateController] - <No failureView specified.
> > Using default of casServiceFailureView>
> > 2008-05-07 11:37:20,646 INFO
> > [org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler] - <No
> > UniqueTicketIdGenerator specified for org.jasig.cas.ticket.proxy.su
> > pport.Cas20ProxyHandler.  Using
> > org.jasig.cas.util.DefaultUniqueTicketIdGenerator>
> > 2008-05-07 11:37:20,646 INFO
> > [org.jasig.cas.web.ServiceValidateController] - <No proxyHandler specified.
> > Defaulting to org.jasig.cas.ticket.proxy.support.Ca
> > s20ProxyHandler>
> > 2008-05-07 11:37:20,662 INFO
> > [org.jasig.cas.web.ServiceValidateController] - <No authentication
> > specification class set.  Defaulting to org.jasig.cas.validat
> > ion.Cas20ProtocolValidationSpecification>
> > 2008-05-07 11:37:20,662 INFO
> > [org.jasig.cas.web.ServiceValidateController] - <No successView specified.
> > Using default of casServiceSuccessView>
> > 2008-05-07 11:37:20,662 INFO
> > [org.jasig.cas.web.ServiceValidateController] - <No failureView specified.
> > Using default of casServiceFailureView>
> > 2008-05-07 11:37:20,662 INFO
> > [org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler] - <No
> > UniqueTicketIdGenerator specified for org.jasig.cas.ticket.proxy.su
> > pport.Cas20ProxyHandler.  Using
> > org.jasig.cas.util.DefaultUniqueTicketIdGenerator>
> > 2008-05-07 11:37:20,662 INFO
> > [org.jasig.cas.web.ServiceValidateController] - <No proxyHandler specified.
> > Defaulting to org.jasig.cas.ticket.proxy.support.Ca
> > s20ProxyHandler>
> > 08/05/07 11:37:20 Oracle Application Server Containers for J2EE 10g
> > (10.1.2.0.2) initialized
> > 2008-05-07 11:37:40,193 INFO
> > [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] -
> > <Starting cleaning of expired tickets from ticket registr
> > y at [Wed May 07 11:37:40 GST 2008]>
> > 2008-05-07 11:37:40,193 INFO
> > [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - <0
> > found to be removed.  Removing now.>
> > 2008-05-07 11:37:40,193 INFO
> > [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] -
> > <Finished cleaning of expired tickets from ticket registr
> > y at [Wed May 07 11:37:40 GST 2008]>
> >
> > But I couldn't access the cas application it keeps giving me
> > 403 ForbiddenDirectory browsing not allowed
> >
> >
> >
> > and when I comment this and deployed my application that use the tomcat
> > deployed cas,
> > it works successful but when after redirecting me to the cas login and
> > entering the username and password it returned to me with
> > the following ticket 
> > */j_acegi_cas_security_check?ticket=ST-5-oH5IlkPTL7V1HahlNlY2faSxNyeQIVwfF0s-20
> > *in the url
> > and the page dumped
> > 404 Not FoundResource /eps/j_acegi_cas_security_check not found on this
> > server
> >
> > to me.
> >
> > by the way I didn't install SSL certificate for oc4j yet
> >
> > so what is the problem behind this.
> >
> > thanks
> >
> >
> > On Tue, May 6, 2008 at 9:01 PM, Scott Battaglia <
> > [EMAIL PROTECTED]> wrote:
> >
> > > I don't know of any specific configuration issues with oc4j.  We use
> > > Tomcat here so I've never had to deal with it.
> > >
> > > -Scott
> > >
> > >
> > > On Tue, May 6, 2008 at 12:20 PM, Ali Abdel-Aziz Ali <
> > > [EMAIL PROTECTED]> wrote:
> > >
> > > > Hello Scott,
> > > >
> > > > ok I have configured CAS 3.0.4 server to work with tomcat 5.5.26
> > > > with jdk 1.4.
> > > >
> > > > Now I wanna be able to deploy the cas.war to oc4j 10.1.12 so Is
> > > > there any hints regarding oc4j configuration for cas
> > > >
> > > > thanks in advance.
> > > >
> > > > On Tue, May 6, 2008 at 7:29 PM, Scott Battaglia <
> > > > [EMAIL PROTECTED]> wrote:
> > > >
> > > > > As of CAS 3.1, Java 5 is required due to our usage of some of the
> > > > > advanced features of the language.  I don't know of a way to backport 
> > > > > many
> > > > > of the features to get it to run in JDK1.4
> > > > >
> > > > > -Scott
> > > > >
> > > > >  On Tue, May 6, 2008 at 8:34 AM, Ali Abdel-Aziz Ali <
> > > > > [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > >  Hello All,
> > > > > >
> > > > > > I have successfully configured my Application to use CAS as SSO
> > > > > > server (with the help of Acegi). but currently I have a couple of 
> > > > > > issues.
> > > > > >
> > > > > > first my configuration uses cas 3.0.4 under tomcat 5.5
> > > > > > second tomcat is using jdk1.5 and this is also the minimum
> > > > > > requirement for CAS.
> > > > > > but my application was running under oc4j 10.1.2 with jdk1.4.
> > > > > >
> > > > > > But Now I wanna be able to deploye the cas-server to oc4j
> > > > > > 10.1.2, and configure it to work with jdk1.4, to work on the same
> > > > > > environment that is my application is running on.
> > > > > >
> > > > > > so is there any tips or articles that can help me in doing this.
> > > > > >
> > > > > > Thanks in advance.
> > > > > >
> > > > > > --
> > > > > > Ali Abdel-Aziz
> > > > > > http://www.aliabdelaziz.com
> > > > > > _______________________________________________
> > > > > > Yale CAS mailing list
> > > > > > [email protected]
> > > > > > http://tp.its.yale.edu/mailman/listinfo/cas
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > -Scott Battaglia
> > > > > PGP Public Key Id: 0x383733AA
> > > > > LinkedIn: http://www.linkedin.com/in/scottbattaglia
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Ali Abdel-Aziz
> > > > http://www.aliabdelaziz.com
> > > >
> > >
> > >
> > >
> > > --
> > > -Scott Battaglia
> > > PGP Public Key Id: 0x383733AA
> > > LinkedIn: http://www.linkedin.com/in/scottbattaglia
> > >
> >
> >
> >
> > --
> > Ali Abdel-Aziz
> > http://www.aliabdelaziz.com
> >
>
>
>
> --
> -Scott Battaglia
> PGP Public Key Id: 0x383733AA
> LinkedIn: http://www.linkedin.com/in/scottbattaglia
>



-- 
Ali Abdel-Aziz
http://www.aliabdelaziz.com
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to