jquery is actually in the .war file, so you read it directly from the server.
The file?file=/velocity... request streams content from inside your solr configuration directory On Thu, Dec 2, 2010 at 10:35 AM, Eric Pugh <[email protected]> wrote: > Hi all, > > Looking at Solr 3.x, it seems like that path to jquery fails if you are using > multicore. > > In layout.vm there is: > > <script type="text/javascript" > src="#{url_for_solr}/admin/jquery-1.2.3.min.js"></script> > > However, for other files it is specified via: > > <script type="text/javascript" > src="#{url_for_solr}/admin/file?file=/velocity/jquery.autocomplete.js&contentType=text/javascript"></script> > > > Thinking that the URL for jquery should be the same as the other > jquery.autocomplete.js, and packaged in the /velocity directory as well??? > > Eric > > > ----------------------------------------------------- > Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | > http://www.opensourceconnections.com > Co-Author: Solr 1.4 Enterprise Search Server available from > http://www.packtpub.com/solr-1-4-enterprise-search-server > Free/Busy: http://tinyurl.com/eric-cal > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
