Re: How to use my customer jar with tomcat6 in FreeBSD6

2007-03-21 Thread Rashmi Rubdi
I forgot to mention, don't unset the path and CATALINA_HOME variables, but change $TOMCAT_HOME to $CATALINA_HOME in the path variable you have. set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin $JAVA_HOME/bin $TOMCAT_HOME/bin

Re: How to use my customer jar with tomcat6 in FreeBSD6

2007-03-21 Thread James liu
failed emporarily. log show me inforamtion: xml i use editplus to test, it is ok...so i don't know where is error. Mar 22, 2007 10:55:07 AM org.apache.catalina.core.ApplicationContext log SEVERE: StandardWrapper.Throwable org.apache.solr.core.SolrException: Schema Parsing Failed at

Re: How to use my customer jar with tomcat6 in FreeBSD6

2007-03-21 Thread James liu
Yes i test and i remain JAVA_HOME and CATALINA_HOME. But test failed. 2007/3/22, Rashmi Rubdi [EMAIL PROTECTED]: I forgot to mention, don't unset the path and CATALINA_HOME variables, but change $TOMCAT_HOME to $CATALINA_HOME in the path variable you have. set path = (/sbin /bin /usr/sbin

Re: How to use my customer jar with tomcat6 in FreeBSD6

2007-03-21 Thread Rashmi Rubdi
These errors are SOLR related errors, I don't think they are Tomcat errors. I don't know SOLR at this moment, but it appears that the code is looking for some XML or Schema file and unable to read it possibly due to file read permissions on Unix or it could be due to other reasons such as path

Re: How to use my customer jar with tomcat6 in FreeBSD6

2007-03-21 Thread James liu
2007/3/22, Rashmi Rubdi [EMAIL PROTECTED]: These errors are SOLR related errors, I don't think they are Tomcat errors. I don't know SOLR at this moment, but it appears that the code is looking for some XML or Schema file and unable to read it possibly due to file read permissions on Unix or it

<    1   2