Description: Deployment of Web applications, please click the following steps: 1. Into reg_login path, will mysql.sql script into MySQL database statement. 2. Modify reg_login \ WEB-INF directory of the applicationContext.xml file, which will change the database password for your database password. 3. Recommended as the application server Tomcat 5.5 series. Copy the entire application to TOMCAT_HOME /webapps directory. 4. Start Dos or shell window, enter the reg_login \ WEB-INF directory, type: ant compile- This command is used to compile the application. 5. Start Tomcat server. 6. Login.jsp system page is the login page, Regist.jsp page is the registration page.
To Search:
- [SSH2] - struts2 spring small demo program hope t
- [02] - The main purpose of the library manageme
File list (Check if you may need any files):
20\20.readme.txt
..\reg_login\Login.jsp
..\.........\Regist.jsp
..\.........\error.jsp
..\.........\json.js
..\.........\mysql.sql
..\.........\prototype-1.4.0.js
..\.........\success.jsp
..\.........\images\main.css
..\.........\WEB-INF\applicationContext.xml
..\.........\.......\build.xml
..\.........\.......\decorators.xml
..\.........\.......\web.xml
..\.........\.......\src\User.hbm.xml
..\.........\.......\...\ehcache.xml
..\.........\.......\...\log4j.properties
..\.........\.......\...\struts.xml
..\.........\.......\...\org\yeeku\web\AuthImg.java
..\.........\.......\...\...\.....\service\UserManager.java
..\.........\.......\...\...\.....\.......\impl\UserManagerImpl.java
..\.........\.......\...\...\.....\model\User.java
..\.........\.......\...\...\.....\dao\UserDao.java
..\.........\.......\...\...\.....\...\hibernate\UserDaoHibernate.java
..\.........\.......\...\...\.....\action\LoginAction.java
..\.........\.......\...\...\.....\......\RegistAction-validation.xml
..\.........\.......\...\...\.....\......\RegistAction.java
..\.........\.......\...\...\.....\......\ValidateNameAction.java
..\.........\.......\...\...\.....\......\base\BaseAction-validation.xml
..\.........\.......\...\...\.....\......\....\BaseAction.java
..\.........\.......\lib\activation.jar
..\.........\.......\...\antlr-2.7.6.jar
..\.........\.......\...\aopalliance.jar
..\.........\.......\...\c3p0-0.9.0.4.jar
..\.........\.......\...\cglib-nodep-2.1_3.jar
..\.........\.......\...\commons-beanutils.jar
..\.........\.......\...\commons-collections.jar
..\.........\.......\...\commons-digester.jar
..\.........\.......\...\commons-logging.jar
..\.........\.......\...\commons-validator.jar
..\.........\.......\...\dom4j-1.6.1.jar
..\.........\.......\...\ehcache-1.1.jar
..\.........\.......\...\freemarker-2.3.8.jar
..\.........\.......\...\hibernate3.jar
..\.........\.......\...\jakarta-oro.jar
..\.........\.......\...\jsonplugin-0.7.jar
..\.........\.......\...\jta.jar
..\.........\.......\...\junit.jar
..\.........\.......\...\log4j-1.2.13.jar
..\.........\.......\...\mail.jar
..\.........\.......\...\mysql-connector-java-3.1.10-bin.jar
..\.........\.......\...\ognl-2.6.11.jar
..\.........\.......\...\pull-parser-2.1.10.jar
..\.........\.......\...\saaj.jar
..\.........\.......\...\sitemesh-2.3.jar
..\.........\.......\...\spring-mock.jar
..\.........\.......\...\spring.jar
..\.........\.......\...\struts2-core-2.0.8.jar
..\.........\.......\...\struts2-sitemesh-plugin-2.0.6.jar
..\.........\.......\...\struts2-spring-plugin-2.0.8.jar
..\.........\.......\...\xwork-2.0.3.jar
..\.........\.......\decorators\book.html
..\.........\.......\..........\link.html
..\.........\.......\..........\main.css
..\.........\.......\..........\main.jsp
..\.........\.......\..........\panel.jsp
..\.........\.......\classes\User.hbm.xml
..\.........\.......\.......\ehcache.xml
..\.........\.......\.......\log4j.properties
..\.........\.......\.......\struts.xml
..\.........\.......\.......\org\yeeku\web\AuthImg.class
..\.........\.......\.......\...\.....\service\UserManager.class
..\.........\.......\.......\...\.....\.......\impl\UserManagerImpl.class
..\.........\.......\.......\...\.....\model\User.class
..\.........\.......\.......\...\.....\dao\UserDao.class
..\.........\.......\.......\...\.....\...\hibernate\UserDaoHibernate.class
..\.........\.......\.......\...\.....\action\LoginAction.class
..\.........\.......\.......\...\.....\......\RegistAction-validation.xml
..\.........\.......\.......\...\.....\......\RegistAction.class
..\.........\.......\.......\...\.....\......\ValidateNameAction.class
..\.........\.......\.......\...\.....\......\base\BaseAction-validation.xml
..\.........\.......\.......\...\.....\......\....\BaseAction.class
..\.........\.......\src\org\yeeku\service\impl
..\.........\.......\...\...\.....\dao\hibernate
..\.........\.......\...\...\.....\action\base
..\.........\.......\classes\org\yeeku\service\impl
..\.........\.......\.......\...\.....\dao\hibernate
..\.........\.......\.......\...\.....\action\base
..\......