Hi Pablo, thanks for the reply. Did this really work for you?
Pablo Vidaurri schrieb am Dienstag, 1. Februar 2022 um 18:21:41 UTC+1:
> 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/dbd4ca95-1a27-4f5c-adc5-b249741f5b82n%40apereo.org.