- 新增table至資料庫
前提:在glassfish已設定好 jdbc datasource
create table usertable(userid varchar2(20),passwd varchar2(20));
create table grouptable(userid varchar2(20),groupid varchar2(20)); - 設定 Realm
至配置 - 安全性 - 範圍,按下新增
設定相關參數 - 新增一web專案:使用netbeans 建立一web 專案
修改 web.xml
修改 sun-web.xml - 建立一login網頁 :其form action input name名稱都不可以更改
- 測試:deploy war file至glassfish上
沒有留言:
張貼留言