Last modified by Thomas Mortagne on 2023/10/13

<
From version < 4.1 >
edited by Vincent Massol
on 2014/09/12
To version < 2.1 >
edited by Guillaume Delhumeau
on 2014/09/09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.gdelhumeau
Content
... ... @@ -16,85 +16,8 @@
16 16  
17 17  == Miscellaneous ==
18 18  
19 -* When using the Standalone distribution, the format has changed when passing parameters. The new format is:(((
19 +<insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
20 20  
21 -start_xwiki.sh:
22 -
23 -{{code language="none"}}
24 -# ----------------------------------------------------------------------------------------------------------------
25 -# Optional ENV vars
26 -# -----------------
27 -# XWIKI_OPTS - parameters passed to the Java VM when running XWiki e.g. to increase the memory allocated to the
28 -# JVM to 1GB, use set XWIKI_OPTS=-Xmx1024m
29 -# JETTY_PORT - the port on which to start Jetty.
30 -# JETTY_STOP_PORT - the port on which Jetty listens for a Stop command.
31 -#
32 -# Optional Parameters
33 -# -------------------
34 -# -p, --port: The Jetty HTTP port to use. Overrides any value from JETTY_PORT. Defaults to 8080.
35 -# -sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
36 -# -ld, --lockdir: The directory where the executing process id is stored to verify that that only one instance is
37 -# started. Defaults to /var/tmp.
38 -# -k, --kill: If set then kills any already executing XWiki instance before starting a new one.
39 -#
40 -# Example
41 -# -------
42 -# start_xwiki.sh -p 8080 -sp 8079 -k
43 -# ----------------------------------------------------------------------------------------------------------------
44 -{{/code}}
45 -
46 -start_xwiki_debug.sh:
47 -
48 -{{code language="none"}}
49 -# ----------------------------------------------------------------------------------------------------------------
50 -# Optional ENV vars
51 -# -----------------
52 -# XWIKI_OPTS - parameters passed to the Java VM when running XWiki e.g. to increase the memory allocated to the
53 -# JVM to 1GB, use set XWIKI_OPTS=-Xmx1024m
54 -# JETTY_PORT - the port on which to start Jetty.
55 -# JETTY_STOP_PORT - the port on which Jetty listens for a Stop command.
56 -#
57 -# Optional Parameters
58 -# -------------------
59 -# -p, --port: The Jetty HTTP port to use. Overrides any value from JETTY_PORT. Defaults to 8080.
60 -# -sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
61 -# -ld, --lockdir: The directory where the executing process id is stored to verify that that only one instance is
62 -# started. Defaults to /var/tmp.
63 -# -k, --kill: If set then kills any already executing XWiki instance before starting a new one.
64 -# -yp, --yourkitpath: The path where Yourkit can find the agent. If not passed then YourKit won't be enabled.
65 -# For example: "/Applications/YourKit Java Profiler 7.0.11.app/bin/mac"
66 -# or "/home/User/yjp-11.0.8/bin/linux-x86-64/"
67 -#
68 -# Example
69 -# -------
70 -# start_xwiki_debug.sh -yp "/Applications/YourKit Java Profiler 7.0.11.app/bin/mac"
71 -# ----------------------------------------------------------------------------------------------------------------
72 -{{/code}}
73 -
74 -stop_xwiki.sh:
75 -
76 -{{code language="none"}}
77 -# ----------------------------------------------------------------------------------------------------------------
78 -# Optional ENV vars
79 -# -----------------
80 -# XWIKI_OPTS - parameters passed to the Java VM when running XWiki e.g. to increase the memory allocated to the
81 -# JVM to 1GB, use set XWIKI_OPTS=-Xmx1024m
82 -# JETTY_STOP_PORT - the port on which Jetty listens for a Stop command.
83 -#
84 -# Optional Parameters
85 -# -------------------
86 -# -p, --port: The Jetty HTTP port that was used to start XWiki. Defaults to 8080.
87 -# -sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
88 -# -ld, --lockdir: The directory where the executing process id is stored to verify that that only one instance is
89 -# started. Defaults to /var/tmp.
90 -#
91 -# Example
92 -# -------
93 -# stop_xwiki.sh -sp 8079
94 -# ----------------------------------------------------------------------------------------------------------------
95 -{{/code}}
96 -)))
97 -
98 98  See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
99 99  
100 100  = For Developers =
... ... @@ -116,7 +116,6 @@
116 116  == Miscellaneous ==
117 117  
118 118  * The ##auto## value has been added to the ##align## option of the ##[[Auto Suggest Widget>>platform:DevGuide.AutoSuggestWidget]]##.
119 -* A new parameter ##targetQueryString## has been added to the UI Extension points [[##org.xwiki.platform.panels.Applications##>>platform:ExtensionPoint.AddApplicationUIX]] and [[##org.xwiki.platform.panels.Applications.more##>>platform:ExtensionPoint.MoreApplicationUIX]].
120 120  
121 121  = Translations =
122 122  

Get Connected