Re: NT Authentication
Rick Stoyle <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
After some troubleshooting of this matter, I think I phrased some of the question incorrectly. A more accurate description: The COM object I am instantiating is taking on the identity of the application that launched it, in this case it is my servlet engine, tomcat.exe. That particular identity does not have adequate permissions on the remote server. I was wondering if it is possible to launch a COM object using jawin and specify the identity (username/password). That way, the COM object would pass the specified credentials to the remote server and would be granted access to the resources in question. The stuff I said about "net use" does not work, so please ignore. Rick