I hope that in advance for some I'm sorry to have a terrible noob-question.
I decided to try to develop web-applications in Java using IBM's WAS-CE platform, I used Java web applications (I was using php for all my web projects To run), this platform has never worked before, nor any other platform.
Now, I have downloaded the community version of VAS, 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 right.
However, when I connect to the server (and it binds all ports, I expect it), when Firefox requests a page (does not try other browser) then Server HTTP 400 - "Poor Request". If someone connects to the server manually and gives it a pure "GET / \ n \ n", then it only closes the connection, while on my laptop it works fine.
The only difference I have is the installation of the old Java version (1.6.0.07 though current in the Ubuntu repository), and 32 bit processor.
Can anyone tell me in the right direction?
Here is a link to the WAS CE setup troubleshooting document.
I am not sure whether he will help or not, but you can also try to use IBM JDK instead of Sun.
Comments
Post a Comment