全新的 WAS-CE 安装除了“HTTP 400“错误请求”之外什么都没有给出?

发布于 2024-07-12 22:24:30 字数 609 浏览 12 评论 0原文

我提前为我认为是一个可怕的菜鸟问题而道歉。

我决定尝试使用 IBM 的 WAS-CE 平台用 Java 开发 Web 应用程序。 我以前从未使用过这个平台,也从未使用过任何其他运行 Java Web 应用程序的平台(我的所有 Web 项目都使用 php)。

现在,我下载了 WAS 的社区版,并将其安装在我的笔记本电脑上(Ubuntu 8.10,64 位,java-6-sun-1.6.0.10)。 它就像一个魅力。 我继续在我的开发服务器(Ubuntu 8.10,32 位,java-6-sun-1.6.0.07)上安装 WAS-CE,看起来不错。

但是,当我连接到服务器(并且它确实绑定到我期望的所有端口)时,当 Firefox 请求页面(尚未尝试其他浏览器)时,服务器返回 HTTP 400 - “错误请求”。 如果手动连接到服务器并给它一个纯粹的“GET /\n\n”,它只会关闭连接,而这样做在我的笔记本电脑上工作正常。

我能发现这两个安装之间的唯一区别是较旧的 Java 版本(1.6.0.07 是 ubuntu 存储库中的当前版本)和 32 位处理器。 这些 Java 版本之间是否存在如此巨大的差异以至于 WebSphere 实际上会失败?

有人能指出我正确的方向吗?

I apologise in advance for something I'm expecting is a horrifyingly noob-question.

I decided to try out developing web-applications in Java, using IBM's WAS-CE platform. I've never worked with this platform before, nor any other platforms for running Java web applications (I've been using php for all my web projects).

Now, I downloaded the community edition of WAS, and installed it on my laptop (Ubuntu 8.10, 64bit, java-6-sun-1.6.0.10). It worked like a charm. I proceeded to install WAS-CE on my development server (Ubuntu 8.10, 32bit, java-6-sun-1.6.0.07), and it seemed fine.

However when I connect to the server (and it does bind to all ports I expect it to), when firefox requests a page (haven't tried other browser) the server returns a HTTP 400 - "bad request". If a connect manually to the server and give it a pure "GET /\n\n", it just closes the connection, while doing that works fine on my laptop.

The only difference I can spot between the two installations is the older Java version (1.6.0.07 is the current one in the ubuntu repositories though), and the 32 bit processor. Is there such a great difference between those java versions that WebSphere would actually fail?

Could anyone point me in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

姐不稀罕 2024-07-19 22:24:30

以下是 WAS CE 设置故障排除文档的链接。
http://publib.boulder.ibm.com/ wasce/V2.1.0/en/setup-troubleshooting.html

我不确定这是否有帮助,但您也可以尝试使用 IBM JDK 而不是 Sun。
http://publib.boulder。 ibm.com/wasce/V2.1.0/en/installing-an-application-server.html

Here is a link to the WAS CE setup troubleshooting docs.
http://publib.boulder.ibm.com/wasce/V2.1.0/en/setup-troubleshooting.html

I'm not sure if that will help or not, but you could also try using an IBM JDK instead of Sun.
http://publib.boulder.ibm.com/wasce/V2.1.0/en/installing-an-application-server.html

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