You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Mark Hortman <ma...@jcafeinc.com> on 2002/04/25 18:55:17 UTC

JBoss, TC, Slide

I am trying to integrate my existing web-app (Slide, TC) into JBoss.

I am using Slide 1.0.16, and using the org.apache.catalina.realm.JDBCRealm  

For my security. I am trying to switch to the JBoss
DatabaseServerLoginModule.

 

After creating a jar, war and ear of my web-app, I put it in the deploy
area, and try to access

My starting jsp.  BASIC Authentication pops up, and then I get a 403 error.
In the jboss log file 

I can see that I was authenticated by jboss, good..... but then I get a
Tomcat 403 error.

 

What am I missing?  

Where do I start?

 

Thanks.