Velocity log file

2011-05-12 Thread Logan Stinger
I'm using velocity as part of Solr. I am deploying my web app on JBossAS 6.0.0. The velocity.log file is being created in the directory I start jboss from. Where do I configure where the velocity.log file gets written too? Logan Stinger Description: bluelid_logo_small (515) 281-6702

Velocity.log file location

2011-05-12 Thread Logan Stinger
I'm using a nightly build of Solr 4.0 and I'm deploying the solr.war file to jboss 6.0.0. The velocity.log file gets written to the directory I'm in when I start JBoss. Where do I specify where this log file should be written too? Logan Stinger Description: bluelid_logo_small (515

RE: Standalone pages

2014-10-09 Thread Logan Stinger
It depends on the contents of your velocity file. If your velocity file contains no variables that need replaced by the velocity engine and is simply an html page then the answer is yes. You simply need to place the file in a directory that is accessible via url. I'm assuming you have an

RE: $link

2015-02-19 Thread Logan Stinger
SOLR uses response writers to convert a SOLR response in to the desired output format. There are various response writers you can use right out of the box and you can control which one is used via command line parameters or via solrconfig.xml file. Ie. wt=xml, wt=json, wt=velocity The