Dariusz Suchojad wrote:
[...]
> I'm not asking for any direct guides, in fact, if all goes
> well and the requirements don't start stating that JBoss 4.x
> can be used, I promise I'll document what's needed to get it
> working :-) it's just that I think it's better to ask what
> you think of it?
OK, it's been a couple of months now since the rollout and the CAS
instance simply works fine, I've seen no problems with it.
I promised to document what was needed for having it running but in the
end it turned out that I didn't have to do anything that wasn't well
covered in the wiki.
Well, the only thing was that I had to deploy CAS in the 'all' profile
of a JBoss instance and I had to customize the cas-server-webapp's
pom.xml for the jars not collide with what JBoss was shipping with. The
correct incantation of warSourceExcludes in my case was as below. Hope
that helps anyone!
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warName>cas</warName>
<warSourceExcludes>WEB-INF\classes\META-INF\persistence.xml,WEB-INF\lib\xml-apis-*.jar,WEB-INF\lib\slf4j-api-*.jar,WEB-INF\lib\slf4j-log4j12-*.jar,WEB-INF\lib\jta-*.jar</warSourceExcludes>
</configuration>
</plugin>
</plugins>
</build>
cheers,
--
Dariusz Suchojad
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user