You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Ersvaer, Trudi" <Tr...@ca.com> on 2003/05/12 09:52:22 UTC

Using JNI & AJP13 with Tomcat

Hi Folks,

    we're trying to run tomcat as a servlet container from within a C app (a lightweight web server).  We've been looking at the ajp13 and jk code, trying to figure out how it works and where we should plug out stuff in.

    As far as we can figure out, the native2 jk code calls the org.apache.jk.apr to set up a message context, containing a MsgAjp object.  We think the jk_worker_ajp13.c code then calls tomcat, passing this message along somehow, but we can't quite follow the code.

    Is this in any way correct?  Does anyone have any advice on how we should structure our C code to call this stuff in the simplest possible way?  We're trying to run it without using TCP/IP, as our lightweight web server handles that side of things.

   Is there any documentation as to the architecture of this stuff, or any guides as to how we should integrate with it?  

   Thanks a lot in advance,

       - Chris + Trudi 

Single Sign On & Session "Sharing"

Posted by Renato Romano <r....@set-network.com>.
I use SingleSignOn on two web-apps on my tomcat container; this works
fine, but of course, Tomcat creates two distinct session objects for the
two applications, so objects stored in one sessions are not visible in
the other... Is there a way to share those objects between the two
sessions? There should be a way to access other application's sessions
.. Thanks 

Renato

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: r.romano@set-network.com
Tel.:   010 2712603
_____________________________________






---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Single Sign On & Session Info

Posted by Renato Romano <r....@set-network.com>.
I use SingleSignOn on two web-apps on my tomcat container; this works
fine, but of course, Tomcat creates two distinct session objects for the
two applications, so objects stored in one sessions are not visible in
the other... Is there a way to share those objects between the two
sessions? There should be a way to access other application's sessions
..
Thanks 

Renato

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: r.romano@set-network.com
Tel.:   010 2712603
_____________________________________



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org