Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Network file share across domain with different login and password

807607Jan 17 2007 — edited Jan 18 2007
Hi,
I am stuck on a problem for last two days . I have my application running in domain: domain_A and there are some other files in domain_B, which I need to access from my application (in domain_A).

The application is running under the user: user_1, who is a member of a group in domain_A but not domain_B. How can I access these files from my application in java code ? When I share these files and try to access these files I get logon failure . Looks like it tries to access the share in domain_B with user_1 login, which does not exist for domain_B.

Is there any way to specify login, password, domain etc etc ??

Thanks,
Prashant
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2007
Added on Jan 17 2007
4 comments
182 views