Getting Started with SearchBlox Server for Windows
- Download and install the SearchBlox Server.
- Start the SearchBlox Server by clicking on the "SearchBlox Server" DeskTop Icon or selecting "Start SearchBlox" from the Windows Start Menu.
- Go to http://localhost:8080/searchblox/admin/main.jsp in your browser and Login using username : admin / password : admin
- Go to Collections Tab and Click on Add Collection to create a new collection.
- Choose whether it is a HTTP or FileSystem based collection, assign a unique name and choose the language for this collection. And Click Add to finish creating the collection.
- Click on Root Sub-Tab and Type in RootURL / Filepath and click OK.
- Go to Indexer Sub-Tab and click Index button to start indexing.
- Click on the DashBoard Sub-Tab under Collections to view indexing status.
- Go to http://localhost:8080/searchblox/search.jsp to start searching.
- Go to the bin folder under the SearchBlox installation
- To install the service, type
Jetty-Service.exe --install jetty-service.conf
or
Jetty-Service.exe -i jetty-service.conf
SearchBlox is now installed as a Windows service. - Use Windows Administrative Tools | Services to start and stop SearchBlox
- To remove the service, type
Jetty-Service.exe --remove jetty-service.conf
or
Jetty-Service.exe -r jetty-service.conf
Note: The above application (Jetty-Service.exe) must execute with administrator rights otherwise, it fails. In Vista, even with administrator account the service fails to install giving an error 'OpenSCManager failed'.
Below is the solution to this problem. This will now open a command prompt window with administrator rights.
Go to Start | All Programs | Accessories, then right-click on "Command Prompt", and select "Run as administrator".
