Advanced Search
Search Results
13 total results found
Server monitor page
Each application contains a public page that can be queried for server status. The page is: https://SERVER/APPLICATION/service?PASSWORD Password can be set in the policy: healthMonitorPassword Response will look something like: <serverstatus> <flag name...
Backing up and restoring
TS has inbuilt manual functions on the solution level, but measures have to taken to back the data IN the solutions. Backups should optimally be done either by dumping the database. Alternatively the database can be stopped (important) and data folders can be...
URL redirects and rewrites
Tempus Serva (version 2090+) contains server filters for URL rewrite, redirects and forwards. The filter is deactivated by default, but can be enabled by Rename /WEB-INF/web.xml.urlrewrite to web.xml Change /WEB-INF/urlrewrite.xml as needed Restart the s...
Moving files to S3 storage
Create a bucket at AWS Select same region as server is hosted in Go to https://eu-north-1.console.aws.amazon.com/s3/buckets Add bucket Select Directory if files are mainly media (pictures/video) Name the bucket: s3fs.CUSTOMER Add IAM role to se...
Current CLI
A new version of the CLI was released on 21. december 2023.If you are looking for the old CLI you can find the documentation here. Compatibility The tools are compatible with the following distributions. Amazon Linux, version 1, 2 and 2023 Debian, versio...
Legacy CLI
Compatibility The scripts require the use of Tomcat application server, primarily for EC2 instances. The shell tools are compatible with the following distributions Amazon linux 2 Ubuntu Server RedHat/CentOS linux (experimental) Other versions are li...
Backup and restore, tools and known problems
Everything in a TempusServa installation is stored in the underlying database. A full backup plan will only require frequent snapshots of the database. The only exception to the all-in-the-database policy is Connection string for the database Container r...
AWS Server setup
Installing the server Log into the AWS account Choose an appropriate zone, eg. eu-north-a (Stockholm) Navigate to the EC2-dashboard Launch a new instance Give it a useful name Change the Instance type Select a keypair that you have access to Selec...
Scaleway server setup
Installing the server Log into the Scaleway account Navigate to Instances Click the "+ Create Instance" button Choose an appropriate zone Choose an appropriate server size Choose a supported OS (CentOS Stream 9) Give the server a useful name Add tags...
Set up domain name
Sign in to the Cloudflare Dashboard Select the domain, usually tsnocode.com Select DNS in the side menu Click Add Record Type: A Name: the subdomain part, eg. alpha, if the full domain is alpha.tsnocode.com IPv4 address: IP of the server Disable Pro...
Old implementation
The following is the old, manual, way of installing SSL certs. Tomcat 7 automatic installation Using the TS commandline tools, you specify the domain and your email tsinstallssl.sh server.acme.com [email protected] After a couple of minutes you...
Set up monitoring
Log in to UptimeKuma Clone an existing monitor group in the Customers group Clone an existing not "- Healthy" monitor Change Friendly Name Change URL Change Monitor Group Clone an existing "- Healthy" monitor, if hosting is not shared Change F...
Set up remote backup
Client server setup Log into server via SSH Ensure that the backup ssh-certificate is installed On old servers running Legacy CLI Run: tsrefreshscripts.sh Run: tsbackupcertificates.sh Check if cronjobs are missing: sudo crontab -l Run: tsinstall...