I've put roller-custom.properties at
C:\jakarta-tomcat-5.5.4\webapps\roller\WEB-INF\classes
I've set JAVA_OPTS at catalina.bat like this: set
JAVA_OPTS="-Droller.custom.config=C:/jakarta-tomcat-5.5.4/webapps/roller/WEB-INF/classes/roller-custom.properties"
and I've copy paste all default properties from configuration guide
and change the upload dir like this
uploads.dir=C:\roller_data\roller_index and change search index
setting like this search.index.dir=C:\roller_data\uploads
But i still have an error in my tomcat :
ERROR 2005-06-27 13:54:40,339 StandardWrapperValve:invoke -
Servlet.service() for servlet action threw exception
java.lang.NullPointerException
at org.apache.lucene.store.FSDirectory.create(FSDirectory.java:149)
at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:128)
Any suggestion abt this?
Thx before :)