源码简介: |
jsp的在线书店,比较完整,装了Mysql和Tomcat后就可。步骤如下:(1)复制源代码bookshop文件夹到Tomcat的webapps/ROOT文件夹下(2)复制源文件夹下的WEB-INF中的全部内容到Tomcat的webapps/ROOT/WEB-INF/classes下,有同名文件覆盖(3)将数据库文件夹下的bookstore文件复制到Mysql的data文件夹下(4)在地址栏中输入http://localhost:8080/bookshop运行测试即可-jsp online bookstore, complete, installed after Mysql and Tomcat can. The following steps : (1) copy the source code bookshop folder to Tomcat webapps / ROOT text items folder (2) Copy the source file folders under the WEB-INF the contents of the Tomcat webap ps / ROOT / WEB-INF / classes, a document covering the same name (3) database files to the folder to copy the bookstore Mysql d ATA folder (4) in the address bar of http://localhost : testing can 8080/bookshop
|