如何获取 Web 服务器中 javaws 启动的状态

发布于 2024-12-06 00:45:56 字数 99 浏览 1 评论 0原文

我试图通过单击 JSP 上的链接从 struts 操作启动 JNLP 文件。如何知道客户端启动成功还是失败?如果不成功,那么我需要获取 JSP 或 struts 操作的指示。是否可以?

I'm trying to launch a JNLP file from my struts action, on clicking a link on a JSP. How can i get to know that the launch is successful on client side or is there any failure? If it is not successful then i need to get an indication to my JSP or struts action. Is it possible?

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

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

发布评论

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

评论(1

苏别ゝ 2024-12-13 00:45:56

我如何知道客户端启动是否成功..?

有 JWS 应用程序。在您的网站上打开一个类似于以下内容的页面:

http://our.com/ launchstatus.jsp?name=OurApp&code=xXn5Ha9f4

其中 code 特定于该请求 &作为动态生成的 JNLP 文件中的属性提供。任何应用程序。您没有收到报告,由于某种原因失败。

How can i get to know that the launch is successful on client side..?

Have the JWS app. open a page at your site that is something like:

http://our.com/launchstatus.jsp?name=OurApp&code=xXn5Ha9f4

Where the code is specific to that request & is provided as a property in a dynamically generated JNLP file. Any apps. for which you do not get a report back, failed for some reason.

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