On Tue, Jan 12, 2016 at 4:39 PM, Pradeep Kumar <[email protected]> wrote: > Hi group... > > I am the new user for CAS and want to deploy CAS in apache tomcat which > supports only war files. but in official site of CAS we will get only zip > and tar files. Any one knows how to change tar or zip files to war files.
clone https://github.com/Jasig/cas-overlay-template, and run ./mvnw clean package you will get war in target/. > And any one knows how to enable ssl in apache tomcat in windows. Actually i > tried a lot by following the steps which i got in google,but everytime i > failed to enable SSL in Tomact.please suggest me the procedure Thanks in > advance > > thank you > > -- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. -- YunQiang Su -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
