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 files in there.
The URL to the files would be /companyfiles/somefile.html
Create a Standard Link that points to the file's URL
Make a directory in /stoneware/webserv-sec directory.
For example : companyfiles
Then put your files in there.
The URL to the files would be /secure/companyfiles/somefile.html
Create a Standard Link that points to the file's URL
Make a folder in /stoneware/webserv-sec/YourCompanyProfile.
YourCompanyProfile is the directory where your company profile is stored.
Then put your files in there.
The URL to the files would be/profile/companyfiles/somefile.html
Create a Standard Link that points to the file's URL
The unique thing about this method is that if you have multiple profiles for different groups of users, using /profile/companyfiles/somefile.html will change to each users own profile automatically.
- Option 1 does not offer any security for the files. /webserv requires no authentication to read the files unless you write it in a .jsp and check for authentication.
- Option 2 requires that you are authenticated to the portal
- Option 3 requires that you are authenticated to the portal and the files are in the profile you are assigned to.
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
Where do we put custom jar / war files in webNetwork
These would go into the \stoneware\webserv\web-inf folder. war files would go into the \stoneware\webapps folder and can be mounted using the StonewareDeploy.xml or via a WAR webapp application.
Custom login page
NOTE: As of 6.4.0.26, the custom login page must reside on your webNetwork server. The following line must also be included in the login form: <input type="hidden" name="csrfToken" value="<c:out value='${csrfToken}'/>"/> While we currently allow CSS ...
Manually update a custom profile
When updating a profile via the Upgrade Center, the following error occurs: An Error Occurred: Please contact support. At this point, it will be necessary to manually update the profile folder on the Relay Central "master" server. On the Relay ...
Too many open files
There are a few things to check and these should be done on the server that is having the issue. If your webNetwork Server (loader) is having the issue then your webNetwork Relay won't start up because it would not be able to obtain a connection with ...
Redirect password change to custom page
Issue Customer would like the Change Password option to open their own password change application, not the one built into Unified Workspace. Solution There are two ways to accomplish this. Change stoneware/webserv/apps/selfService/ChangePassword.jsp ...