should I use the tomcat-service.jar from the jboss snapshot, or the one that
gets build from the contrib snapshot?  they seem to be different.

BTW in the contrib snapshot,
contrib/tomcat/src/main/org/jboss/tomcat/security/JbossRealm.java, there are
2 bad import statements:

import org.jboss.system.SecurityAssociation;
import org.jboss.system.SimplePrincipal;

should be

import org.jboss.security.SecurityAssociation;
import org.jboss.security.SimplePrincipal;

the package names are right for 2.0 final.  Is the contrib snapshot supposed
to run against 2.0 final, rather than against the jboss snapshot?
...end of message...


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to