[
https://issues.apache.org/jira/browse/JSPWIKI-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605149#action_12605149
]
Harry Metske commented on JSPWIKI-263:
--------------------------------------
Janne,
can you change the http://www.ecyrd.com/~jalkanen/JSPWiki/2.6.2/README ,
section Simpl Installation :
replace:
2) Drop the JSPWiki.war file in your <tomcat home>/webapps/ directory.
Optional: Rename the JSPWiki.war if you want your URL to end with
something else than /JSPWiki/. For example, to get it called "wiki"
just rename the "JSPWiki.war" file to "wiki.war".
with:
2) After you've installed the engine and checked that it works, you just
make a subdirectory under $TOMCAT_HOME/webapps/.
For example, if you want your application to be called 'MyWiki', just create
a directory
called 'MyWiki', then extract all files from the war file into that
directory, preserving the directory structure.
and close this issue ?
> war and Tomcat 6.0.16 unable to deploy
> --------------------------------------
>
> Key: JSPWIKI-263
> URL: https://issues.apache.org/jira/browse/JSPWIKI-263
> Project: JSPWiki
> Issue Type: Bug
> Affects Versions: 2.6.2, 2.7.x
> Environment: Gentoo Linux, Java 6 [also Tomcat 5.5.26] [also Java 5]
> Reporter: Tomas Cerny
> Priority: Trivial
>
> I have default tomcat install. I drop war file on server
> and I got this stack trace
> Background thread error: (stack trace follows)
> java.lang.NullPointerException
> at com.ecyrd.jspwiki.util.WatchDog.enterState(WatchDog.java:231)
> at
> com.ecyrd.jspwiki.search.LuceneSearchProvider$LuceneUpdater.backgroundTask(LuceneSearchProvider.java:711)
> at
> com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:135)
> Exception in thread "JSPWiki Lucene Indexer"
> com.ecyrd.jspwiki.InternalWikiException
> at
> com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:171)
> Background thread error: (stack trace follows)
> java.lang.NullPointerException
> at com.ecyrd.jspwiki.util.WatchDog.enterState(WatchDog.java:231)
> at
> com.ecyrd.jspwiki.search.LuceneSearchProvider$LuceneUpdater.backgroundTask(LuceneSearchProvider.java:711)
> at
> com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:135)
> Exception in thread "JSPWiki Lucene Indexer"
> com.ecyrd.jspwiki.InternalWikiException
> at
> com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:171)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.