与 jdk 1.4 兼容的 jcifs 的替代品

发布于 2024-10-07 17:31:03 字数 288 浏览 3 评论 0原文

jcifs 是否有与 jdk 1.4 兼容的替代方案? jcif 的替代方案(如 waffle、jespa)需要 jdk 1.5

我们的要求是使用 Windows 2008 R2 域控制器从 Windows 7(仅发送 ntlm v2 响应).net 客户端进行身份验证。

请不要建议升级到 jdk 1.6,因为我们使用的是 Jboss 3.2.0 和 EJB 2.0。 升级 Jboss、EJB 以及对 .net 客户端 - java 服务器交互进行必要的更改需要时间。

谢谢

Sajo C 马修

Are there any alternatives for jcifs which is compatible with jdk 1.4.
Alternatives for jcifs like waffle, jespa requires jdk 1.5

Our requirement is to authenticate from a Windows 7 (which sends only ntlm v2 responses) .net client using Windows 2008 R2 domain controllers.

Please don't suggest to upgrade to jdk 1.6 since we are using Jboss 3.2.0 and EJB 2.0.
Upgrading Jboss, EJB and making necessary changes in .net client - java server interaction takes time.

Thanks

Sajo C Mathew

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小姐丶请自重 2024-10-14 17:31:03

您不必升级 JBoss。在 Java 6 中创建一个简单的服务,它可以执行您想要的操作,并且可以从 JBoss 服务器访问该服务。您不能指望有一个简单的解决方案来连接在 Windows 7 发布之前就已停产的 Java 版本。

顺便说一句:Java 1.4 已于两年前停产,假设 Java 8 于 2012 年发布,Java 6 将在那时开始其 EOL 期。别等太久。 ;)

You don't have to upgrade JBoss. Create a simple service in Java 6 which does what you want which can be accessed from your JBoss server. You can't expect a simple solution to connecting a version of Java which EOLed before Windows 7 was even released.

BTW: Java 1.4 was EOLed two years ago, and asssuming Java 8 is released in 2012, Java 6 will start its EOL period then. Don't wait too long. ;)

能怎样 2024-10-14 17:31:03

如果你升级到jdk6,你仍然可以使用jdk6上运行的jboss 3.2和ejb 2,不是吗?我不知道任何(可能?)兼容性问题。如果我遗漏了什么,请指教。

另一个想法:在jboss前面设置一个iis并让它处理身份验证。

顺便说一句:甚至 Java 5 也在 2009 年停产: http://java.sun.com/j2se/1.5/

If you upgrade to jdk6, you could still use jboss 3.2 and ejb 2 running on jdk6, don't you. I'm not aware of any (likely?) compability problems. Please advise, if I'm missing anything.

Another idea: Setup an iis in front of the jboss and let it handle the authentication.

btw: Even Java 5 was EOLed in 2009: http://java.sun.com/j2se/1.5/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文