This is a simple search engine developed in JAVA Servlets.
Installation Instruction:
- Download and unzip the file into your favorite directory.
- Create a database on your MySQL Server.
- Run all the queries from the source.txt file.
- Compile search.java file and install the servlet on you web server.
- To test your search engine key http://localhost:serverport/servlet/search in your browser. By now your search engine should work.
>> Simple Java Projects with Source Code Free Downloads