Changes for page Getting started: Installing the Requea Platform on your machine
on 2011/01/25 09:00
on 2011/01/25 09:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -23,3 +23,13 @@ 23 23 24 24 * launch tomcat: 25 25 26 +on Unix: 27 + 28 +{{code language="none"}} 29 +bin/catalina.sh run 30 +{{/code}} 31 + 32 +on Windows: 33 +{{code language="none"}} 34 +bin\catalina.bat run 35 +{{/code}}