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     [WORKAROUND] WF 7.6 + IIS 7 + Tomcat on 64 bit

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[WORKAROUND] WF 7.6 + IIS 7 + Tomcat on 64 bit
 Login/Join
 
Guru
posted
Hi all,

just a question. Has anybody suceeded in installing WF or DS along with IIS 7 and have IIS to connect to Tomcat on a 64 bit machine (Vista or Win Server 2008)? I've tried both but not getting IIS to connect to Tomcat. What's the trick?

Tia
Håkan

This message has been edited. Last edited by: Håkan,


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Virtuoso
posted Hide Post
I have seen a succesful installation with these products. The trick as I remember it was to not use the tomcat version for 64 bits, but just the 32 bit version. This also is valid for the jakarta redirector.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Master
posted Hide Post
I have successfully installed the 32Bit version of WebFOCUS Reporting Server, 32Bit WebFOCUS Client, and used the 64bit isapi_redirector.dll to redirect IIS7 to Tomcat. What data sources are us accessing? Make sure you have 64bit Drivers for all of them before you use the 64bit Reporting Server!




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Guru
posted Hide Post
GamP, I wish it was that simple. I'm running the 5.5.25 version of Tomcat that IBI are providing and the isapi_redirector-1.2.28.0.dll (32 bit).

Håkan


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Guru
posted Hide Post
So you should'nt use the 64 bit version of any of the IB products?


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Master
posted Hide Post
I am not saying that! What I am saying is that if you need access to a data source that does not have a 64bit driver, then a 64bit reporting server will not be able to use the 32bit driver. Reporting Server 64bit must use 64bit Drivers and Reporting Server 32bit must use 32bit Drivers. You cannot mix and match them.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Guru
posted Hide Post
I don't think the problem is WF, rather IIS who seems to think that is should serve Static content instead of redirecting the request to the Servlet.


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Master
posted Hide Post
I also believe that you must use 7.6.10 for IIS7 on 64bit. I think that is what IBI supports.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Gold member
posted Hide Post
Hakan, howzit going.

Strange you should have the same problem that we have had recently, however try this....

http://support.microsoft.com/kb/894435

Run the command line stuff that is in ASP.NET 32 bit-version section of the link and this should help you.

Stu
BTW - Happy New Year to you and family !


WF 8005 MRE BID RCaster DevStu PMF 5.3.1 Hotfix 5
XP Oracle.
 
Posts: 55 | Location: UK-London | Registered: January 27, 2005Report This Post
Guru
posted Hide Post
Stu, thanks a lot! Now I'm getting HTTP 500 errors in different flavours. Either
Calling LoadLibraryEx on ISAPI filter or Calling GetFilterVersion on ISAPI
filter. There are a number of posts on the web about this. Obviously Apache have some problems with the connector on 64-bit systems.

Rgds
Håkan

This message has been edited. Last edited by: Håkan,


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Gold member
posted Hide Post
Sorry mate, cant help you much more - we have got it working with Win 2003R2 running IIS6.


WF 8005 MRE BID RCaster DevStu PMF 5.3.1 Hotfix 5
XP Oracle.
 
Posts: 55 | Location: UK-London | Registered: January 27, 2005Report This Post
Master
posted Hide Post
Please open a case with IBI. they should be able to help you.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
<JG>
posted
Håkan, If you are using 64 bit then you should use 64 bit everything especially the JVM because that is an absolute
for Tomcat.

It is also dependant on the processor that you are using, there are different versions of
the WF server dependant on whether it is Intel or AMD.

The same applies if you use 32bit which you must use if installing Dev Studio which is only available
as 32bit. Everything must be 32bit including Java.
 
Report This Post
Guru
posted Hide Post
Having tried all available Jakarta and Tomcat flavours, I gave up and I'm now relying on Apache HTTP Server + mod_jk connector + Tomcat 6 and it works just fine.


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report 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     [WORKAROUND] WF 7.6 + IIS 7 + Tomcat on 64 bit

Copyright © 1996-2020 Information Builders