This guide provides information on the standalone installation of WSO2 Tungsten. Prerequisites of WSO2 Tungsten and installation instructions including how to start Tungsten server & access Tungsten Management Console are laid down here.
Download Tungsten (Standalone) version.
Your feedback on WSO2 Tungsten is most appreciated. Please send them to our Mailing Lists.
| Java Runtime Environment | 1.4 or 1.5 (For instructions on setting up the JRE in different operating systems, visit http://java.sun.com) |
| Memory | No minimum requirement |
| Disk | No minimum requirement.
Approximately 40 MB will be used for war distribution |
| Operating System | Tested on Windows XP, Linux, Mac OS X, Fedora core, Ubuntu, Gentoo |
Note: WSO2 Tungsten 1.0 release successfully tested only on Windows XP
There are two methods of installation on MS Windows Operating System.
Download the tungsten-java-1.0.msi
Execute the msi and follow the instructions on the WSO2 Tungsten 1.0 Setup wizard
The first page of the installation wizard is as follows

Click on Next and it will lead you to the next page of the installation wizard which contains the End-User License Agreement.

Select check box to accept the terms in the license agreement which will enable the Next button. Clicking on Next button will lead you to the Custom Setup page shown below. Custom Setup page will allow you to select the features you want to be installed.

Browse button will take you to the page below where you can select the location or the destination folder of Tungsten.


By clicking on Custom Setup Page's Next button you go to the Ready to Install page below. By clicking on Install button WSO2 Tungsten 1.0 can be installed.

Once installation is complete and set up is exited by clicking on the Finish button on the WiX setup wizard, you'll be able to view WSO2 Tungsten on programs list on the start menu of the MS Windows. Shortcut to Tungsten 1.0 will also appear on the Desktop.
On the programs list of the start menu WSO2 Tungsten will have options to start Tungsten server, or add/remove Tungsten as a Network (NT) Service to Windows Services.

Once you add Tungsten as a NT Service to Windows services you can start service from Services in Administrative tools of the Control Panel.

The following steps will take you through the installation for MS Windows Operating System
Again, there are two methods of installation on Linux:
The following steps will take you through the binary distribution installation.
When trying to execute Tungsten binary from shell. eg: /usr/bin/tungsten (after WSO2 Tungsten 1.0 has been installed), if an error message saying 'Permission denied' pops up, then check the file permission of the tungsten.sh script and set execution permission.
In MS Windows systems use

In Debian Linux system use dpkg utility to remove the Tungsten installation. eg : dpkg -r tungsten
In Redhat Linux systems use rpm utility to remove the Tungsten installation. e: rpm -e tungsten
Once Tungsten 1.0 is successfully installed, in order to access Tungsten Management Console first run/ start Tungsten server, then launch web browser and point it to the URL https://localhost:9443/ (if you are using the default settings). This will take you to the Sign In page of Tungsten Management Console seen as below
Note: Tungsten server by default has two listeners, HTTP and HTTPS. The HTTP listener opens on port 9762, while the HTTPS listener opens on port 9443. The admin client only works through the HTTPS port.

For details on Tungsten Management Console see Administrator's Guide