I installed xwiki via devian-package. All is working, but I want to configure
xwiki as root webapp. I am not a specialist in this (configuring tomcat) ...

How I can do this especially in situation, when was used debian package
(with not standart path-s). For example, xwiki app didn't placed in
tomcat/webapps ...

I founded file \etc\xwiki\xwiki-tomcat.xml with this content:


<Context path="/xwiki" docBase="/usr/lib/xwiki"
   debug="0" privileged="true" allowLinking="true" crossContext="true">
  
  <Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true" />
</Context>

I tried to change path="/xwiki" with path="/" or path="/ROOT" - but no any
changes in a realty (of course after restarting tomcat) - xwiki opened with
path localhost://8080/xwiki ...

Maybe need another modifications?

--
Thanks beforehand
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/xwiki-as-root-webapp-tp7581242.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to