我在网络服务器http://localhost:8080/test/scripts文件夹上部署了abc.jar。
在那个abc.jar文件中我有Path.java类,我必须编写代码来获取存在abc.jar文件的服务器的URL。输出应为http://localhost:8080/test/。
如何获得路径?
答案 0 :(得分:0)
如果我正确理解你的问题,你想在servlet类Path.java中获取已部署的.war文件的contextPath [我假设你在这里使用servlet],
favorite_post_ids = [8,2,5]
@favorite_posts = Post.where(:id => favorite_post_ids)
new_post_ids = [1,2,5]
@new_posts = Post.where(:id => new_post_ids)
有关contextPath的更多详细信息,