Start of topic | Skip to actions
Installing Sun Java Application Server 9.0 on WindowsDownload the Java EE 5 SDKThe Java EE 5 SDK includes SJAS9 and is available at http://java.sun.com/javaee/downloads/index.jspSet up your Windows environmentAdd the SJAS binary directory to your Windows PATH environment. Right click My Computer->Properties->Advanced->Environment Variables and add/modify the following System Variables to your install directory:SJAS_HOME=C:\Development\Sun\AppServer PATH=....;%SJAS_HOME%\bin Start the server either from the command line or Start Menu.Windows command lineasadmin.bat start-domain domain1 Start MenuStart Menu->Programs->Sun Microsystems->Application Server PE 9->Start Default Server Check to see that the server started by visiting http://localhost:8080/. -- JesseSuen - 22 Aug 2006 | |||||