Deploy the XWiki Enterprise 8.0 WAR , install in Tomcat 8
According to this article
http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs  make 
http://localhost:8080/xwiki/bin/view/Main/ as http://localhost:8080/Main/
I remove tomcat ROOT folder,copy xwiki war and rename ROOT
now I have a question:
I put robots.txt in /ROOT,then I found that http://localhost:8080/robots.txt 
file not found.
I found that web.xml has redirect,so I put 
<servlet-mapping>
    <servlet-name>default</servlet-name>
    <url-pattern>/robots.txt</url-pattern>
  </servlet-mapping>
also not use.

now , i need romove web.xml  redirect Related configuration file?




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/robots-txt-not-found-tp7599302.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