Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,11 +16,11 @@ 16 16 ** if the first part of the host name (what is before the first point) is "www" XWiki goes to main wiki 17 17 ** if the first part of the host name match a wiki identifier XWiki goes to this wiki 18 18 19 -1.1 \[OPTIONNAL\] Application context19 +1.1 Application context (OPTIONNAL) 20 20 21 21 It's what the web container (jetty, tomcat, glassfish, etc.) use to find XWiki in all the web applications it contains. To remove it mainly depends on the possibilities and configuration of your web container. 22 22 23 -1.1 \[OPTIONNAL\]Struts action23 +1.1 Struts action (OPTIONNAL) 24 24 25 25 This is used by struts to call the right servlet. 26 26 ... ... @@ -32,7 +32,7 @@ 32 32 * /xmlrpc/: call xmlrpc servlet. 33 33 * /webdav/: call webdav servlet. See [dev:Drafts.WebDAV] for more details. 34 34 35 -1.1 \[OPTIONNAL\] Bin action35 +1.1 XWiki action (OPTIONNAL) 36 36 When the struts action is <tt>bin</tt> or the value of <tt>xwiki.virtual.usepath.servletpath</tt>, XWiki use "action" identifiers to determine what is the goal of the user when going to a page. 37 37 38 38 For example if the action is "edit" XWiki will print an editor the user use to modify a page content but if the "view" action is used XWiki will execute the page content to print/render the content.