Questions tagged [ibmhttpserver]

IBM® HTTP Server is a full-featured Apache-based web server that is included with other products such as IBM WebSphere® Application Server at no charge. You can use this web server for projects that do not warrant the expense of a priced and supported HTTP server. The IBM HTTP Server is based on the Apache HTTP Server and provides a rich set of Apache features in addition to IBM enhancements.

IBM® HTTP Server is a full-featured Apache-based web server that is included with other products such as IBM WebSphere® Application Server at no charge. You can use this web server for projects that do not warrant the expense of a priced and supported HTTP server. The IBM HTTP Server is based on the Apache HTTP Server and provides a rich set of Apache features in addition to IBM enhancements.

161 questions
1
vote
1 answer

Application Center immediate server session timeout

I have setup IBM MobileFirst 7.0 with IBM HTTPServer. HTTPServer only listens for SSL traffic on 443 (no requests over http on port 80 are being processed). The plugin-cfg.xml is directing the /appcenterconsole URLs to the WebSphere Liberty server…
1
vote
1 answer

Configure Clearcase server for CCRC and web interface

I have clearcase and clearquest 7.1.2.13 installed in a server. I want to make them accesible through ClearCase Remote Client and through Web interface. Also I have IBM HTTP server 6.1(which comes with CC installed in the same machine How can I…
user3437212
  • 637
  • 1
  • 10
  • 20
1
vote
1 answer

Websphere outOfMemory exceptions

Earlier this week, there we had Websphere OutOfMemory exception on one of our servers, now my question is, could this have been prevented if IHS was limited in the number of concurrent clients it could sustain. The underlying issue was caused by a…
ComeRun
  • 921
  • 1
  • 20
  • 38
1
vote
3 answers

WebSphere + IHS Redirect not working

I have a WebSphere Application Server 7 and a IHS 7 configured in my machine. When I installed an application, I can access it from the JVM port (eg: 9080) but I can't access through port 80, I have configured the plugin in the WAS admin console,…
Elvis Oliveira
  • 941
  • 2
  • 15
  • 29
1
vote
1 answer

IBM HTTP Server configured to communicate with websphere to serve http/https

I have 2 IBM HTTP servers with ip's 10.10.10.2 & 10.10.10.3 with http(port 80) and https(port 443). I have also WAS on 10.10.10.4 with http(port 80) and https(port 443). Now, I have to setup the two http servers with single domain name and forward…
user2770375
1
vote
1 answer

AJP Connector or HTTP Connector

We have a web application (3rd party product) hosted in Tomcat 6x server. We will be installing a IBM HTTP Server as Web Server in-front of the Tomcat server. While doing this, the product vendor has asked us to use HTTP connector (instead of AJP…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
1
vote
1 answer

RAD publishing the application to IHS and WAS

We are developing a Dynamic Web project using RAD which will run on WAS 7.0. We have configured WAS 7.0 within RAD to run the application directly from RAD. We also have a web server setup and we need the static files in our Dynamic Web project to…
Apps
  • 3,284
  • 8
  • 48
  • 75
1
vote
1 answer

what is the equivalent of SSLOptions in mod_ibm_ssl

I have used mod_ssl and set the SSLOptions +ExportCertData in the configuration of httpd which forwards the client certificate information to the JBOSS server behind the web server and it working fine. Now I am trying to do the same on IBM -…
Nohsib
  • 3,614
  • 14
  • 51
  • 63
1
vote
2 answers

Building farms with IBM Websphere, IBM Http Server, Load Balancer (or Dispacher)

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 appreciated ... I would like to learn about highly available and…
yusuf
  • 3,596
  • 5
  • 34
  • 39
0
votes
1 answer

Configure websphere httpd.conf and plugin-cfg.xml

i have an application which is deployed on websphere application server with ibm http server.I want to change the domain name.I have figured out that changes will be required in httpd.conf file. in the servername tag.also plugin-cfg.xml needs to be…
yashbinani
  • 387
  • 2
  • 10
  • 24
0
votes
1 answer

when i am hiiting the application using web server, iam getting this error "File does not exist: /opt/IBM/HTTPServer/htdocs/maximo"

when i am hiiting the application using web server, iam getting this error "File does not exist: /opt/IBM/HTTPServer/htdocs/maximo" but another working with same configuration. every thing is right but still getting this error
0
votes
1 answer

How to get URL parameters in RPG-based CGI script?

I am trying to find an API similar to QtmhGetEnv that allows me to read URL parameters in an RPG-based CGI script. Is there something like that available?
Kerim Güney
  • 1,059
  • 1
  • 10
  • 23
0
votes
1 answer

mod_jk module on IBM HTTP Server failing with syntax error

We are trying to add mod_jk module to IBM http server but failing with syntax error. We tried multiple configuration available on internet but no luck. Below is screenshot for configuration in httpd.conf file Below is screenshot of error We tried…
0
votes
1 answer

generate IHS plugins to point to WAS cli

I'm trying to generate a plugin-cfg.xml file for IBM HTTP Server (IHS) to point to a WebSphere Application Server (WAS) environment. I've tried using several commands and tools to generate the file, but they don't seem to be working for my specific…
amaes
  • 1
  • 3
0
votes
1 answer

Configure IBM HTTP Server as reverse proxy with SSL for the proxy only

(This SO thread seems to be very similar, but does not answer my problem) I have a loadbalancer listening on https://loadbalancerurl:443/ which terminates SSL and forwards requests to the IHS (IBM HTTP Server) on port 80. I need to configure the IHS…
1 2
3
10 11