support: Customer Portal
Focused on delivering choice, investment protection and flexibility to organizations with valuable COBOL assets
 

isCOBOL Knowledge Base
Home > All Categories > isCOBOL Server and Thin Client > How do I set up isCOBOL Server (Application Server) and Thin Client?
Question Title 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 File Attachments
There are no attachment file(s) related to this question.
How helpful was this article to you?
User Comments User Comments Add Comment
There are no user comments for this question. Be the first to post a comment. Click Here
Related Questions Related Questions
  1. How do I use Java Web Start to automatically download and launch the thin client?
  2. In thin client mode how do I run a local external application like the Windows Calculator or Microsoft Excel?
  3. 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?
  4. How do I debug a program running in thin client mode?
  5. How do I avoid having to edit the Java security policy to allow isCOBOL thin client applet to connect?
  6. How do I download files from server to client using isCOBOL Thin Client?
  7. How do I use secure transport (SSL) with the isCOBOL thin client?
  8. The COBOL program suddenly terminates on the server and leaves thin client running with a blank screen
  9. What are the Java version requirements on the client and server? Do they need to match?
  10. How do I capture client side errors when using a different look and feel (e.g. Nimbus)?
Article Information Additional Information
Article Number: 1
Created: 2009-08-20 4:31 PM
Rating: 2.5 Star
 
Article Options Article Options
Print Question Print this Question
Email Question Email Question to Friend
Export to Adobe PDF Export to PDF File
Export to MS Word Export to MS Word
Bookmark Article
Subscribe to Article Subscribe to Article
 
Search Knowledge Base Search Knowledge Base



  Home   |   About Us   |   Contact   |   Legal   |   Privacy   |   Press  
 
 

© Veryant LLC - All Rights Reserved
Veryant and isCOBOL are trademarks or registered marks of Veryant LLC in the United States and other countries. All other marks are the property of their respective owners.