Try the following:

gradle.properties, set tomatVersion and appServer to blank:
appServer=
tomcatVersion=

Include this dependency in build.gradle:
implementation "org.apereo.cas:cas-server-webapp:${project.'cas.version'}

Create src/main/webapp/WEB-INF/jboss-deployment-structure.xml with 
following contents:
<jboss-deployment-structure>
        <deployment>
                <dependencies>
                        <module name="jdk.unsupported" />
                </dependencies>
                <exclude-subsystems>
                        <subsystem name="jaxrs" />
                </exclude-subsystems>
        </deployment>
</jboss-deployment-structure>

Do a gradlew clean build, then grab the cas.war and deploy to your wildfly 
instance

On Tuesday, February 1, 2022 at 10:19:26 AM UTC-6 Udo Hermann wrote:

> Hi, I just have a simple question: has anyone already managed to deploy 
> the CAS WAR Overlay 6.4.4.2 (vanilla) into a JBoss EAP 7.2 on Windows 10?
>
> Thx
>
> Udo
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
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].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/a512c237-0dea-4816-be3f-69670bd30823n%40apereo.org.

Reply via email to