users@glassfish.java.net

Re: EJB Timer Clustering in Glassfish

From: <shockwave_115_at_hotmail.com>
Date: Tue, 3 Feb 2009 14:44:09 +0800

Hi

Please try:

First

Use a external database, for example mysql.

second

Create table and user for timer service, the example is in
${Glassfish_Home}/lib/install/databases

Third

Configure a connection pool for you database connection. Then create a data
source with your own JNDI name for your connection pool.

Fourth

Configurations> cluster1-config> EJB Container: EJB Timer Service
Timer Datasource: Cluster_timer (The JNDI name of your data source)

Then

Deploy your timer service EJB to get the timer service the same way as in
standalone configuration.


--------------------------------------------------
From: <glassfish_at_javadesktop.org>
Sent: Tuesday, February 03, 2009 2:40 PM
To: <users_at_glassfish.dev.java.net>
Subject: Re: EJB Timer Clustering in Glassfish

> how can i configure timer service for clustering enviroment.
> [Message sent by forum member 'balaji_varaprasad' (balaji_varaprasad)]
>
> http://forums.java.net/jive/thread.jspa?messageID=329776
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>