Messenger Web |
Additional Software Reuired
- Any Java Servlet 2.3 compatible container
Description
Messenger Web sample shows how to design and develop Web applications using UniMod.
Sample can’t be executed from Eclipse platform.
Run sample from command line
To assemble and run application from command line, do the following:
- Assemble ear and war files
ant ear
Command creates files ./assemble/messenger.war and ./assemble/messenger.ear - Deploy assembled files into any J2EE application server that supports Servlet 2.3 specification. For Tomcat (http://jakarta.apache.org/tomcat/index.html) and JBoss (http://jboss.org/downloads/index) servers simply copy messenger.ear into deploy folder;
- After deployment open URL http://<server>:<port>/messenger/controller.