Re: [cas-user] Duplicate log entries

2015-11-17 Thread Jonas Steinberg
that there shouldn't even be any in there. Thanks! Here's my deployerConfigContext.xml: http://pastebin.com/3rXsK3PM Sincerely, Jonas Steinberg On Nov 17, 2015 5:33 AM, <nico...@devels.es> wrote: > Hi, > > We're running CAS 4.1.1 and although everything works fine, any event is >

Re: [cas-user] hazelcast tickets not replicating

2015-11-11 Thread Jonas Steinberg
stumped and I could really use some help. -jonas On Nov 10, 2015 7:41 PM, "Paul B. Henson" <hen...@cpp.edu> wrote: > On Mon, Nov 02, 2015 at 07:29:14AM -0800, Jonas Steinberg wrote: > > > My cas server is essentially a copy of this > > <https://gith

[cas-user] hazelcast tickets not replicating

2015-11-02 Thread Jonas Steinberg
My setup is extremely straightforward. My cas server is essentially a copy of this I used this to integrate hazelcast My java client is based on this

[cas-user] Cas 4..1.x how to redirect to page after successful login

2015-10-22 Thread Jonas Steinberg
Are there any good links to content describing how to build a very simple redirect after successful authentication into a cas 4.1.x node just for testing? Or does anyone have any basic methods for doing so? Another question I have is what config files are responsible for this in Cas 4.1.x?

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-22 Thread Jonas Steinberg
If not using the webapp where does services management happen in cas 4.1 server? -jonas On Wed, Oct 21, 2015 at 7:17 AM, Jonas Steinberg <jonassteinbe...@gmail.com> wrote: > I'll build and deploy this immediately when I get to work. > On Oct 21, 2015 4:46 AM, "Dmitriy Ko

[cas-user] SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"] java.net.Bi

2015-10-21 Thread Jonas Steinberg
I thought that deploying my war locally would be a good baseline for testing. When I do, /tomcat7/logs/catalina.2015-10-21.log gives me the error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"] java.net.BindException: Address already in use :8080 I

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-21 Thread Jonas Steinberg
That > config is OVERWRITTEN by the Hazelcast ticket registry config contained in > the included jar) > > I hope that this is clear enough. > > Best of luck. > > D. > > Sent from my iPhone > > On Oct 20, 2015, at 19:38, Jonas Steinberg <jonassteinbe...@gmail.co

[cas-user] the prefix cas for element "cas: hazelcast-ticket-registry is not bound"

2015-10-20 Thread Jonas Steinberg
I'm getting this error when I attempt to start cas in tomcat7: Oct 20, 2015 9:32:14 AM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Oct 20, 2015 9:32:16 AM org.apache.catalina.core.ApplicationContext log INFO: Initializing

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-20 Thread Jonas Steinberg
And anyway that dependency is already present when I clone your git repository. On Tue, Oct 20, 2015 at 4:53 PM, Jonas Steinberg <jonassteinbe...@gmail.com> wrote: > When I inject > http://jasig.github.io/cas/4.1.x/installation/Hazelcast-Ticket-Registry.html > dependency into

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-20 Thread Jonas Steinberg
of the main distribution. > > -Jj > > > > On 10/20/15, 15:54, "Jonas Steinberg" <jonassteinbe...@gmail.com> wrote: > > >I receive this error when restarting cas-4.1.0 in tomcat7: > > > >15:07:00.314 [pool-2-thread-1]

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-20 Thread Jonas Steinberg
cas.properties... ...that should be it... On Tue, Oct 20, 2015 at 4:58 PM, Jonas Steinberg <jonassteinbe...@gmail.com> wrote: > And anyway that dependency is already present when I clone your git > repository. > > > On Tue, Oct 20, 2015 at 4:53 PM, Jonas Steinberg < > jonas

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-20 Thread Jonas Steinberg
turned on. > > I'd suggest you start from a fresh overlay project and follow the 4.1 > documentation to turn the HZ ticket registry on. > > Best, > D. > > > > Sent from my iPhone > > On Oct 20, 2015, at 19:08, Jonas Steinberg <jonassteinbe...@gmail.com> > wro

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-20 Thread Jonas Steinberg
thoughts? On Tue, Oct 20, 2015 at 5:06 PM, Jonas Steinberg <jonassteinbe...@gmail.com> wrote: > I think my problem is this: > > I'm using this: > > > https://github.com/Jasig/cas/blob/v4.1.0/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml > > as i

Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-20 Thread Jonas Steinberg
1.8 UTF-8 sonatype-releases http://oss.sonatype.org/content/repositories/releases/ sonatype-snapshots https://oss.sonatype.org/content/repositories/snapshots/ On Tue, Oct 20, 2015 at 5:38 PM, Jonas Stein

[cas-user] basic cas+maven question

2015-10-19 Thread Jonas Steinberg
If maven builds my entire project over the internet then how do I get my ticketRegistry.xml file to have the configurations I need? -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see

[cas-user] broken hazelcast xsd links

2015-10-19 Thread Jonas Steinberg
My WEB-INF/spring-configuration/ticketRegistry.xml is based on this: https://github.com/Unicon/cas-addons/wiki/Configuring-HazelcastTicketRegistry Except the last two links: http://unicon.net/schema/cas http://unicon.net/schema/cas/cas-addons.xsd do not resolve. If anyone has copies of these

[cas-user] maven not throwing my cas.properties into war file

2015-10-16 Thread Jonas Steinberg
Maven is not throwing my modified cas.properties file in /target/war.../WEB-INF/. Right now to simplify things I am following this basic deployment EXACTLY: http://www-public.tem-tsp.eu/~procacci/dok/doku.php?id=docpublic:systemes:ssocas:cas4install I have also noted that in my parent pom,

Re: [cas-user] ticketRegistry starts up but webpage does not resolve

2015-10-16 Thread Jonas Steinberg
cation, does > server.prefix = https://myserver.com:8080/cas? > 2) Your response indicates that you are not using maven filtering so this > is most likely not your problem. > 3) If you were/are experiencing the same problem as me, this would be a > workable solution. > > Ray > >

[cas-user] ticketRegistry starts up but webpage does not resolve

2015-10-16 Thread Jonas Steinberg
so my ticketRegistry starts but the page I pointed cas.properties at does not resolve the basic cas login screen. Here's my cas.properties file in a nutshell: server.name=https://myserver.com:8080 server.prefix=${server.name}/cas

Re: [cas-user] ticketRegistry starts up but webpage does not resolve

2015-10-16 Thread Jonas Steinberg
locations in the code from ${server.name} to > ${server.nom}. > > Ray > > P.S. When I get some breathing room I intend to investigate this more > and submit a bug report (to Maven) if I can reproduce with a simple > project. > > > On 2015-10-16 14:07, Jonas Steinberg wrote: > >

[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
I've been working very hard on my cas install the last couple days so I pretty much know what needs to be done. Now I just have a couple of basic questions and that should get me on my way. 1) The instructions for

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Milt: So I create a separate directory with a separate pom. Okay. Where do I get everything I need to put in that pom (besides the dependency that's mentioned in Cas's Hazelcast doc: http://jasig.github.io/cas/development/installation/Hazelcast-Ticket-Registry.html)? What other files

[cas-user] when war explodes etc directory is not created

2015-10-15 Thread Jonas Steinberg
Subject line says it all. After I deploy my way to tomcat, the cas directory is created and everything looks good. Except cas/etc is not created and hence cas.properties and log4j2.xml are not present. Any thoughts? Inside my $cas_home directory, which I where I'm running maven from, are

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Alright: last question. When you say, "You could just clone it", what's the "it" specifically that you're referring to? And how do I check the branch out? This will probably be my last question. Sorry to bombard you. -- You are currently subscribed to cas-user@lists.jasig.org as:

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Okay, so I've looked at the overlay template. Okay. So my only question is: what files from CAS do I need to include to correctly build cas-server-integration-hazelcast? Do I need to include cas-server-webapp? How about also cas-server-integration-hazelcast? What else? I think this will

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Also, we're not using LDAP or anything like that. Just CAS. So... -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Do I need to include the hazelcast alias line in deployerConfigContext from cas's documentation? -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Okay, that's fine. What I don't understand is what files do I actually need from cas to include? Or am I missing something? -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
I'll d both. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Alright, here's where I'm at: I deleted ldapConfigContext. I copied and pasted the default deployConfigContext from github into my deployConfigContext, so that took care of any LDAP stuff in deployConfigContext. I deleted the LDAP dependency from the pom. It built but I'n unable to access

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
But shouldn't cas.property and log-whatever just be built into my war? -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
Alright. I will review this document. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re:[cas-user] several very basic cas install questions

2015-10-15 Thread Jonas Steinberg
What will happen if I just leave the LDAP stuff in deployConfig? Will it break the war? -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user