[JBoss-user] [Clustering/JBoss] - Catalina SessionFacade throwing notSerializableException

2005-07-12 Thread jwisetech
I'm getting a bunch of java.io.notSerializableException messages from org.apache.catalina.connector.SessionFacade (...in a non-clustered config the exception is not thrown...) Could this be due to something being stuffed into an HttpSession object that is not serializable??? Anyone else seen

[JBoss-user] [Installation & Configuration] - Re: Adding Valve entry in Tomcat.sar conf/server.xml throws

2005-06-09 Thread jwisetech
Thanks Scott...I've been searching the javadocs and others for a deprecated list between tc5.0 and tc5.5... Example is org.apache.catalina.HttpRequest was in 5.0 but is no longer in 5.5 (at least not in catalina.jar)...I would think release notes, etc. would mention these changes...any clues...

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-06-09 Thread jwisetech
I'm recompiling MM's Tomcat Valve against the new catalina libraries...apparently the valve contract has changed with TC55...will advise on results. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880910#3880910 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - Adding Valve entry in Tomcat.sar conf/server.xml throws exce

2005-06-08 Thread jwisetech
The following entry was working fine with 4.0.1sp1, but with 4.0.2 I am getting the following exception. Valve addition to server.xml: Exception thrown with 4.0.2 (partial) 2005-06-08 14:56:33,522 ERROR [org.apache.commons.digester.Digester] Begin event threw error java.lang.NoClassDefFound

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-06-08 Thread jwisetech
I'm curious if anyone has tried flex+JBoss (w/ tomcat login classes, valve, etc.) with the latest release 4.0.2. Same configuration from 4.0.1sp1 works, but I am now getting the following exceptions during startup of my 4.0.2 instance... 2005-06-08 14:56:32,991 DEBUG [org.jboss.web.tomcat.tc5.

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-09 Thread jwisetech
I wonder if I missed something re: JBoss setup in general with regards to Flex. In my war, I have all of the flex supporting jars. Regarding JBoss, the only flex jars I copied to the installation were the 2 tomcat specific jars, along with the tomcat Valve entry...is this inline with your setup

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-09 Thread jwisetech
ok, thanks. Yeah, I checked the whitelist location...I'm reviewing my other descriptors (login-config, jboss-web, etc.) to see if I did something stupid in there too... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873326#3873326 Reply to the post : http:

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-09 Thread jwisetech
Well, I went back to square one because I ran into some interesting behavior, so, I re-installed Brian's sample app and am now in a state whereby I am either: 1) when using a "named" RO (per original code), I get a compile error stating "Invalid value for 'named' - does not match any object name

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
Yes, what I was missing, until you provided me some clues, was the exchange between the client and the container. I got all hung up with the LoginModule instead of just letting the container handle how that was defined within the login-config.xml for JBoss. Thanks for your pointers and patience

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
Something else...I have reviewed Brian's tutorial but I am missing something in the translation ( at this point, I feel like I am issing more than just that too...like a frontal lobe :))..anyway, what I see is that he sets the dataService.setUsernamePassword()...after that, regardless of the Log

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
Thanks on the doc links...I've read those many, many times...what I am not getting where do i pass the username/password to the Login Modules...or is it as simple as using flex's setUsernamePassword() method...and let the container handle it? Thanks for the blog url too. View the original post

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
I'm attempting to do this exact same thing, but am new to JBoss. I'm attempting to use the LdapLoginModule via a custom login form but am really struggling with how to interact with the LdapLoginModule...I have all the descriptor entries that you have above, but again am struggling with the cod

[JBoss-user] [Security & JAAS/JBoss] - LDAP Newbie - LdapLoginModule

2005-04-08 Thread jwisetech
I know, I know...I should just be able to read the docs to find this out...but...can someone explain to me how this all works? My login-config.xml is setup as follows: com.sun.jndi.ldap.LdapCtxFactory ldap://localhost:3

[JBoss-user] [Installation & Configuration] - Re: Change localhost name

2005-03-08 Thread jwisetech
Thanks...I read through the guide and found what I was looking for...but don't you think it would've been a lot easier to just type back: use run --host ...read admin guide for more info. A search of the forums did not reveal any past posts otherwise I would've used that info. Excuse me for at

[JBoss-user] [Installation & Configuration] - Re: Change localhost name

2005-03-08 Thread jwisetech
To add...which configuration file do you change to do this (is it the all, default, or minimal directory???), changing one changes the others?...also, I have a case where my server is multi-homed...which file do I change? I feel nuts asking such a basic question after working for years with the