Amazon

Thursday 13 October 2011

Search Engine Code its free and it is developed in Servlets

Download Search Engine Code its free and Search engine is developed in ServletsDownload Search Engine CodeInstallation InstructionDownload and unzip the file into your favorite directory.Create a database on your MySQL Server.Run all the

Installation Instruction

  1. Download and unzip the file into your favorite directory. 
  2. Create a database on your MySQL Server.
  3. Run all the queries from the source.txt file. 
  4. Compile search.java file and install the servlet on you web server.
  5. To test your search engine key http://localhost:serverport/servlet/search in your browser. By now your search engine should work.


Download Search Engine Code