首页 相关文章 [Struts]配置第一个Struts 应用

[Struts]配置第一个Struts 应用

  http://community.csdn.net/EXPert/topic/3517/3517995.XML?temp=.2898371
  这是我的第一个Struts应用,仅仅用于用户注册;注册的用户存入数据库中。
  参考《jsp应用开发详解》电子工业出版社
  PART I/III

  /**
  SQL Server 2000
  Tomcat 4.1
  Struts jakarta-struts-1.1
  Editplus
  */

  //----数据库脚本----
  create database dba
  create table Tuser(uname varchar(64),upassWord varchar(64),uage int)

  //----Tomcat 配置----
  Context path="/struts" docBase="E:struts" debug="0"
   reloadable="true" crossContext="true"
  /Context

  //----CLAS...[ 查看全文 ]

2016-02-19 标签:

[Struts]配置第一个Struts 应用的相关文章

手机页面
收藏网站 回到头部