Misc
7.0 excludeProtocols - includeProtocols - allowCiphers - denyCiphers config file
excludeProtocols - includeProtocols - allowCiphers - denyCiphers config file The following configuration is recommended for systems running 7.0.0.63, and higher. (For older 6.5 releases of UW, please see this article.) ...
Security Headers
As of Unified Workspace 7.0 HTTP Headers can be added to UW responses. We suggest adding the following Security Headers. Header Value Content-Security-Policy default-src https: 'unsafe-eval' 'unsafe-inline'; object-src 'none'; img-src 'self' data: ...
Verify logging to database is functioning.
To see if the report log data is being written, start by making a standard link to /FlushDatabaseCache and assign that to PortalAdminGroup. On the loader turn on the debug com.stoneware.service.public.report.insertDataRow , set that to debug and ...
Move database logging to SQL server.
Changing / migrating the Logging Database from HSQL to MySQL , MSSQL. By default, the Stoneware Relay logs all transactions to a Java database called HyperSonic SQL. This database is installed as part of the portal installation and automatically ...
Connect relay to server through NAT.
The webNetwork Server is handing back its internal IP Address to the webNetwork Relay when the relay tries to communicate. The relay cannot contact the server on the internal IP address because it is behind the NAT. The Server needs to be configured ...
Where can we put custom html files
Question We have some HTML files that we want to see for components and links in the portal, where should we put them? Solution There are 3 options available: Make a folder in the stoneware/webserv directory. For example : companyfiles Then put your ...
How can we authenticate someone and then redirect them to another url ?
An example: https://portal.example-cloud.com/index.jsp?redirectTo=http://www.google.com Will authenticate you to webNetwork and then redirect your browser over to google.com This is handled in the /stoneware/webserv/index.jsp page. If you are not ...
Issues with Round Robin DNS and webNetwork
Round Robin DNS is considered the "poor mans load balancer" You can find the information about it at WikipediA. In general Round-Robin DNS works well with static web sites. Once dynamic information is utilized then there may be problems. The ...
webNetwork won't start because port 80 is taken.
If webNetwork can't start because port 80 is already in use then there is another web server on the system. If it is a windows box, possibly IIS is running. Another Microsoft product to look at is Web Deployment Agent Service. That also takes port ...
How can I check logins to stoneware from a product like Binary Canary?
The following information will assist you in configuring a server check from Binary Canary and calling a Stoneware provided JSP. These instructions assumed you have configured an account on Binary Canary and have notifications configured. Something ...
Out of Memory / Permgen Error
Customer states that their portal ( relay / loader / server ) is running out of memory. There are two separate memory pools that can run out. The main java memory allocated to webNetwork and the permgen memory. When it is the permgen running out of ...
Change jsessionID to different name
Issue: Stoneware webNetwork uses jsessionid as a cookie, is there a way to change that? Solution: edit your /stoneware/bin/webnetwork.lax file and on the lax.nl.java.option.additional= line add to the end : ...
Unable to start Relay Service
Question: The Relay Service will not start on the server. The /stoneware/config/webNetworkTrace.log file shows the following FATAL errors: FATAL (06/16) 09:09:57 [com.stoneware.server.Kernel](Thread Thread-97): Unable to start service: ...
Enable X-Forwarded-For header on a KEMP LoadMaster
Question: I have my UW relays behind a KEMP LoadMaster. When I use Web Monitor (with a column added for ipAddress) to see active user sessions, I see all the users coming from the LoadMaster's IP address. Solution: The Virtual Service for your UW ...