As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center作为指导。
                            
                        
                    
                
                                7年前关闭。
            
                    
我有一个带有两个war文件的ear应用程序。

在单击超级链接的应用程序中,流程从一个war文件转到另一个war文件。在这种情况下,我正在对春季战争的URL进行硬编码。有什么办法可以将其定义为变量。

最佳答案

您可以使用HttpClient或AsyncHttpCLient库将请求从一个Web应用程序发送到另一个Web应用程序。关于AsyncHttpClient的参考给出了http://www.ning.com/code/2010/03/introducing-nings-asynchronous-http-client-library/。它将使用给定的URL参数将请求从一个WAR文件发送到另一个。

09-30 12:35