我如何/可以将 Java Web 项目从 Netbeans 发布到 Sharepoint?

发布于 2024-12-08 10:26:25 字数 176 浏览 1 评论 0原文

我有一个正在 Netbeans 中开发的 java Web 应用程序(并通过 Tomcat 运行)。有什么办法可以把这个应用程序放在Sharepoint上吗?

这是我第一次这样做。我读过,要将应用程序发布到 tomcat 服务器,您只需复制 .war 文件即可,但我一直无法找到针对 Sharepoint 的简单解决方案。

I have a java web application that I am developing in Netbeans (and running through Tomcat). Is there any way to put this application on Sharepoint?

This is my first time doing this. I've read that to post the application to a tomcat server you just have to copy the .war file over, but I haven't been able to find an easy solution for Sharepoint.

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

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

发布评论

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

评论(2

迟到的我 2024-12-15 10:26:25

Sharepoint 不是 Java 应用程序服务器。您必须使用 Tomcat(或其他 Java 应用程序服务器)来托管您的应用程序。如果您需要从应用程序与 Sharepoint 交互,则必须使用 Web 服务、共享数据库或其他方式进行通信。

Sharepoint isn't a Java Application Server. You'll have to use Tomcat (or another Java Application Server) to host your application. If you need to interact with Sharepoint from your application, you'll have to use web services, a shared database or something else to communicate.

满身野味 2024-12-15 10:26:25

这是不可能的。 SharePoint 仅运行 ASP.NET 应用程序,而不运行 Java 项目。

您可以将解决方案部署到 Tomcat 服务器,然后使用页面查看器 Web 部件显示外部内容。

That's not possible out of the box. SharePoint only runs ASP.NET applications, not java projects.

You can deploy the solution to a Tomcat server and then use the Page Viewer Web Part to show external content.

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