[JBoss-user] [Clustering/JBoss] - What is processCallbacks status 2?

2006-05-16 Thread gerMonday
Hello,

I'm using http session replication and I'm getting this message:
 
processCallbacks status 2

and was wondering if anyone could tell me what it means?

Thanks very much,

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943587#3943587

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943587


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Sticky Sessions in Clustering

2006-05-11 Thread gerMonday
Thanks very much for that. The solution was that the sessionID is compared with 
a stored ID to see if you're logged in. The nodes were appending their name to 
the end of the id essentially creating a unique id for each node causing the 
login page to keep redirecting to itself. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942927#3942927

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942927


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Session Replication Problem

2006-05-11 Thread gerMonday
Hello,

I'm having trouble with Session Replication. I have a section on an application 
that has mutiple stages (filling out a form). At each stage the nodes may 
switch and the information should be replicated. The information typed by the 
user is replicated correctly but there are problems remembering the next and 
previous stages.

Has anyone encountered this kind of problem before?

Thanks in advance for your time,

Ger 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942930#3942930

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942930


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Sticky Sessions in Clustering

2006-05-04 Thread gerMonday
Hello,

Both nodes I'm using stay up. Could it be a case of:

Login on node1
Switch to node2
Logon needed for node2 (info not replicated)
and so on?

How would I check if I am using FORM authentication?

Thanks very much,

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3941206#3941206

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941206


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Sticky Sessions in Clustering

2006-05-04 Thread gerMonday
Hey,

I tried it out where it logs in using node1, returns to the login screen (still 
on node1) and just keeps returning to the login screen. If I press the login 
button loads of times in a row it will eventually log in and from there on out 
everything behaves as expected ie if the node fails it'll switch without having 
to login again.

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3941213#3941213

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941213


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Sticky Sessions in Clustering

2006-05-03 Thread gerMonday
Hello,

I've set up clustering in JBoss for my application. I want to set it up so that 
if a user logs in and the node being used goes down the session information is 
available in the other nodes, so that they do not have to sign in again. I have 
followed the documentation for session replication but all the login does is 
switch between nodes but remain on the login screen. The information for 
TomcatClusteringCache monitoring is not returning any details. 

Has anyone encountered a similar problem before or knows of any common areas 
problems can arise?

Thanks very much,

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3940982#3940982

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3940982


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Setting up Clustering

2006-04-26 Thread gerMonday
Hello,

I've followed the documentation on configuring JBoss and the different nodes to 
use clustering and the load balancer. I have the load balancer set up on one 
machine. I run JBoss on 2 different machines and they both recognise each 
other. These are node1 and node2. I then start my application and it runs fine. 
Note the appplication, load balancer and node1 are running on the same machine. 
When I stop node1 I expect node2 to take over but instead the application just 
fails.

Are there any common areas where I may be going wrong or has anyone come 
accross this before?

Thanks very much,

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3939528#3939528

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939528


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Setting up Clustering

2006-04-26 Thread gerMonday
I may not be. In mod-jk.conf I've set JkMount /* loadbalancer. Is there 
something else I need to do?

Thanks,

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3939547#3939547

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939547


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Failure getting messages from a remote queue

2006-04-07 Thread gerMonday
Hello,

I'm trying to get my application to read a message from a remote queue. I have 
provided the following information in setting this up:

Property---Value
java.naming.factory.initial---org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs---org.jnp.interfaces
queue.connectionfactory.name---ConnectionFactory
java.naming.provider.url---cslnt20:1099

To test this I put a message on the remote machine and another locally. The 
local message is read every time. If I put in an incorrect hostname eg instead 
of cslnt20 I put in x then it doesn't work at all. This indicates that the 
hostname is being used but not correctly.

Has anyone encountered this before?

I'm using JBoss 4.

Thanks very much,

Ger

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935745#3935745

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935745


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user