Setting Up OrionServer
- Download the zip file from www.orionserver.com.
(or use the Orion zip file on your CD in JavaClassApps directory)
- Extract the zip file to your root: C:\
Note: unzipping will automatically create a folder called c:\orion
- Open the file: c:\orion\config\server.xml.
- Add a "compiler" entry to the file.
Code
Note 1
Note 2
- Open a DOS command prompt.
- Switch into c:\orion directory by typeing:
cd orion
- Run orion for the first time by typing:
java -jar orion.jar -install
- Enter "admin" for the password, when prompted.
- Run orion again without the install option:
java -jar orion.jar
- Open a browser and type: http://localhost/. If the Orion page comes up, it worked.