This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
INSTALL.txt
62 lines (55 loc) · 3.32 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Installing WSO2 AppFactory 1.0.0
===================================================
Standalone Mode
=======================
1. The directory containing this INSTALL.txt file will be the root and it will be
treated as Carbon home directory and let it be CARBON_HOME.
2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder.
3. To start AppFactory one can use either wso2server.sh in all Unix
systems & wso2server.bat file on Windows operating systems.
4. Either of the following commands can be used to start AppFactory
i) ./wso2server.sh {console|start|stop|restart|status|dump|version}
ii) wso2server.bat {start|stop|version}
Usage: wso2server.sh [command] [options] [system-properties]
command:
--run Run the AppFactory server
--start Start AppFactory as a Unix daemon in the background
--console Start AppFactory as a Unix daemon in the foreground
--stop Stop the AppFactory Unix daemon
--status Get the status of the AppFactory Unix daemon
--dump Print a thread dump of the AppFactory Unix daemon
--restart Restart the AppFactory Unix daemon
--version What version of the AppFactory server are you running
--n Start Multiple Instances of the same server after you
have successfully installed the Multiple-instances features
from a feature repo.
options:
--debug <port> Start the server in remote debugging mode.
port: The remote debugging port.
--cleanCache Clean cache & component repository
--cleanRegistry Clean registry space
--reset Clean the cache & component repository and the
registry space
system-properties:
-DhttpPort Overrides the HTTP port defined in the
transports.xml file
-DhttpsPort Overrides the HTTPS port defined in the
transports.xml file
-DSynapseServerName=[server-name]
Server name of the synapse server
-DosgiConsole=[port]
Start Carbon with Equinox OSGi console.
If the optional 'port' parameter is provided, a
telnet port will be opened
-DosgiDebugOptions=[options-file]
Start Carbon with OSGi debugging enabled.
If the optional 'options-file is provided, the
OSGi debug options will be loaded from it.
-Dsetup Clean the Registry database & other
configuration, recreate DB, re-populate the
configuration, and start Carbon
-Dcarbon.registry.root
The root of the Registry used by
this Carbon instance
-Dweb.location The directory into which UI artifacts
included in an Axis2 AAR file are extracted to