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     [SOLVED] Deployment location for web files ? (Maintain)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Deployment location for web files ? (Maintain)
 Login/Join
 
Platinum Member
posted
Currently we have both the WF 7.6.4 Client and Reporting server on the same machine, but that will change. And I'm confused about where our web files (.htm, .js, .jpg, etc.) should be deployed.

I see some indications of web components being stored in:
Client../ibi_html/

Yet, Developer Studio deploys my web files to /aproot (/ibi/apps/), even through the remote Environment is setup with the default HTML Alias of '/ibi_html'.

I've looked to the documentation, and done searches, without finding a clear indication.

So which is the recommended location for web component deployment: /ibi_html, or /approot ?

TIA

This message has been edited. Last edited by: Kerry,


Regards,
Dave

http://www.daveayers.com

WebFocus/Maintain 7.6.4-8
on Win2000 and 2003 Server
 
Posts: 165 | Location: Detroit Metro | Registered: September 17, 2003Report This Post
Expert
posted Hide Post
The web components should be deployed to approot on the client machine. You should never store customer-specific files in ibi_html as that is a vendor directory, is often locked down to the user, and there would be heck to pay at upgrade time.

This message has been edited. Last edited by: GinnyJakes,


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Platinum Member
posted Hide Post
Ginny,

Thank you for a clear statement on the issue !!


Regards,
Dave

http://www.daveayers.com

WebFocus/Maintain 7.6.4-8
on Win2000 and 2003 Server
 
Posts: 165 | Location: Detroit Metro | Registered: September 17, 2003Report This Post
Platinum Member
posted Hide Post
I've deployed my self-service apps to /approot/ folders, but WebFocus seems to think that the web components should be in /ibi_html/ !

The menu pages, .fex's with -HTMLFORM's, reference image and static .htm files by their file name alone. And they are all in the same folder, say /ibi/apps/menu/. When I run the first 'page', the images are missing, and the links don't work. When I check the expected path for the missing files, they come up as /ibi_html/menu/filename ??

I tried inserting a SET BASEURL = 'http://localhost:8080/approot/menu/', but that only seems to work for the one page, and not the next. I hesitate to put it in edasprof until I understand what is going on, and I'm not close to that state yet !

Can someone help me figure this out ?


Regards,
Dave

http://www.daveayers.com

WebFocus/Maintain 7.6.4-8
on Win2000 and 2003 Server
 
Posts: 165 | Location: Detroit Metro | Registered: September 17, 2003Report This Post
Expert
posted Hide Post
Hi Dave,

Has this been resolved on your side?

I passed this to internals and here is the suggestion: since it looks like the deployment scenario has been changed AFTER the development, please open a case with techsupport so it can be worked out exactly what you need.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Virtuoso
posted Hide Post
I have little or no experience in deploying.
Reason is that most of the maintains I create are created on my PC in a vmware image, and then also in a non-networked environment, stand-alone so to speak.
When the maintain is finished, I put everything on a usb stick and copy it over to the target system. This can be a unix based system or another windows based - anything basically that runs the webfocus version of maintain.
Only thing I look out for is that the two environments are exactly the same in terms of pathing. It always works for me...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Platinum Member
posted Hide Post
This is solved, I think Smiler

I did a lot of reading and experimenting with the old code I'm working with to migrate from AIX 5.3 to Win 7.6 (with the techniques of a number of previous developers with different experience and skill..)

The linking boiled done to

Embedded Links in WF Menu program files:
----------------------------------------
Static, or WF called .htm:
SRC="../images/search.gif"

-HTMLFORM in .fex:
SRC="../approot/images/search.gif"
location.href = "../approot/appname/menu3.htm

Focexec TABLE:
IMAGE=../../approot/images/search.gif


I didn't want any absolute URLs, so the code would be more portable, so all these references are relative, but based on the IBI approot, respected by both the web server and reporting server. Notice that we have consolidated our image 'library'. Maintain images are a different story, and addressed in a different thread here.

The deployment is not a problem now, it all goes to /approot/ !

And, when we have the Client on another server, we just create a 2nd deployment scenario for only the web components, to /approot/ on that machine.

/ibi_html is out of the loop for our self-service applications. And I'm much more comfortable with that.

So far things are working out fine, but I'll add any new wrinkles if we run into them.

I'm starting to notice that the App Dir./ Project folder approach that IBI and Dev. Studio takes is not very conducive to shared resources...


Regards,
Dave

http://www.daveayers.com

WebFocus/Maintain 7.6.4-8
on Win2000 and 2003 Server
 
Posts: 165 | Location: Detroit Metro | Registered: September 17, 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     [SOLVED] Deployment location for web files ? (Maintain)

Copyright © 1996-2020 Information Builders