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
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
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
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
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
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
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