We have a custom JNDI factory that creates our custom class when
Tomcat starts up. It is pretty easy to configure in Tomcat, just requires some content within the server.xml, under the Global Naming Resources section. Then our
servlets can do a lookup for the factory and get our custom class.
We want to port this to Websphere 5. I've been looking for documentation about how this is done in WS, but haven't found anything similar. Does anyone have a good reference for doing this? Any tips/hints/code/etc?
thanks