【发布时间】:2011-08-16 22:53:17
【问题描述】:
我似乎无法让外部服务器在 Windows 上使用 Aptana Studio 3。我正在使用 XAMPP,我将 Base URL 设置为 http://localhost,并将 Document Root 设置为我在 XAMPP 中的 htdocs 文件夹,但它一直说 Launch URL is not defined。
【问题讨论】:
我似乎无法让外部服务器在 Windows 上使用 Aptana Studio 3。我正在使用 XAMPP,我将 Base URL 设置为 http://localhost,并将 Document Root 设置为我在 XAMPP 中的 htdocs 文件夹,但它一直说 Launch URL is not defined。
【问题讨论】:
我猜你已经在“运行配置”中使用“使用选定的服务器”选项配置了外部服务器。显然没有办法让外部服务器以这种方式在 Aptana Studio 3 中运行(我在 Ubuntu 11.04 上使用 Apache 并且遇到了同样的问题)。
改为在“使用基本 URL”中定义您的外部服务器,不要忘记选中“附加项目名称”。
【讨论】:
当我的路径不正确时,我收到了这个错误。此外,我没有指定服务器,而是将开始 URL 设置为我要调试的页面。就我而言,Web 服务器是 Windows 7(64 位)上的 IIS。
【讨论】: