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     Apache cgi scriptalias setup

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Apache cgi scriptalias setup
 Login/Join
 
Silver Member
posted
I'm trying to get the WebFocus client to work with the Apache webserver and I can't seem to figure out how to setup the scriptalias parameters. When I try to run the ibiweb.exe I get one of the following messages:

Unknown cgi alias
or
script not found or unable to stat: C:/ibi/client52/wfc/web/cgi/ibi-cgi

Thanks for your help.
Ron
 
Posts: 38 | Location: Milwaukee | Registered: April 28, 2005Report This Post
<JG>
posted
in http.conf you must have a line

ScriptAlias /cgi-bin/ibi_cgi/ "/install_directory/ibi/client52/wfc/web/cgi/"

It is very important that it comes before the standard cgi entry

Also make sure that Everyone has execute athority
 
Report This Post
Member
posted Hide Post
Ron,
We are having the exact same problem. In our installation we are using Apache Tomcat/5.5.7. Which version are you using?
 
Posts: 26 | Location: Mercy College | Registered: May 06, 2003Report This Post
Silver Member
posted Hide Post
Tom,
We are using Apache Tomcat 5.0.28 along with Apache server 2.0.52. I have gotten the cgi to work with Apache Web Server and I've gotten servlets to work with Tomcat, but I havn't been able to get the web server and the servlet engine to work together yet. I used the folowing script alias settings to get the cgi to work with the web server:

ScriptAlias /ibi_html/ "c:/ibi/WEBFOCUS52/ibi_html/"

ScriptAlias /approot/ "c:/ibi/apps/"

ScriptAlias /worp_resource/ "c:/ibi/WEBFOCUS52/worp/"

ScriptAlias /cgi-bin/ibi_cgi/ "c:/ibi/client52/wfc/web/cgi/"

ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"
 
Posts: 38 | Location: Milwaukee | Registered: April 28, 2005Report This Post
Member
posted Hide Post
Hi,

Did you enable jk_module in httpd.conf we need to donwload mod_jk.so and put in the modules sub-directory.

Let me know if you need some tips with this.
 
Posts: 26 | Location: Mercy College | Registered: May 06, 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     Apache cgi scriptalias setup

Copyright © 1996-2020 Information Builders