Hi All,
I am trying to convert JSPwiki pages to Xwiki pages.For that i used the code
which is in the link
http://code.xwiki.org/xwiki/bin/view/Extensions/JSPWikiToXWikiExtension .All
the needed jar files had been added to the classpath and try to build this
java class.Then it showed the following error
Starting up background thread: JSPWiki Lucene Indexer.
Starting up background thread: WatchDog for 'Wiki'.
com.ecyrd.jspwiki.InternalWikiException: java.io.IOException: Unable to find
web.xml for processing.
at
com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer.initialize(WebContainerAuthorizer.java:127)
at
com.ecyrd.jspwiki.auth.AuthorizationManager.initialize(AuthorizationManager.java:404)
at com.ecyrd.jspwiki.WikiEngine.initialize(WikiEngine.java:559)
at com.ecyrd.jspwiki.WikiEngine.<init>(WikiEngine.java:369)
at JspWikiImporter.export(JspWikiImporter.java:76)
at JspWikiImporter.main(JspWikiImporter.java:50)
com.ecyrd.jspwiki.WikiException: Failed to start managers:
java.io.IOException: Unable to find web.xml for processing.
at com.ecyrd.jspwiki.WikiEngine.initialize(WikiEngine.java:610)
at com.ecyrd.jspwiki.WikiEngine.<init>(WikiEngine.java:369)
at JspWikiImporter.export(JspWikiImporter.java:76)
at JspWikiImporter.main(JspWikiImporter.java:50)
Caused by: com.ecyrd.jspwiki.InternalWikiException: java.io.IOException:
Unable to find web.xml for processing.
at
com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer.initialize(WebContainerAuthorizer.java:127)
at
com.ecyrd.jspwiki.auth.AuthorizationManager.initialize(AuthorizationManager.java:404)
at com.ecyrd.jspwiki.WikiEngine.initialize(WikiEngine.java:559)
... 3 more
I added a dummy web.xml in WEB-INF directory.But the same issue occurs.What
is to be done to rectify this issue and what are the essential components
that are needed in the said web.xml? Please help me.
If anybody have any idea please let me know.
Thanks,
Jins Jacob