You should implement using the war overlay method.

I am in the process of reverting some of the customizations that a contractor did for us, in favour of extremely minimal changes to the CAS JSP files, and replacement of the CSS. I'm doing this via simple includes, so that I can put content where I want, and then on an upgrade, all I'll need is a CSS change and to make sure my includes get into the new CAS JSP files. I will usually do this by dropping the new files into a local checked out copy of our project, and then comparing them to what's in the version control.

The CAS War overlay is discussed here...
https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method

The most important part there, is the maven pom modifications of your project. You need the maven-war-plugin and the CAS cas-server-webapp dependency. ANY file that you copy to your project, in the same directory as it would be in cas-server-webapp, will overwrite the original file.

On 13-09-09 01:17 PM, Weder Carlos Vieira wrote:
Hello to all!

Please, I managed to configure and deploy this cas server and is working
very well.

Now, I want to make a page with a list of some applications. I was
thinking of doing it in cas-server-webapp, but I do not know if it's the
best way, the best practice.

I'm afraid of the future have to update cas-server-webapp and not able
to do that because of this customization.

Should I do this on separate webapp? I'm tending do this...


Weder

--
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



--
Trenton D. Adams
Senior Systems Analyst/Web Software Developer
Navy Penguins at your service!
Athabasca University
(780) 675-6195
:wq!

--
   This communication is intended for the use of the recipient to whom it
   is addressed, and may contain confidential, personal, and or privileged
   information. Please contact us immediately if you are not the intended
   recipient of this communication, and do not copy, distribute, or take
   action relying on it. Any communications received in error, or
   subsequent reply, should be deleted or destroyed.
---

--
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

Reply via email to