<
From version < 13.1 >
edited by Thomas Mortagne
on 2008/12/10
To version < 14.1 >
edited by Thomas Mortagne
on 2008/12/10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,13 +18,16 @@
18 18  
19 19  1.1 Application context (OPTIONAL)
20 20  
21 +See [platform:Main.ShortURLs#HApplicationname] for more details on how to remove this part of the url.
22 +
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 -See [platform:Main.ShortURLs#HApplicationname] for more details on how to remove this part of the url.
24 -1.1 Struts action (OPTIONAL)
25 +1.1 Servlet mapping name (OPTIONAL)
25 25  
26 -This is used by struts to call the right servlet.
27 +See [platform:Main.ShortURLs#HServletmappingname] for more details on how to remove this part of the url.
27 27  
29 +This is used by the container to call the right servlet.
30 +
28 28  It can be:
29 29  * /bin/: it's the default action is none is specified. It calls the standard XWiki view to edit/view/delete wiki page etc.
30 30  * /wiki/wikialias: call the same servlet but will be use to determine the subwiki to acces if <tt>xwiki.virtiual.usepath</tt> is enabled in <tt>xwiki.cfg</tt>. Notes that you can change the "wiki" part with anything else using <tt>xwiki.virtual.usepath.servletpath</tt> and by modifying web.xml to reflect the new Struts action name. If the struts action name is the same that.
... ... @@ -33,12 +33,14 @@
33 33  * /xmlrpc/: call xmlrpc servlet.
34 34  * /webdav/: call webdav servlet. See [dev:Drafts.WebDAV] for more details.
35 35  
39 +1.1 Struts action (OPTIONAL)
40 +
36 36  See [platform:Main.ShortURLs#HStrutsactionname] more more details on how to remove this part of the url.
37 -1.1 XWiki action (OPTIONAL)
38 -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.
39 39  
40 -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.
43 +When the servlet mapping name 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.
41 41  
45 +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.
46 +
42 42  1.1 Space
43 43  All XWiki page are located in what is called a "space". You have only one level of space but you can indicate a "parent space" for a space.
44 44  

Get Connected