MyEclipse Spring Tomcat 不同的开发上下文,使用 html 绝对 URLS

发布于 2024-12-17 16:38:31 字数 233 浏览 0 评论 0原文

我的本地上下文是 /123,我的工作伙伴上下文是 /456,当运行简单的 HTML 请求(例如 img src=/images)时,我们希望它能够在我们的共享项目中工作。目前,该 img 标签将请求 localhost:8080/images 而不是 localhost:8080/[our-context]/images

我们还需要它与 Javascript 等一起工作,有没有一种简单的方法可以解决这个问题?

干杯!

My local context is /123 and my work partners context is /456, when running simple HTML requests, like img src=/images, we want this to work across our shared projects. At the moment, that img tag would request localhost:8080/images rather than localhost:8080/[our-context]/images

We also need it to work with Javascript e.t.c, is there an easy way around this?

Cheers!

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

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

发布评论

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

评论(1

黑凤梨 2024-12-24 16:38:31

在 Tomcat 6 和 Tomcat 中更高的全局库位于 TOMCAT_HOME/lib 文件夹内。 参考这个问题
尝试这样。我不确定结果。

你能解释一下你的问题吗?如果你让它更具描述性,你会得到更多答案。

查看此链接

In Tomcat 6 & higher, global libraries are place inside TOMCAT_HOME/lib folder. refer this question
Try like this. I am not sure about the result.

Can you explain your question.. If you are making it more descriptive, you will get more answers.

See this link

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