Tomcat问题:503服务暂时不可用

发布于 2024-10-06 08:13:29 字数 709 浏览 2 评论 0原文

抱歉,如果重新发布,

我是 JSP 新手。我正在遵循一本书中的教程,但我在示例 Web 应用程序的第一步中遇到了问题。

我已经安装了 Tomcat 6.0,这是它的完整路径:
C:\Program Files\Apache Software Foundation\Tomcat 6.0

书上说要启动Tomcat,我必须cd到Tomcat主目录并运行bin/startup.sh,但是由于没有任何startup.sh文件进入bin 文件夹,我是 bin/tomcat6.exe。
我不知道这是否正确,但 Tomcat 似乎可以正确启动。

但问题是:我创建了一个文件夹(名为 Beer-v1),里面有一个 HTML 表单(form.html),并将所有内容放入已经存在的文件夹 webapps 中。
这是 html 文件的完整路径:
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\Beer-v1\form.html
所以我在浏览器中输入: http://localhost:8080/Beer-v1/form.html< /a> ,但显示的是“503服务暂时不可用”页面,而不是form.html。
我做错了什么?
请帮忙。
提前致谢。

Sorry if repost

I’m new to JSP. I’m following a tutorial from a book, but I’m facing a problem in one of the first steps of the example web app.

I’ve installed the Tomcat 6.0, and this is it’s full path:
C:\Program Files\Apache Software Foundation\Tomcat 6.0

The book says that to start Tomcat, I must cd into the Tomcat home directory and run bin/startup.sh, but since there is not any startup.sh file into bin folder, I do bin/tomcat6.exe.
I don’t know If that is right, but Tomcat seems to start correctly that way.

But here is the problem : I created a folder (named Beer-v1) with an HTML form inside (form.html), and I placed everything into the already existing folder webapps.
This is the full path of the html file:
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\Beer-v1\form.html
So I type in my browser: http://localhost:8080/Beer-v1/form.html , but the page “503 Service Temporarily Unavailable” is displayed, and not the form.html.
What am I doing wrong?.
Please help.
Thanks in advance.

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

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

发布评论

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

评论(1

零度℉ 2024-10-13 08:13:29

书上说要启动Tomcat,我
必须 cd 进入 Tomcat 主目录
并运行 bin/startup.sh,但是自从
没有任何startup.sh文件进入
bin 文件夹,我是 bin/tomcat6.exe。

如果您没有用于 Windows 的 TOMCAT_HOME/bin/startup.bat,而不是用于 Unix/Linux 的 startup.sh,但有 tomcat6。 exetomcat6w.exe,那么您可能已经通过安装程序安装了 Tomcat。

您需要做的是在系统托盘上找到tomcat徽标,右键单击它并启动它。
或者,运行 Services.msc(从 Windows Run)并启动 Apache Tomcat 6 服务。

The book says that to start Tomcat, I
must cd into the Tomcat home directory
and run bin/startup.sh, but since
there is not any startup.sh file into
bin folder, I do bin/tomcat6.exe.

If you don't have TOMCAT_HOME/bin/startup.bat which should be used for Windows instead of startup.sh for Unix/Linux, but have tomcat6.exe and tomcat6w.exe, then you've probably installed Tomcat through an installer.

What you need to do, is on the system tray, find the tomcat logo, right-click on it and start it.
Alternatively, run Services.msc (from windows Run) and start Apache Tomcat 6 service.

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