Starting the Extended Server actually means to start several server processes on a server machine. For a Windows host these can be configured to run as Windows Services, for Unix types of servers and development servers you will start the server processes manually. It should be noted that starting of JBoss Application Server is relevant only if JBoss was selected as the application server.
If you, during the installation have selected that you want Windows services, then all you have to do is to start the Windows services.
If you do not want to use Windows services, then you have to start the IFS Servers manually. The program/scripts for JBoss Server, Batch Server and Connect Server are located in the <ifs_home>\instance\<Instance>\bin catalog.
If you are not running on a Windows Machine, you have to start the Extended Server manually. The start scripts for Extended Server, Batch Server and Connect Server are located in the <ifs_home>/instance/<Instance>/bin catalog.
A template for boot/shutdown is included as <ifs_home>/bin/ifsctl.sh.
This script should always be run as root and must be edited for your specific
installation, e.g. if more Batch/Connect servers are added.
This section is a reference of the capabilities, location, and names of the Unix version of the server scripts.
Command Script Basics | |
---|---|
Location | <ifs_home>/bin |
Name | ifsctl.sh |
Comment | Run as user root |
Command Script Parameters | |
start | calls subscripts with start argument |
stop | calls subscripts with stop argument |
status | calls subscripts with status argument |
Command Script Basics | |
---|---|
Location | <ifs_home>/instance/<Instance>/bin |
Name | jboss.sh |
Comment | Run as user ifs |
Command Script Parameters | |
start | starts the server |
stop | stops the server |
status | displays the status for the server |
Command Script Basics | |
---|---|
Location | <ifs_home>/instance/<Instance>/bin |
Name | batchserver1.sh |
Comment | Run as user ifs |
Command Script Parameters | |
start | starts the server |
stop | stops the server |
status | displays the status for the server |
Command Script Basics | |
---|---|
Location | <ifs_home>/instance/<Instance>/bin |
Name | connectserver1.sh |
Comment | Run as user ifs |
Command Script Parameters | |
start | starts the server |
stop | stops the server |
status | displays the status for the server |
![]() |
The different server are running. The IFS Enterprise Explorer is a web deployed application. After running the standard installation the installation technician needs to sign the application. This is a security measure to assure that end users can trust the application. Read more details about Signing IFS Enterprise Explorer. The next step is to test the Extended Server by logging on using IFS Enterprise Explorer. |
![]() |
If you can't find the Windows service in the Windows Services Tool. It's
possible that the install program couldn't add the service or that you didn't
select the server part to be installed as a Service. Note: You can also install and uninstall the services at any time using the install_service_*.cmd and uninstall_service_*.cmd scripts. |