部署到 Tomcat 后填充下拉列表不起作用

发布于 2024-10-17 12:22:14 字数 144 浏览 3 评论 0原文

我正在尝试使用 Struts 框架和 MySQL 数据库在 JSP 中填充下拉列表。

从 Eclipse 运行时,下拉列表工作正常,但在创建 WAR 文件并将其部署到另一个 Tomcat 服务器后,我没有收到下拉列表。

问题的原因可能是什么?

I am trying to populate a dropdown list in JSP using the Struts framework and MySQL database.

The dropdown list is working fine when running it from Eclipse, but after creating WAR file and deploying it into another Tomcat server, I am not getting the dropdown list.

What could be the cause of the problem?

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

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

发布评论

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

评论(2

小瓶盖 2024-10-24 12:22:14

您的 jar 可能未正确部署。

检查 lib 目录(tomcat 中 jar 的位置)或计划部署 jar 的库。

如果您发布收到的错误,这将会有所帮助。

Your jars were probably not deployed correctly.

check the lib directory (the location of your jars at tomcat) or the library you planned to deploy the jars.

it would help if you post the error you get.

白馒头 2024-10-24 12:22:14

下拉值是否来自数据库?请检查 Tomcat 日志以查看是否收到任何错误消息。检查是否在 war 文件中生成了所有内容。另外,请在此处发布您的代码,以便我们更好地为您提供帮助。

Are the dropdown values coming off the database? Please check the Tomcat logs to see if you got any error messages. Check whether you have everything getting generated in the war file. Also, please post you code here so that we can assist you in a better manner.

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