How do I set up isCOBOL Server (Application Server) and Thin Client? |
Start the server using the following command line:
java com.iscobol.as.AppServerImpl -port port -hostname server
-port and -hostname are optional.
Start the client using one of the following command lines:
isclient -port port -hostname server MYAPPMAIN
iscclient -port port -hostname server MYAPPMAIN
java com.iscobol.gui.client.Client -port port -hostname server MYAPPMAIN
If you have problems you can get more information by using the following command line instead of isclient or iscclient:
java com.iscobol.gui.client.Client -port port -hostname server MYAPPMAIN
Also, on the server add the following to your iscobol.properties file:
iscobol.as.logging=true
iscobol.as.logfile=/home/homedir/iscobol.as.logfile.txt
iscobol.as.authentication=0
Replace /home/homedir/iscobol.as.logfile.txt with the filename of your choice.
If you want to "ping" or get other information about the server from the client you can run:
iscclient -info -port port -hostname server
or
java com.iscobol.gui.client.Client -hostname server -port port ASA$INFO
|
| Authored
by: Veryant Support
This question has been viewed 1223 times so far.
|
| Click
Here to View all the questions in isCOBOL Server and Thin Client
category. |
File Attachments |
| There are no attachment file(s) related to this question. |
| |
User Comments |
 |
|
| There are no user comments for this question. Be the first to post a comment. Click Here |
Related Questions
|
- How do I use Java Web Start to automatically download and launch the thin client?
- In thin client mode how do I run a local external application like the Windows Calculator or Microsoft Excel?
- With thin client is there a way to update and push changes to programs live (on the fly), without having to kill and restart the isCOBOL Server?
- How do I debug a program running in thin client mode?
- How do I avoid having to edit the Java security policy to allow isCOBOL thin client applet to connect?
- How do I download files from server to client using isCOBOL Thin Client?
- How do I use secure transport (SSL) with the isCOBOL thin client?
- The COBOL program suddenly terminates on the server and leaves thin client running with a blank screen
- What are the Java version requirements on the client and server? Do they need to match?
- How do I capture client side errors when using a different look and feel (e.g. Nimbus)?
|