让 Flex Builder 在 Eclipse 上使用 Tomcat 服务器

发布于 2024-07-26 04:51:41 字数 436 浏览 1 评论 0原文

我目前正在尝试通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

合约呢 2024-08-02 04:51:41

您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文