Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1. Install MySQL 5.

0, MySQL Admin GUI Tools


2. Install Apache Tomcat 5.5
3. Run the SQL script through MYSQL Admin Tool
4. Create a user 'biblio' with password 'biblio' and grant all previledges on th
e 'biblio' schema.
5. Start the Apache Tomcat server (if its not running already)
5. Copy the 'biblio.war' file at <Apache Tomcat home>/webapps/
6. Point broser at : http://localhost:8080/biblio/login.jsp
7. Login using the user 'test' with password 'test'

You might also like