Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
Hi,
Context envCtx = (Context) initCtx.lookup("java:comp/env");
AS400 as400 = (AS400) envCtx.lookup("bean/as400connection");This could look like this:
<ResourceParams name="bean/as400connection">
<parameter>
<name>factory</name>
<value>com.logentis.jtopen.AS400ObjectFactory</value>
</parameter>
<parameter><name>maxActive</name><value>10</value></parameter>
<parameter><name>prestart</name><value>5</value></parameter>
<paramter><name>system</name><value>myiSeries</value></parameter>
[..]
</ResourceParams>--
regards Marc Logemann http://www.logemann.org
-- "Programming is like Sex, one mistake and you support it for a lifetime"
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.