I'm trying to install XWiki on Tomcat. I have checked the web.xml and found:
<display-name>xwiki</display-name>
<description>XWiki Application</description>
But localhost:8080/xwiki
returns error 404:
description The requested resource (/xwiki) is not available.
I also found:
<servlet-mapping>
<servlet-name>XWikiService</servlet-name>
<url-pattern>/XWikiService</url-pattern>
</servlet-mapping>
But the same problem:
description The requested resource (//XWikiService) is not available.
Is something wrong with my installation? I didn't found any error in catalina.out. But when I try war name:
localhost:8080/xwiki-enterprise-web-4.1.2/
It works!
What should I check?