RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
-Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 5:00 PM To: Surajit Bhattacharjee Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit, It looks to me as if the '.'s in your worker names are confusing

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
Kosulin Sent: Wednesday, August 13, 2003 6:56 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit Bhattacharjee wrote: 7. I am using mod_jk2-2.0.43.so downloaded from the Apache site. I have not built it locally. Should I ? If so

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
Hi Vlad! Thanks a lot! I did a httpd -l and found prefork.c in it. I will rebuild Apache as suggested and try - but before I do that, I just wanted to reiterate that this is mod_jk2 and NOT mod_jk. Would like to confirm with you that rebuilding Apache ALONE will do the trick. Do I need to build

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
:[EMAIL PROTECTED] Behalf Of Surajit Bhattacharjee Sent: Friday, August 08, 2003 12:57 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Hi Vlad! I tried to build Apache with 'MPM worker' on Solaris but got an error. I ran the following to build

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit Bhattacharjee wrote: 1. My web app is a simple servlet that creates a new HTTP session if the request is not already associated with one. Additionally, it prints out the cookies that accompany the HTTP request. I

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
now have a sticky session. Please walk through this and let me know where something goes wrong. I will drill down with you and sort it out. Jules do Surajit Bhattacharjee wrote: Hi Vlad! I apologise for bothering you like this! I have tried this with embedded Jetty on JBoss 3.2.0, Apache

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
will be deeply appreciated!!! Regards, Surajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Surajit Bhattacharjee Sent: Thursday, August 07, 2003 10:38 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Hi Vlad

[JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
Hi group! I am using mod_jk2 (mod_jk2-2.0.43.so) with Apache 2.0.43 and trying to load-balance HTTP traffic on to embedded Tomcat (4.1.x) in JBOSS 3.2.0. The load gets balaced round robin, but I am not able to get sticky sessions set up. I have put in the jvmRoute attribute in the service XML

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-08 Thread Surajit Bhattacharjee
/apache/apache/new-install/bin Appreciate your help! Best Regards, Surajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Surajit Bhattacharjee Sent: Friday, August 08, 2003 12:57 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP

[JBoss-user] JAR/WAR Farming Problems in 3.2.2 JBoss Cluster ??

2003-07-21 Thread Surajit Bhattacharjee
Hi! I was just told that using the JBoss farming service is NOT RELIABLE, and ClassCastExceptions are very common when working with 'farmed' beans. I am not sure whether this is true - so would like to hear from anyone using 3.2.2 if they have been able to use farming as a reliable deployment

RE: [JBoss-user] JAR/WAR Farming Problems in 3.2.2 JBoss Cluster ??

2003-07-21 Thread Surajit Bhattacharjee
maybe a client goes to the new node (or old), then vice versa and gets problems that way! That I guess could case classcastexception. --- Surajit Bhattacharjee [EMAIL PROTECTED] wrote: Hi! I was just told that using the JBoss farming service is NOT RELIABLE, and ClassCastExceptions are very

RE: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-17 Thread Surajit Bhattacharjee
, Surajit Bhattacharjee wrote: At the outset, it looks like the record is locked in DB. Did u try to do a direct update on the same row from any other interface/utility (like Sqlplus in Oracle) ?Surajit -Original Message- From: Surajit Bhattacharjee [mailto

RE: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-16 Thread Surajit Bhattacharjee
At the outset, it looks like the record is locked in DB. Did u try to doa direct update on the same row from any other interface/utility (like Sqlplus in Oracle) ? Surajit -Original Message-From: Surajit Bhattacharjee [mailto:[EMAIL PROTECTED]Sent: Thursday, July 17, 2003

RE: [JBoss-user] 2nd Try: ejbStore() in BMP Stuck

2003-07-16 Thread Surajit Bhattacharjee
Hi Muraly! Can u mail the code snippet from inside the ejbStore() ? Regards, Surajit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Muraly RSent: Wednesday, July 16, 2003 10:04 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] 2nd Try:

RE: [JBoss-user] EJB modeling

2003-07-16 Thread Surajit Bhattacharjee
Dunno if this will answer ur question to the desired extent, but how about distributing the common 'low-level' beans as part of jars/ears of different applications, and giving different JNDI names for these repeated beans in each of the jars/ears. That gives u code reuse for sure, and all that the

[JBoss-user] EXCEPTION: configuration 'IIOP Stateless SessionBean' not found in JBoss 3.0.7

2003-07-01 Thread Surajit Bhattacharjee
Hi! I have a requirement whereby an external CORBA client should be able to invoke methods on my Session Bean's remote interface. I have put the following in the jboss.xml: ... session ejb-nameClusteredSLSB/ejb-name

[JBoss-user] CORBA Client to Session Bean NOT POSSIBLE in 3.2.2 ??

2003-07-01 Thread Surajit Bhattacharjee
Hi all! I am looking for a way to have an external CORBA client invoke a method on a Session Bean's remote interface. I am not able to figure out a way of doing this in JBOSS !! Any help will be deeply appreciated!!! Thanks, Surajit ---

[JBoss-user] Clustered JBOSS Question on Server-Side InitialContext.lookup()

2003-06-26 Thread Surajit Bhattacharjee
Hi all! Will sincerely appreciate if anyone can help me with this: I have a clustered installation of JBoss instances. ALL JBOSS INSTANCES ARE EQUIVALENT in terms of deployed EJBs and their versions . The particular invocation flow is as follows: Remote Client | Stateful Session

RE: [JBoss-user] Clustered JBOSS Question on Server-Side InitialContext.lookup()

2003-06-26 Thread Surajit Bhattacharjee
] On Behalf Of Surajit Bhattacharjee Sent: 27 June 2003 00:32 To: [EMAIL PROTECTED] Subject: [JBoss-user] Clustered JBOSS Question on Server-Side InitialContext.lookup() Hi all! Will sincerely appreciate if anyone can help me with this: I have a clustered installation of JBoss instances

RE: [JBoss-user] [help please] specifing a role to a scheduled class

2003-06-12 Thread Surajit Bhattacharjee
That is what I had intended. Looks like the security context does not propagate to the EJB invocation layer. The JBoss doc mentions that one way to get this done is to use JAAS authentication with the ClientLoginModule which is provided by them, but I guess u want to avoid using JAAS. Will let u

RE: [JBoss-user] [help please] specifing a role to a scheduled class

2003-06-12 Thread Surajit Bhattacharjee
Hi Ionel! Please find my reply inline below. Regards, Surajit --- Hi Surajit, My security domain uses both the ClientLoginModule and the DatabaseServerLoginModule. From the client point-of-vue, the only method I knew was to

RE: [JBoss-user] [help please] specifing a role to a scheduled class

2003-06-11 Thread Surajit Bhattacharjee
Hi ionel! I am new to JBoss and don't know if this is supported, but u can try this: U can specify a security principal (user id) and security credential (passwd) when u create the JNDI InitialContext for looking up the session bean in ur scheduler. The same user can be mapped to the desired

RE: [JBoss-user] [help please] specifing a role to a scheduled class

2003-06-11 Thread Surajit Bhattacharjee
] specifing a role to a scheduled class Surajit Bhattacharjee wrote: Hi ionel! I am new to JBoss and don't know if this is supported, but u can try this: U can specify a security principal (user id) and security credential (passwd) when u create the JNDI InitialContext for looking up the session bean