Skip to content

living-atlases/ala-cas-5-services

 
 

Repository files navigation

ALA CAS Services Management Build Status

ALA CAS Services management web application.

Versions

<cas.version>5.2.x</cas.version>

Requirements

  • JDK 1.8+

Build

To see what commands are available to the build script, run:

./build.sh help

To package the final web application, run:

./build.sh package

To update SNAPSHOT versions run:

./build.sh package -U

Windows Build

On Windows you can run build.cmd instead of build.sh. The usage may differ from build.sh, run "build.cmd help" for usage.

Note

If you are running the management web application on the same machine as the CAS server web application itself, you will need to evaluate the build script and make sure the configuration files don't override each other.

Deployment

Embedded Tomcat

CAS will be available at:

  • http://cas.server.name:8080/cas-management
  • https://cas.server.name:8443/cas-management

External

Deploy resultant target/cas-management.war to a servlet container of choice.

About

ALA CAS Service Management web application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 85.1%
  • Shell 9.1%
  • Java 5.8%