First StepsPage edited by Emmanuel LécharnyChanges (1)
Full ContentDownloadDownload the latest MINA release from Downloads Section What's insideAfter the download is complete, extract the content of tar.gz or zip file to local hard drive. The downloaded compressed file has following contents --/mina-2.0.0 | |- dist |- docs |- lib |- src |- LICENSE.txt |- LICENSE.jzlib.txt |- LICENSE.ognl.txt |- LICENSE.slf4j.txt |- LICENSE.springframework.txt |- NOTICE.txt
Additional to these, the base directory has couple of license and notice files Running First MINA ProgramWell, we have downloaded the release, lets run our first MINA example, shipped with the release. Put the following jars in the classpath
On the command prompt, issue the following command : >java org.apache.mina.example.gettingstarted.timeserver.MinaTimeServer This shall start the server. Now telnet and see the program in action Issue following command to telnet telnet 127.0.0.1 9123 Well, we have run our first MINA program. Please try other sample programs shipped with MINA as examples.
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache MINA > First Steps confluence
- [CONF] Apache MINA > First Steps Anonymous (Confluence)
