Personal tools
You are here: Home Download TangoWeb Installation Instructions
Log in


Forgot your password?
 

Installation Instructions

How to install the Tango Web demonstration project

  1. Download a zip version from the website : http://labs.jboss.com/jbossas/downloads/ 
  2. Unzip it into your computer
  3. Create a JBOSS_HOME environment variables

  • Create 3 environments variables:
  • TANGO_HOST : Tango host to access (Ex: gizmo:20000)
  • STATIC_WEB_SERVER : URL where the Web client download resources such as the client application, images.... (Ex: http://mycomputer.mydomain:8080/ATKWebServer/)
  • TANGO_WEB_SERVER : URL of the Web server. The Web client send ALL tango request to these URL.
(Ex: http://mycomputer.mydomain:8080/ATKWebServer/)          
  • Copy the downloaded ATKWebServer.war file into the directory $JBOSS_HOME/server/default/deploy/ or %JBOSS_HOME%/server/default/deploy/
  • Launch jboss by using $JBOSS_HOME/bin/run.sh or %JBOSS_HOME%/bin/run.bat script
  • Test installation: http://mycomputer.mydomain:8080/ATKWebServer
Document Actions