[jboss-user] [Security & JAAS/JBoss] - Re: Users bookmarking login.jsp causes problems

2008-08-08 Thread kathy90031
Yes, our URL pattern is the same, but I'm not sure you were understanding me correctly. Our pages ARE secure. If someone bookmarks http://localhost/WebApp/index.jsp then they are directed to the login page, after they login in (and are authenticated, they are directed to the home page. If som

[jboss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule with Cipher and PBEWithMD5AndD

2008-08-08 Thread kathy90031
Yes, I saw that, but I didn't see where the Database fit in with all this. There are no examples on where to put my Users query or Roles query, etc. The documentation does not go into this detail and based on what I see in the source, this does not look up any tables in the database. Is ther

[jboss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule with Cipher and PBEWithMD5AndDES

2008-08-07 Thread kathy90031
All of our passwords in our database are encrpyted until the javax.crypto API (Cipher Classes) and PBEWithMD5AndDES hash Algorithm. I noticed that jboss 4.2.2 is using the java.security classes for decrypting the database passwords in the DatabaseServerLoginModule class. Is there anyway we can

[jboss-user] [Security & JAAS/JBoss] - Users bookmarking login.jsp causes problems

2008-08-07 Thread kathy90031
We're running Jboss 4.2.2/JRE 1.6_7 We've deployed our application with a jaas realm and everything works fine with logging in when the users bookmark the home page. However, there are alot of users that have bookmarked the login.jsp and when this happens JBOSS throws the BAD_REQUEST error. I

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException with iiop

2007-07-08 Thread kathy90031
I have fixed my problem, here's the solution in case others are having problems. I had to use rmic.exe in the java runtime to generate the stub classes. I did this in eclipse by selecting Run > External Tools > External Tools from the File Menu I right clicked Program in the external tools dial

[jboss-user] [JNDI/Naming/Network] - ClassCastException with iiop

2007-07-06 Thread kathy90031
When I use jnp - everything is fine, no ClassCastException when accessing the eJB I deployed on Jboss 4.01. However, when I set up the bean to use iiop (updating the jboss.xml and deploying on the server config all), I get a ClassCastException on the PortableRemoteObject.narrow method. I have

[jboss-user] [JNDI/Naming/Network] - Jboss iiop problem

2007-07-06 Thread kathy90031
I have a jboss server wih an EJB deployed (the jboss.xml is configured for iiop and the server configuration I am using is all). When I try (through JDeveloper using OC4J application server) to lookup the bean through JNDI I get a NamingNotFoundException Here's the strange thing. When I remove