Hi Dale, If I am not going to use Tomcat as as " bridge", what should I do for my applications in Apache? Can I deploy CAS into Apache directly? and all the applications in Apache directly interact with CAS. How hard for the configuration to have CAS in Apache without Tomcat? do you have any instruction or user guide about this topic?
Edward Dale Ogilvie wrote: > Edward, > > You need to setup CAS running under tomcat. Then, you need to CASify > each of your php and perl applications to redirect to CAS for SSO, as > per the wiki > > http://www.ja-sig.org/wiki/display/CASC/Clients > > Possibly these may help > > Perl http://www.ja-sig.org/wiki/display/CASC/Perl+Client > Php http://www.ja-sig.org/wiki/display/CASC/phpCAS > Apache http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas > > Dale > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Edward Chen > Sent: Friday, 9 May 2008 4:15 p.m. > To: Yale CAS mailing list > Subject: Re: CAS3.2.1+ Apache 2.2 > > Hi Dale, > > I have some applications like php, perl stored in Apache server, How can > I use CAS to link with them if I am going to use Tomcat? > > You mentioned > > "Apache can act as a front end (reverse proxy) for cas running in a jsp > container though." > > Can you explain more about that? Is it difficult to set up? > > Edward > > > Dale Ogilvie wrote: > >> Hi Edward, >> >> CAS needs to run in a J2EE jsp container (tomcat, jboss etc). Apache >> itself is a front end webserver and does not provide jsp features. >> Apache can act as a front end (reverse proxy) for cas running in a jsp >> > > >> container though. The point of this more complicated setup is to take >> advantage of Apache's many advanced webserver features (request >> rewriting etc) and possibly to serve up static content using Apache >> while letting dynamic content (e.g. CAS) come from Tomcat. >> >> Dale >> >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> On Behalf Of Edward Chen >> Sent: Friday, 9 May 2008 10:25 a.m. >> To: Yale CAS mailing list >> Subject: CAS3.2.1+ Apache 2.2 >> >> Hi, >> >> I don't know how to deploy CAS 3.2.1 to Apache http 2.2 (Not Apache >> Tomcat). I have my Apache up and running in my XP. I want to deploy >> CAS, just like I deploy it to Tomcat. I know how to deploy it to >> Tomcat by using maven. >> >> Do you have the instruction and user guide to show me how to deploy >> CAS to Apache step by step? For example, I have my cas.war, where do I >> > > >> put it in Apache directory? >> >> Edward >> _______________________________________________ >> Yale CAS mailing list >> [email protected] >> http://tp.its.yale.edu/mailman/listinfo/cas >> _______________________________________________ >> Yale CAS mailing list >> [email protected] >> http://tp.its.yale.edu/mailman/listinfo/cas >> >> > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
