+ All Categories
Home > Documents > Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO...

Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO...

Date post: 20-Aug-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
6
Classic Web Server Branding TM Software Release 9.5.2 October 2015 TIBCO Nimbus
Transcript
Page 1: Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO Nimbus Classic Web Server Branding 4. Save and exit variables.less. 5. Restart the

Classic Web Server Branding

TM

Software Release 9.5.2October 2015

TIBCO Nimbus

Page 2: Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO Nimbus Classic Web Server Branding 4. Save and exit variables.less. 5. Restart the

Important Information

TIBCO Nimbus Web Server Branding

SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

SOFTWARE IS SOLELY TO ENABLE THE FUNCTIONALITY (OR PROVIDE LIMITED ADD-ON FUNCTIONALITY) OF THE LICENSED

TIBCO SOFTWARE. THE EMBEDDED OR BUNDLED SOFTWARE IS NOT LICENSED TO BE USED OR ACCESSED BY ANY OTHER

TIBCO SOFTWARE OR FOR ANY OTHER PURPOSE.

USE OF TIBCO SOFTWARE AND THIS DOCUMENT IS SUBJECT TO THE TERMS AND CONDITIONS OF A LICENSE AGREEMENT

FOUND IN EITHER A SEPARATELY EXECUTED SOFTWARE LICENSE AGREEMENT, OR, IF THERE IS NO SUCH SEPARATE

AGREEMENT, THE CLICKWRAP END USER LICENSE AGREEMENT WHICH IS DISPLAYED DURING DOWNLOAD OR INSTALLATION OF

THE SOFTWARE (AND WHICH IS DUPLICATED IN THE LICENSE FILE) OR IF THERE IS NO SUCH SOFTWARE LICENSE AGREEMENT

OR CLICKWRAP END USER LICENSE AGREEMENT, THE LICENSE(S) LOCATED IN THE LICENSE FILE(S) OF THE SOFTWARE. USE OF

THIS DOCUMENT IS SUBJECT TO THOSE TERMS AND CONDITIONS, AND YOUR USE HEREOF SHALL CONSTITUTE ACCEPTANCE OF

AND AN AGREEMENT TO BE BOUND BY THE SAME.

This document contains confidential information that is subject to U.S. and international copyright law s and treaties. No part of this

document may be reproduced in any form w ithout the w ritten authorization of TIBCO Softw are Inc.

TIBCO, Tw o-Second Advantage and TIBCO Nimbus are either registered trademarks or trademarks of TIBCO Softw are Inc. in the

United States and/or other countries.

All other product and company names and marks mentioned in this document are the property of their respective ow ners and are

mentioned for identif ication purposes only.

THIS SOFTWARE MAY BE AVAILABLE ON MULTIPLE OPERATING SYSTEMS. HOWEVER, NOT ALL OPERATING SYSTEM

PLATFORMS FOR A SPECIFIC SOFTWARE VERSION ARE RELEASED AT THE SAME TIME. SEE THE RELEASE NOTE FOR THE

AVAILABILITY OF THIS SOFTWARE VERSION ON A SPECIFIC OPERATING SYSTEM PLATFORM.

THIS DOCUMENT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.

THIS DOCUMENT COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY

ADDED TO THE INFORMATION HEREIN; THESE CHANGES WILL BE INCORPORATED IN NEW EDITIONS OF THIS DOCUMENT. TIBCO

SOFTWARE INC. MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN

THIS DOCUMENT AT ANY TIME.

THE CONTENTS OF THIS DOCUMENT MAY BE MODIFIED AND/OR QUALIFIED, DIRECTLY OR INDIRECTLY, BY OTHER

DOCUMENTATION WHICH ACCOMPANIES THIS SOFTWARE, INCLUDING BUT NOT LIMITED TO ANY RELEASE NOTES AND "READ

ME" FILES.

Copyright © 1997-2015 TIBCO Softw are Inc. ALL RIGHTS RESERVED.

TIBCO Softw are Inc. Confidential Information

Page 3: Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO Nimbus Classic Web Server Branding 4. Save and exit variables.less. 5. Restart the

3Contents

TIBCO Nimbus Classic Web Server Branding

Table of Contents

Scope 4

Branding the Web Server 4

Restarting the Web Server 5

TIBCO Nimbus Support 6

Page 4: Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO Nimbus Classic Web Server Branding 4. Save and exit variables.less. 5. Restart the

Classic Web Server Branding4

TIBCO Nimbus Classic Web Server Branding

Scope

The scope of this document is to provide information on branding a Classic TIBCO Nimbus WebServer site. Please note that this guide covers TIBCO Nimbus v9.0.0 onwards and does not applyto previous versions of the Web Server.

Branding the Web ServerThis guide provides information on how to brand the TIBCO Nimbus web interface. The web

interface uses LESS CSS variables to generate dynamic style sheets. This allows global variables

to be modified in one file and reused throughout various style sheets that control the branding of

the interface. For more information on Less CSS please visit www.lesscss.org.

Modifying the Main Interface ColorThe main color of the interface is controlled by a single variable and this defines a number of

interface styles, including the storyboard interface.

Note: Modifying the @maincolor variable is supported by Nimbus. You can experiment with

changing other variables; however these changes are not supported. It is also recommended to

back up the style sheet before editing it.

1. Ensure the Web Server is running.

2. Open variables.less in Notepad. This file is found in:

C:\TIBCO Nimbus\Web Server\App\ui\standard\assets\styles\all

3. Change the @maincolor variable to the desired color.

Page 5: Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO Nimbus Classic Web Server Branding 4. Save and exit variables.less. 5. Restart the

Branding the Web Server 5

TIBCO Nimbus Classic Web Server Branding

4. Save and exit variables.less.

5. Restart the Web Server.

Changing the LogoThe main logo in the web interface can be changed to a different logo.

Note: The displayed image size is 146px by 51px. The logo will be automatically resized to fit

these dimensions; however, it is recommended that the logo is modified in a graphic editor first to

maintain the aspect ratio.

1. Rename logo.png in the following directory. For example, rename it to oldlogo.png.

C:\ TIBCO Nimbus\Web Server\Main\ui\standard\images

2. Copy the new logo to the same directory and rename it to logo.png.

3. Restart the Web Server.

Modifying the Search Bar

The color of the search bar that appears in the web interface can be modified by editing the

following image:

search-bg.png.

1. Open search-bg.png in a graphics editor. The file is found in:

C:\ TIBCO Nimbus\Web Server\Main\ui\standard\images

2. Modify the color of the image and then save it.

3. Restart the Web Server.

Restarting the Web ServerChanges to style sheets and images will require a restart of the Web Server to update thechanges. One method is to reset the Internet Information Services (IIS); however, resetting IIS willalso reset any other web services that utilize IIS. Your Web Server installation includes Java scriptsto restart, start and stop the Web Server. Restarting a Web Server can be undertaken while usersare still logged on and any server requests submitted by users will be queued.

Note: If you are on a TIBCO Nimbus Hosted Service, please contact TIBCO Nimbus Support ifyou would like to modify any of your Web Server settings.

To restart the Web Server

1. Double-click restart.js for the Web Server installation that you want to restart.

This file is found in the following default directory:

C:\TIBCO Nimbus\Web Server\Reload

Note: You can also stop the Web Server without automatically restarting it by double-clickingstop.js. To start it again double-click start.js.

6

Page 6: Classic Web Server Branding - TIBCO Software · 2015. 10. 27. · Branding the Web Server 5 TIBCO Nimbus Classic Web Server Branding 4. Save and exit variables.less. 5. Restart the

Classic Web Server Branding6

TIBCO Nimbus Classic Web Server Branding

TIBCO Nimbus Support

Our specialized team are on hand to provide assistance with the TIBCO Nimbus product. TIBCOSupport Central (TSC) is an online resource where you can log cases directly, 24 hours a day, 7days a week. You can also view updates on current cases and search the TIBCO NimbusKnowledge Base.

To access the relevant service, please use the links in the table below.

Requirement Contact Details

To register for a TIBCO Support Centralaccount.

Request an account for TIBCO SupportCentral

To log in to TIBCO Support Central. support.tibco.com

If your support issue is urgent and you havenot yet registered for an account pleaseemail.

[email protected]

For phone numbers and further informationon service level agreements.

TIBCO Support Services

Feedback

TIBCO Nimbus welcomes any feedback on our supporting documentation as it helps us to improvethe documentation in future releases. Please email [email protected].


Recommended