Installation instructions for the Heart’s Wishing Wall :
Attached database SQLServer2008
(1) Copy the two files in the DataBase folder to the Data folder under the SQLServer2000 installation path.
(2) Open "Your Server" in SQL Server 2008, then expand the local server, right-click the "Database" data item, and select the "All Tasks"/"Additional Database" menu item in the pop-up shortcut menu.
(3) The "Attach Database" dialog box will pop up. Click the "" button in the dialog box, select the .mdf file of the database to be attached, and click the "OK" button to complete the database attachment operation.
Publish the program to Tomcat (1) Copy the "01" folder to the webapps folder under the Tomcat installation path.
(2) The Struts2.0 driver package (antlr.jar, commons-beanutils.jar, commons-digester.jar, commons-fileupload.jar, commons-logging.jar, commons-validator.jar, jakarta-oro.jar, jsf-api.jar, jsf-impl.jar, jstl-1.2.jar, jstl.jar, standard.jar, struts.jar) and SQLServer2008 database driver package (sqljdbc4) are copied to webapps�1WEB-INFlib in the Tomcat installation path folder.
(3) Select the "All Programs Apache Tomcat 6.0 Monitor Tomcat" command in the start menu. At this time, the icon identifying the startup status of the Tomcat server will be displayed in the Windows system tray. If it is displayed, it means that the Tomcat server has not started. At this time, you can Right-click the icon and select the "StartService" menu item in the pop-up shortcut menu to start the Tomcat server. After startup, it will be displayed as.
(4) Open the IE browser, enter http://localhost:8080/ in the address bar, and enter the "Tomcat Software Management" page.
Note: 8080 is the port number set when installing Tomcat.
(5) Click the TomcatManager hyperlink to pop up the "Connect to localhost" dialog box.
(6) Enter the user name and password to log in to Tomcat in the user name and password fields, and click the [OK] button.
(7) Enter the "Tomcat Application Management" page, click "01" on this page, enter the main page of the program, and complete the Tomcat configuration.