Follow the below mentioned steps to start the Report Server and Web Server:
To Start the Report Server and Web Server
Intellicus provides a script (intellicus.sh) which helps to launch, stop and monitor the application. This script is located at /Applications/Intellicus<version>.
It expects a user input to perform the appropriate action given below:
- start: to start the report server and web server
- stop: to stop the report server and web server
- status: to provide the status of report server and web server
- To launch the application, run the sh script file with start as user input
./intellicus.sh start
Figure 6: Starting IntellicusBoth Intellicus report and web servers are launched and a success message “Designers can start now” appears. - To monitor the application, run the intellicus.sh script file with status as user input ./intellicus.sh status. The status of Intellicus report
server and web server returns.
Figure 7: Get Status of Intellicus Report and Web ServersYou can explicitly start the Report Server or Web Server by following the below steps:
To Start the Report Server Only
Intellicus provides a script (reportserver.sh) which enables to launch, stop and monitor the Intellicus report server. This script is located at /Applications/Intellicus<version>.
It expects a user input to perform the appropriate action given below:
- start : to start the report server
- stop : to stop the report server
- status : to provide the status of report server
- To launch the report server run the sh script file with start as user input ./reportserver.sh start
- To monitor the report server run the reportserver.sh script file with status as user input./reportserver.sh status
You can also follow the below mentioned steps to start the Report Server:
To start the Report Server, run the file ‘run.sh’ located in the ‘/Applications/Intellicus<version>/reportengine/bin’ folder.
./run.sh
To Start the Web Server Only
You can follow the below mentioned steps to start the Web Server only:
Intellicus provide a script (webserver.sh) which enables to launch, stop and monitor the Intellicus web server. This script is located at /Applications/Intellicus<version>.
The script expects a user input to perform the appropriate action:
- start: to start the web server
- stop: to stop the web server
- status: to provide the status of web server
- To launch the web server run the webserver.sh script file with start as user input
./webserver.sh start - To monitor the web server run the webserver.sh script file with status as user input
./webserver.sh status
You can also follow the below mentioned steps to start the Web Server only:
To start the Intellicus Web server, run the file ‘startup.sh’ located in the ‘/Applications/Intellicus/jakarta/bin’ folder.
./startup.sh
To Start Intellicus Web Reporting suite
- Open the browser.
- In address bar, specify the following URL:
http://<IP of the webserver>/8080/intellicus
For example, http://120.98.99.256/8080/intellicusIf user has changed the default Web Server port, specify the following URL:
http://<IP of the webserver:port number>/intellicus
For example, if the changed port number is 7000, the URL would be:
http://120.98.99.256:7000/intellicus