Pages having tomcat tag
After you Run the Demo in local host, you can deploy this application into your cloud server. By owning your own access logging server, you can analyze visitor's user experience freely.
Configure the applicaton
in order to use this software in the cloud server connected with the internet, you have to configure the logging Javascript a little.
Place of the logging JavaScript
The javascript used to log visitor's action is located below.
Read more
The docker is container based Paas platform. By using docker, you can easily use the container based server with application very easily. The docker works on the VPS service and Iaas cloud service. So, the docker has good portability when you choose the server or cloud service.
- Install Docker
- Pull Alinous Document CMS Image from DockerHub
- Run the Container
- Maintain the Container
- Maintain the source code of Alinous Document CMS
- Update Alinous Document CMS
- Update Alinous-Core server
Install Docker
The VPS or cloud service provides the docker, this is not necessary. But the server does not support initially, you have to install the docker. The docker is linux based container provider, therefore it is available on most of the linux platform.
About how to install it, please take a a look at Docker Installation in the Docker's official site. After choosing the distribution of linux, you'll soon find how to set up it.
Read more
Alinous Document CMS is easily available. It works on the server and cloud supporting Java Platform.
- Use CMS on the Openshift
- Setup from website
- Location of Openshift Cartridge
- Use Docker Image
- Iaas, VPS, and dedicated server
Use CMS on the Openshift

The Openshift is a Paas cloud which is provided by Reahat. By using this cloud service, you can have a website with this cms for completely free.
Read more
Today, I updated 2 pages.
We have almost finished to translate my programming language's website. But a lot of functions are added in this 7 years. So there are a little shortage about detail and necessary information to make operations easy.

On using tomcat, we can set the environment variables by making "setenv.sh".
It is easy to install it.
The Alinous-Core programming language has error handling function.
This is necessary for back ground process which runs in the server side. If error occurs and leave the exception thrown, it will stop.
Read more
Today, I've add Alinous-Core IDE and Server's system requirement.
The IDE and Server are both free. You can download it from website. If you want to work Alinous-Core application, I recommend you to setup Alinous-Core IDE at first.
Alinous-Core IDE has embeded web server based on Tomcat. And the debugger is on the server. So the embeded server works debug mode.
Read more
The openshift is cloud server, categorised in Paas cloud. in order to use Paas cloud, tuning JVM is essential.
Openshift's environment
Openshift provides gear. This site use the Small Gear. The Gear means a virtual server.
https://www.openshift.com/products/pricing
Read more
Download and Install server into Tomcat. Then you can run your applications made in Alinous-Core.
- Download
- Install Alinous-Core Server into Tomcat
- Copy ROOT.war
- Setting ALINOUS_HOME with shell script
- Change the port from 8080 to 80
Download
Download from here.
Read more
The default port which tomcat runs is 8080 port. But when you deploy your application in your server, you have to run on 80 port. In this page, I'll show you how to run Alinous-Core server on 80 port.
There are two way to do that.
- Using the Tomcat directly
- Using Tomcat with mod_ajp
Using the Tomcat directly
if you use the Tomcat as the web server, change the "server.xml". It is in the folder below.
Read more