Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Ubuntu deploying Solr (4.4) to Tomcat (7.0.53)     - Tecplot Installation under Linux (Linux)

- Linux system security settings (Linux)

- Ubuntu 14.04 compile, install, configure, the latest development version GoldenDict (Linux)

- ORA-04091 and Compound Trigger (Oracle 11g) (Database)

- Construction Spark source and application development environment (Server)

- Linux Operating System Security Study (Linux)

- Download Manager uGet 2.0 installed in Debian, Ubuntu, Linux Mint and Fedora (Linux)

- Ubuntu 14.04.02 LTS startup items erroneous writing / dev / sda1 (win 7 loader) Repair (Linux)

- Ubuntu 15.04 and CentOS 7 to deploy .NET, Mono and DNX (Server)

- Python in yield (Programming)

- Minimum period string problem (Programming)

- DRBD daily management (Server)

- It is time to upgrade your gulp 4.0 (Programming)

- Linux use additional rights (Linux)

- Basic data types JavaScript type system and the type of packaging (Programming)

- Remote database using RMAN recovery test (RAC return to single-instance database) (Database)

- Oracle inline view updates problems encountered (Database)

- Package the Python script file into an executable file (Programming)

- MySQL binlog group to submit XA (two-phase commit) (Database)

- HAProxy performance under high concurrency (Server)

 
         
  Ubuntu deploying Solr (4.4) to Tomcat (7.0.53)
     
  Add Date : 2018-11-21      
         
         
         
  The main steps are as follows:

1. Download solr-4.4.0.tgz

2, in the / home / wujiaqi / directory, decompress solr-4.4.0.tgz

tar -xzvf solr-4.4.0.tgz

3. Copy ./example/ webapps solr directory / solr.war to the tomcat webapps directory

cp /home/wujiaqi/solr/example/webapps/solr.war / home / wujiaqi / apache-tomcat / webapps /

4. Create a new bin inside tomcat solr directory

cd / home / wujiaqi / apache-tomcat / bin /

mkdir solr

5. Copy collection1 solr.xml solr directory and the example / solr solr directory to the directory tomcat's bin directory

cd / home / wujiaqi / solr / example / solr /

cp -r collection1 / solr.xml / home / wujiaqi / apache-tomcat / bin / solr

6. Copy all jar package solr of example / lib / ext / under the tomcat / webapps / solr / WEB-INF lib directory

cd / home / wujiaqi / solr / example / lib / ext

cp * .jar / home / wujiaqi / apache-tomcat / webapps / solr / WEB-INF / lib

7. In tomcat / webapps / solr / WEB-INF / classes under a new directory, copy the file solr for example / resources down to the classes directory

8, modify tomcat / webapps / solr / WEB-INF / web.xml file, as follows: