Hi, I am trying to figure out how I can hook up Jespa into the client generated by wsimport, so that I can hook up to a .Net service that is using windows authentication (the java client is running on Linux, so the built in ntlm authentication doesn't work). I would be grateful for any working examples.
Also, I can't change any global s...
Hi everyone,
We are using IIS7 UrlRewrite and wish to proxy a URL to another URL, but also adding a header en-route, so that SSO will work properly in the target.
We want to add a header called Jespa-Connection-Id to a proxied request. The value for this would be:
{REMOTE_ADDR}e:{REMOTE_PORT}e
This value is not being passed through, ...
http://www.ioplex.com/jespa.html
I am following the example as described in Providing NTLM Services without Active Directory part of the documentation, and deploying the examples war into JBoss
I did:
Increase all JBoss port numbers by 1000 (so I am using port 9080 )
Rename example_ntsp_web.xml into web.xml
And then deploy.
I could n...