HTTP « websphere « Java Enterprise Q&A





1. Building farms with IBM Websphere, IBM Http Server, Load Balancer (or Dispacher)    stackoverflow.com

Do you know a web page or pdf or any books to learn how to architecture these products to create a farm? Also any generic web application farm architecture best-practices source is ...

2. Iframe vs normal / ajax get request    stackoverflow.com

I have a page that gathers environment status from a couple of IBM WebSphere servers using iframes similar to this: <iframe src="http://server:9060/ibm/console/status?text=true&amp;type=server&amp;node=NODE&amp;name=ServerName_server_NODE"></iframe> and it happily prints out "Started" or "Unavailable" etc. But if ...

3. How to redirect to a custom error page using mod_rewrite based on 404 error    stackoverflow.com

I am trying to use mod_rewrite to be able to redirect to my custom html error page, when a 404 is returned. Right now, I have my http server running and ...

4. How to disable transfer-encoding:chunked websphere    stackoverflow.com

We have a webservice running on Websphere 6.1 using the IBM JAX-RPC based webservices. Client is sending requests without HTTP header of transfer-encoding:chunked (They specify content-length). The response from websphere always ...

5. http_access.log on WebSphere 6.1.0.29    stackoverflow.com

I am running WebSphere 6.1.0.29 and I need to track the requests being made to an Enterprise Application. Previously I did this by routing the requests through a proxy server, but ...

6. How to redirect http request to https on websphere application server    stackoverflow.com

I am trying to automatically redirect http request to https on websphere application server. I found a solution for weblogic here - http://middlewaremagic.com/weblogic/?p=2019 I was wondering if there is any thing ...

7. HTTP 401 error related with BlazeDS when deploying on IIS / Websphere    stackoverflow.com

We have an Java based web application which is using BlazeDS and deployed on Websphere. At the same time, an IIS HTTP server is also used as a reverse proxy in ...

8. WebSphere class having http listen port value    stackoverflow.com

I need to know WebSphere's class which holds the WebSphere's http listen port value. Can any one help me with this. Its similar to WebLogic post http://www.coderanch.com/t/536941/BEA-Weblogic/Class-holds-weblogic-port#2463378 I want to find the http ...

9. WebSphere + Simple HTTPS Post = SocketException    stackoverflow.com

This is about as basic as I can make it - brand new setup in RAD, brand new project, all default settings and this code:

       ...





10. Why is the HTTP header 'content-length' not always set?    stackoverflow.com

I am requesting files from an IBM HTTP server via a Websphere App Server (7FP19). For most files I get the content-length header but for some, not. I discovered that when ...

11. Disable XSD validation against http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd in Websphere AS    stackoverflow.com

I'm deploying a .war in Webshepere AS 6.1 with this in web.xml:

xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
But it errors with
This site is experiencing technical difficulty. We are aware of the issue and are ...