在Windows服务器上托管Jetty并连接到域名

发布于 2024-12-12 10:50:45 字数 600 浏览 0 评论 0原文

我是一名.Net程序员,最近使用Jetty在Jsp中开发了一个网站。 我使用 Eclipse 和 Maven-Jetty 插件

我有一个虚拟专用服务器,其中安装了 IIS 并为其他 (.Net) 网站提供服务。 我的域名(用于 Jsp 网站)重定向到该服务器。

我的问题是: 如何将域名连接到 Jetty 中的网站? Jetty 监听端口 8080,IIS 监听端口 80。

我尝试在 Jetty 配置文件 (jetty-web.xml) 中配置虚拟主机 (遵循本手册),结果是: 当我在服务器内打开浏览器并导航到 mydomainname.com:8080 时,我会看到 网站。但如果我从外部做,我什么也得不到。

  1. 我需要配置什么才能访问我的网站?
  2. 如何克服8080端口号?或者我需要重定向我的域名 到这个港口?

谢谢

I am a .Net programmer, lately developing a website in Jsp, using Jetty.
I use Eclipse and the Maven-Jetty plugin .

I have a virtual private server, which has IIS installed and serving other (.Net) websites.
My domain name (for the Jsp website) redirects to this server.

My question is:
How do I connect the domain name to the website in Jetty?
Jetty listens to port 8080, and IIS to port 80.

I tried configuring a virtual host in a Jetty configuration file (jetty-web.xml)
(followed this manual), the result is:
when I open a browser inside my server and navigate to mydomainname.com:8080 I get to
the website. But if I do it externally, I get nothing.

  1. What do I need to configure in order to get to my website?
  2. How do I overcome the 8080 port number? or do I need to redirect my domain name
    to this port?

Thank You

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

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

发布评论

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

评论(1

雪化雨蝶 2024-12-19 10:50:45

我不确定这是否是您正在寻找的内容,但您可以进入 Jetty etc 文件夹并编辑 jetty.xml。查找 jetty.port 并将值更改为 80。这假设您没有其他服务器在虚拟专用服务器上使用端口 80。

顺便说一句,有一个名为 serverfault.com 的网站可能更适合解决此类问题。

I'm not sure if this is what you're looking for, but you can go into the Jetty etc folder and edit jetty.xml. Look for jetty.port and change the value to 80. This assumes you don't have another server using port 80 on the virtual private server.

BTW there's a site called serverfault.com that might be better for this kind of question.

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