使用 services-config.xml 和未知的 context.root 编译 Flex 应用程序
我想使用 services-config.xml 文件编译我的 Flex 应用程序。 但是,我被迫提供 context.root。
在我的设置中,直到我的 .war 文件被命名并将其放入 webapps 目录中之后,上下文根(上下文路径)才会被知晓。
似乎必须有办法做到这一点,但我还没有想出任何办法。
有任何想法吗?
I would like to compile my flex application with a services-config.xml file. However, I am forced to supply a context.root.
In my setup, the context root (context path) isn't known until my .war file is named and dropped into the webapps directory.
It seems like there has to be a way to do this, but I haven't been able to come up with anything.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够在 services-config.xml 中定义动态 context.root
You should be able to define a dynamic context.root in the services-config.xml