Hi,

Steve Slatcher wrote:
> The problem I had was finding out where to put the client jar files.  Found
> that the only place that worked for me was the tomcat/lib directory (NOT
> the WEB-INF/lib).  I do not seem to be alone:
> http://w6.metronet.com/~wjm/tomcat/2000/Sep/msg00028.html
> Has anyone yet managed to use jnp-client.jar and others from WEB-INF/lib?
> 

I don't use any jboss-client jars outside of Web application.
All libraries are in WEB-INF/lib.

I guess the only one thing has been changed in tomcat/server.xml.
The following was added into the list of interceptors:

        <!-- Jdk12Interceptor for JBoss communication -->
        <RequestInterceptor
             className="org.apache.tomcat.request.Jdk12Interceptor"
             debug="99" />

This issue was discussed many time in this list.

best,

-- 
__________________________________________________
Alexander Kogan  PTC   www.ptc.com
[EMAIL PROTECTED]    140 Kendrick St. Needham MA 02494

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to