On 2 Nov 00, at 12:41, Rickard �berg wrote:

> >         Uh, out of shared security, shared JNDI, and shared logging, which
> > does it do (I see none)?
>
> Sorry, my mistake. It takes care of EAR,JAR, and WAR deployment,
> including shared classloading. Shared JNDI (i.e. servlets using the
> "java:comp/env") should be done soon. Shared logging would be
> interesting. The new JDK logging API spec is out, and we should probably
> take a look at it. Shared security is done if I read Olegs and Dans
> emails correctly.
>

Almost. Security information (principal and credential) is
propagated from Tomcat. The authentication mechanism is not yet
shared. In other words, Tomcat doesn't yet use the jBoss security
MBean for authentication. I'm thinking this should be trivial, if the
MBean is accessible from the J2EE interceptor.

-Dan

Reply via email to