SearchBlox - Getting started with Tomcat. 1. Drop searchblox.war into tomcat's webapps folder and Restart tomcat. 2. Go to http://yourhost/searchblox/admin/main.jsp in your browser and Login using username : admin / password : admin. 3. Go to Collections Tab and Click on Add Collection to create a new collection. 4. 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. 5. Click on Root Sub-Tab and Type in RootURL / Filepath and click OK. 6. Go to Indexer Sub-Tab and click Index button to start indexing. 7. Click on the DashBoard Sub-Tab under Collections to view indexing status. 8. Go to http://yourhost/searchblox/search.jsp to start searching. SearchBlox - Getting started with Weblogic. Note: SearchBlox must be deployed to the Weblogic Server using a exploded WAR directory. SearchBlox will NOT deploy correctly when deployed as a WAR archive. 1. Extract searchblox.war, using for example the Java jar tool or a regular unzip command. On Windows, applications like WinZip work as well. Extract the files into a directory or sub-directory named searchblox, for example C:\xxxx\searchblox. 2. Start the WebLogic Server Administration Console for the domain in which you will be working. 3. In the left pane of the Console, expand the Deployments folder, right-click Web Application Modules, and select Deploy a New Web Application Module. This initiates the Deployment Assistant. 4. Using the Deployment Assistant, locate the searchblox subdirectory which contains the exploded WAR files. WebLogic Server will deploy all components it finds in and below the specified directory. 5. When you have located the searchblox sub directory to configure, click Target Application. 6. If you have more than one server or cluster in your domain, select the one on which you want to deploy your new Web Application and click Continue. If you have just one server in your domain, go to the next step. 7. Enter searchblox as the name for the Web Application in the Name field. If you have more than one server or cluster in your domain, click whether you want to copy the file to each server. 8. Click Deploy. The Console displays the Deploy panel, which lists deployment status and deployment activities for the Web Application. After a few seconds, the status will change to "Success". 9. Go to http://yourhost/searchblox/admin/main.jsp in your browser and Login using username : admin / password : admin. 10. Go to Collections Tab and Click on Add Collection to create a new collection. 11. 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. 12. Click on Root Sub-Tab and Type in RootURL / Filepath and click OK. 13. Go to Indexer Sub-Tab and click Index button to start indexing. 14. Click on the DashBoard Sub-Tab under Collections to view indexing status. 15. Go to http://yourhost/searchblox/search.jsp to start searching.