× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Kristen,

If your java application is already running locally on your AS/400, then 
try connecting to the AS/400 with the DB2 drivers insrtead of JDBC 
drivers.. Then your connection does not need to state a user and password.

Class.forName("com.ibm.db2.jdbc.app.DB2Driver").newInstance();
 con = DriverManager.getConnection("jdbc:db2:" + systemName.trim());


Dermot O'Doherty





Kristen Henry <klhnry@xxxxxxxxxxxx>
Sent by: java400-l-bounces@xxxxxxxxxxxx
02/20/2003 10:18 AM
Please respond to Java Programming on and around the iSeries / AS400 

 
        To:     Java Programming on and around the iSeries / AS400 
<java400-l@xxxxxxxxxxxx>
        cc: 
        Subject:        Re: Toolbox for Java


That is, a java based application...

Kristen Henry wrote:

> With Toolbox for Java, when I want to access resources on the AS/400 I 
get an AS/400 and must
> at some point give a userid and password.
>
> If the job is running on the AS/400 with adequate security for the tasks 
needed how can I
> adopt the security of the job without having to store and use a 
password?
>
> V5R1...
>
> Kristen
>
> _______________________________________________
> This is the Java Programming on and around the iSeries / AS400 
(JAVA400-L) mailing list
> To post a message email: JAVA400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/java400-l
> or email: JAVA400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/java400-l.


_______________________________________________
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) 
mailing list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.