> On Jan 13, 2016, at 8:05 AM, Tom Poage <[email protected]> wrote:
> 
> Morning,
> 
> Anyone manage to get the Hazelcast management console enabled on CAS 4.1 
> (maven overlay)?

Progress:

> [STDERR] Jan 13, 2016 8:49:49 AM 
> com.hazelcast.internal.management.ManagementCenterService
> [STDERR] INFO: [128.120.17.230]:5702 [dev] [3.5] Hazelcast will connect to 
> Hazelcast Management Center on address: 
> [STDERR] http://localhost:8081/mancenter

src/main/resources/META-INF/spring/applicationContext-hazelcast.xml:

<beans xmlns="http://www.springframework.org/schema/beans";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xmlns:hz="http://www.hazelcast.com/schema/spring";
    xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
        http://www.hazelcast.com/schema/spring 
http://www.hazelcast.com/schema/spring/hazelcast-spring.xsd";>
    <hz:hazelcast id="instance">
        <hz:config>
            <hz:management-center enabled="true" 
url="http://localhost:8081/mancenter"/>
        </hz:config>
    </hz:hazelcast>
</beans>

Now to see what it the console can tell me.

Tom.

-- 
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].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.

Reply via email to