MyEclipse Spring Tomcat 不同的开发上下文,使用 html 绝对 URLS
我的本地上下文是 /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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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