让 Flex Builder 在 Eclipse 上使用 Tomcat 服务器
我目前正在尝试通过 Flex Builder 4 获取在 Eclipse 中运行的 Tomcat 服务器(http://localhost:8080/)。我认为这可能与我的 Flex Builder 项目中的 config.xml 文件有关。 目前设置如下(以及其他一些东西)
<config>
<server>
http://localhost:8080/myty/myy?p1=a1
</server>
<iroot>
c:</iroot>
<oroot>
c:</oroot>
我想可能是我使用的是Mac,而Mac上没有C盘。 不过,我认为这也可能是服务器位置的问题。 我尝试在 8080 之后取出该部分,但随后我只是收到错误,并且没有任何反应,而不是显示实际的服务器页面。
I'm currently trying to get a Tomcat server I have running in Eclipse on http ://localhost:8080/ to be noticed through Flex Builder 4. I think it may have to do with the config.xml file in my Flex Builder project. It is currently set as the following (as well as some other stuff)
<config>
<server>
http://localhost:8080/myty/myy?p1=a1
</server>
<iroot>
c:</iroot>
<oroot>
c:</oroot>
I think it may be that I am using a Mac and there is no C drive on a Mac. However, I think it may also be the server location. I tried taking the part after 8080 out, but then I just get errors and nothing happens as opposed to the actual server page showing up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 LCD 或 blazeds 将应用程序推送到 Tomcat 等应用程序服务器。 我还没有尝试配置我的 tomcat 安装。 但我已经使用了lcds提供的tomcat安装。 工作正常。
您可以在此处阅读有关将 tomcat 配置为 LCD 的信息 http://help。 adobe.com/en_US/livecycle/es/lcds_installation.html#tomcat
让我知道进展如何
You can use lcds or blazeds to push your application to an app server like tomcat. I haven't tried configuring my installation of tomcat to it. But I have worked with the tomcat installation that lcds provides. Works fine.
You can read up on configuring tomcat to lcds here http://help.adobe.com/en_US/livecycle/es/lcds_installation.html#tomcat
Let me know how it goes