I've got my xwiki at http://localhost/bin/

My ROOT.xml context
1) omits the docbase attribute (it was the cause of a persistent gripe from
tomcat)
2) sets path to "" (that is the option that got it done actually)

These were my guides:
tomcat/webapps/docs/config/context.html
tomcat/webapps/docs/config/host.html

My first try, changing the xwiki.cfg option
xwiki.webapppath=/
just caused me a lot of grief.


Trevor-3 wrote:
> 
> I've been trying to get XWiki installed as the ROOT webapp so I can access
> it with localhost:8080 instead of localhost:8080/xwiki (referencing
> http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs).
> 
> I had XWiki working properly first, following the original instructions
> (expanding the WAR to /usr/share/tomcat5.5/webapps/xwiki).
> 
> Then I renamed xwiki to ROOT
> I created a ROOT.xml file in /usr/share/tomcat5.5//conf/Catalina/localhost
> as follows:
> 
>     <Context path="/" docBase="/usr/share/tomcat5.5/webapps/ROOT" 
>         debug="0" privileged="false" allowLinking="true">
>     </Context>
> 
> and restarted Tomcat.
> 
> Now when I go to localhost:8080 I get 
>     "Connection Interrupted
>     The connection to the server was reset while the page was loading."
> 
> and get redirected to
> http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
> 
> Am I missing something?
> 
> Thanks,
> Trevor
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Configuring-XWiki-as-ROOT-webapp-tp3459179p3500583.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