gpt4 book ai didi

tomcat - 在tomcat7中带参数重定向

转载 作者:行者123 更新时间:2023-11-28 23:28:07 25 4
gpt4 key购买 nike

我正在尝试重定向到我在 tomcat7 中的应用程序,我想要一个指向我的应用程序的链接:http://my_IP/newpath/

我在 /conf/Catalina/localhost 中创建了 ROOT.xml :

<Context
deployOnStartup="true"
docBase="/path/in/linux/tomcat7/webapps/MyAppName/"
path="/newpath"
debug="0"
reloadable="true"
/>

(在 MyAppName 文件夹中有 index.html 文件。)

问题:需要调用我的应用才能正确使用:

../MyAppName/index.html#/main/../MyAppName/#/main/

我试过了,没有成功:

  • 调用webapps/MyAppName.war
  • ROOT.xml 中添加如下内容:.../MyAppName/index.html#/main/.../MyAppName/index.html%23/main/

我想知道这个“#”符号有问题,我也读到我应该重定向到子文件夹(?)有什么建议么?提前谢谢你:)

最佳答案

我找到了一个解决方案,虽然不是很优雅,但是很有效:

在/path/in/linux/tomcat/conf/server.xml中我添加了上面的内容

在/MyAppName/我添加了新文件:go.html 包含索引 html 的内容在我添加的原始 index.html 中,在 head 部分:

<meta http-equiv="refresh" content="0; url=http://my_IP/newpath/go.html#/main/" />

我知道重定向在 <meta>不建议放在头上。

所有功能和链接都在我的应用程序中运行。

关于tomcat - 在tomcat7中带参数重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34354939/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com