As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Our customer runs an Apache HTTP server on HP-UX. They were using the JSERV Servlet engine previously. However, with WebFOCUS 5.2 it would appear that JSERV does not support the .war files. They are therefore trying to upgrade to the latest Apache HHTP server, and then they will implement Tomcat for the Java Servlets. Does anyone have experience with installing & compiling Apache on HPUX? When one gets to the "make install" step in their environment, it is invoking the CA Unicenter install script, rather than a "BSD-compatible install", and we cannot figure out how to rectify this (yet).
We have a customer here running WebFOCUS 5.2.0 (with UAS/MR and ReportCaster) on their development HP-UX 11i (64 bit) host with Apache 1.3.26 and Tomcat 4.1.18. They too initially tried unsuccessfully to use the old Jserv connector and are now using the jk connector instead.
In their case they did not use the latest version of Apache but used the 1.3.26 release that came as standard with HP-UX 11i. I realise that this doesn't answer your question but it may be a fallback option if you continue to struggle to get the more recent version of Apache working.
All the best,
Posts: 5 | Location: Melbourne, Australia | Registered: March 31, 2003
I've heard that setting up mod_JK can be a challenge. The alternate, mod_webapp, may also be suitable, although it appears to be no longer maintained. The module that I use to link Apache 2.0.45(win32) to Tomcat 4.0.6 is mod_proxy. Details on mod_proxy are at jakarta.apache.org. Enable the proxy and add a couple of lines to Apache's httpd.conf:
And that's it for the basic configuration. Please note that the above configurations are from a minimal development environment with maximum(debug="9") logging.
Hope this helps.This message has been edited. Last edited by: <Mabel>,