1. Building farms with IBM Websphere, IBM Http Server, Load Balancer (or Dispacher) stackoverflow.comDo 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.comI have a page that gathers environment status from a couple of IBM WebSphere servers using iframes similar to this:
|
3. How to redirect to a custom error page using mod_rewrite based on 404 error stackoverflow.comI 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.comWe 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.comI 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.comI 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.comWe 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.comI 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.comThis 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.comI 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.comI'm deploying a .war in Webshepere AS 6.1 with this in
But it errors with
This site is experiencing technical difficulty. We are aware of the issue and are ... |
12. Webservice client trough HTTP Proxy on Websphere 6.0 coderanch.com |