Hi,
I have configured two machines in JBoss Cluster. I am using following code
from machine1 for creating a bean object deployed in machine2
(Bean is deployed in both machines)
Properties properties = new Properties();
properties.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingCo
Hi,
I have configured apache with jboss using mod_jk . I am using 4 servers in
the JBoss cluster.
My worker.properties file:
# Define list of workers that will be used
# for mapping requests
worker.list=loadbalancer,status
# Define Node1
# modify the host as your host IP or DNS name.
worker
Hi
I am using pegasus and JIntegra for merging and displaying images in IE. Both
pegasus and JIntegra are working properly if I start JBoss4.0.2RC1 from command
prompt.
I have installed JBoss4.0.2RC1 as windows service using wrapper.exe. Now
the problem is that I am not able to merge an
Thanks maikyal..
I am using following code to close the connection after using it. But how to
send the event to the server listeners.
finally {
try {
if(connection != null)
connection.close();
} catch(Exception exception) {
}
Thanks
View the original
Hi,
I am getting the following exception when i try to get the connection from the
connection pool
(I set the max-connection pool size to 100)
No ManagedConnections available within configured blocking timeout ( 2 [ms]
); - nested throwable: (javax.resource.ResourceException: No ManagedConne
Hi,
I am using the following code to create a java.sql.Connection object.
initCtx = new InitialContext();
org.jboss.resource.adapter.jdbc.WrapperDataSource ds =
(org.jboss.resource.adapter.jdbc.WrapperDataSource) initCtx.lookup(dataSource);
Connection connection = ds.getConnection()
Hi,
I am porting my application from JRun to jboss. I have added the following
lines to jrun.xml for using JRun service:
service class="TaskDriver" name="TaskService"
attribute name="bindToJNDI">truehttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918025#3918025
Reply to the post
Hi all,
I have configured jboss clustering using mod_jk and apache(as a load
balancer). I have installed jboss application server and apache on one machine
and another jboss server on different machine. With this configuration
clustering is working fine, Apache is able to balance the load