Tom Innes wrote:
> 
> We are having similar difficulties.
> 
> We are using
>         Tomcat V 3.2.2
>         Jonas V2.3
>         JDK V 1.3.1-b-24
>         Redhat Linux 7.0
> 
> When we make the suggested change to $TOMCAT_HOME/conf/server.xml file we
> get a class not found error trying to start Tomcat.
> 
> We subsequently added a CLASSPATH entry to point at the RMI_jonas.jar file
> with the same result.  Performing a jar tf command on this file yielded a
> CRC error.  We then proceeded to perform this on windows using JDK 1.2.  No
> CRC error - but the class
> "org.objectweb.security.tomcat.interceptor.SecurityCtxInterceptor32" is no
> where to be found.
> 
> FYI subsequent downloads of Jonas V2.3 yield the same CRC error on Linux
> with JDK V1.3.1-b-24.
> 
> Where can we get a jar file with this class in it????
> 
> Tom
> 
HI,
it seems that may reply to Mark wasn't clear enough.
In the previous versions of JOnAS (i.e JonAS2.2.x... JOnAS2.3)
the security interceptor (SecurityCtxInterceptor31) for Tomcat 3.1
was included in the RMI(JEREMIE)_jonas.jar and the webserver.jar for
TOMCAT3.1 also.
In the current version under development and available only via CVS
we have integrated a new interceptor for TOMCAT 3.2 (and there will be
no tomcat jar file anymore in RMI(JEREMIE)_jjonas.jar) and if you
build this JONAS version the corresponding class will be included in the
RMI(JEREMIE)_jonas.jar.

If you don't want to check out the current version and prefer continue
to work with JOnAS 2.3, you can find the source code
of the interceptor for TOMCAT 3.2 in my last mail to Mark,
you have to  compile it and make a jar file with the corresponding class
Dont forget to give this .jar when you will launch TOMCAT, and give the
webserver.jar of TOMCAT3.2 in the CLASSPATH for EJBServer before
RMI(JEREMIE)_jonas.jar.

I think it does work.
Regards,
-- 
        Philippe

Philippe Coq  Evidian   Phone: (33) 04 76 29 78 49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
Download our EJBServer at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to