Hi All,
I'm attempting to understand how hte J2EEAdapter and J2EEinterceptor
codeline works. More specifically I'm trying to understand how
the J2EE stuff plugs in to a vanilla Tomcat 3.2 instance. My end goal
is to plug the standalone Tomcat into a J2EE environment and I'm not
sure where to begin as the code is pretty devoid of comments on how it's
put together.
I understand that the failing is mine (being unable to piece together
this from the source code) however can anyone point me in the correct
direction such that I can understand what role the J2EEAdapter &
J2EEInterceptor perform in the running tomcat environment.
I can't seem to find any references in the web.xml loading code other
than env-entry - does this mean that the defaul tomcat has no support
ofr ejb-ref and resource-ref?
As far as I can tell the code that does support these seems to be
custom-coded for the webservice bundled with the J2EE SDK so I can't
honestly tell what works with the standalone tomcat and what doesn't.
Sorry if I'm not being clear - any help & guidance would be gratefully
appreciated. I expect I'll have a better understanding of this tomorrow
after I've trawled through the code some more.
-Thom
p.s. If this is the wrong email list to mail to please accept my
apologies and perhaps some kind soul can point me at the correct one!