You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
I use the overlay and maven to build a CAS project in Intellij IDEA. And I want to customize some functions. But I can't debug it. All the things I can do is using the maven to run it. Did I miss something?
Yaroslav Panych
unread,
Feb 16, 2017, 4:24:36 AM2/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cas-...@apereo.org
There is no difference at all in debugging CAS comparing to other web
applications. Just select proper configuration to run web
container(e.g. tomcat), or attach to existing running tomcat. All you
need to tweak in your project is add dependency
org.jasig.cas:cas-server-webapp as runtime scope(or maybe provided,
whatever will work for you) in order to attach sources (idea probably
will not understand if artifact used in overlay section only).