Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Setting up Apache Web Server for Servlets

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Setting up Apache Web Server for Servlets
 Login/Join
 
<Twanette>
posted
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).
 
Report This Post
<monte2000>
posted
All we had to do after all our webserver configurations for the first 5.2 install was to install new WebFOCUS gens and restart the webserver.
 
Report This Post
Member
posted Hide Post
Twannette,

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, 2003Report This Post
<Twanette>
posted
Thanks !! I think that may in fact be a good interim solution !!
Regards, Twanette
 
Report This Post
Member
posted Hide Post
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:


ProxyPass /ibi_apps/ http://localhost:8081/ibi_apps/ />ProxyPassReverse /ibi_apps/ http://localhost:8081/ibi_apps/

Assure that Tomcat's server.xml knows that it has a proxy:


port="8081" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="9"
proxyName="localhost" proxyPort="80"/>

And that you've provided a WebFOCUS52 Context path:


debug="9"/>
prefix="WFServlet_log." suffix=".txt"
timestamp="true"/>

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>,
 
Posts: 1 | Registered: May 14, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Setting up Apache Web Server for Servlets

Copyright © 1996-2020 Information Builders