This software is implemented using jsp+sqlserver+hibernate+struts, and uses freemarker staticization, member login status and article clicks to be dynamically processed using ajax. This system was developed for the purpose of learning technology. This system is open source code, just to bring some help to jsp learners.
I believe it can be helpful to many jsp learners. Since the website was developed for personal use in my spare time, the functionality may not be very complete and is only for learning reference.
The installation steps are as follows:
1. First of all, the system running environment, JDK5.0 running environment TOMCAT5.5, sqlserver2000, I believe Java learners should have the configuration of the environment. If not, you can configure it.
2. The database file sealee_sql is restored to the sqlserver database. Database namesealee
3. Copy the files in the WebRoot directory to the TOMCAT project folder
4. Configure hibernate.cfg.xml in the WebRootWEB-INFclasses directory to configure the relevant parameters of the database link. templates is the freemarker template directory, html is the HTML directory generated by the system, and member is the member-related page.
5. Start TOMCAT. Enter the URL under the test path in the browser to test.
6. Backend management URL/manage/, please go to the restored database to query the administrator account and password.
Note: The program may not have been developed for a long time and the system is not perfect. It is only for learning purposes!