并行运行 Tomcat 和 IIS 服务器
我的应用程序在 Tomcat 服务器上成功运行。我想运行一些 aspx 文件,我需要将这些文件与其他服务器(如 IIS)链接。如何将查询字符串发送到 IIS 服务器并以 HTML 文件形式返回结果。这可能吗?
I have my application running on Tomcat server successfully. I want to run some aspx files for which i need to link up with other server like IIS. How to send a query string to the IIS server and get back the result say in an HTML file. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了解决方案,而且非常简单。我创建了一个 Iframe 并通过 tomcat 传递了其他服务器 url,它起作用了。
I got the solution and its quite simple. I created a Iframe and passed the other server url through the tomcat and it worked.