Problems when running DUKESBANK tutorial
Hello !
Please help me !
i'm beginner in J2EE;
i have downloaded DUKESBANK tutorial and opened it using NETBEANS 5.5; deployed it. When i tried to run the web client project :
- the main.jsp page does'nt appear (but directory list appers instead)
- when i try this URL : http://localhost:9090/bank/main.faces the login page is displayed butafter typinguser / pwd (200 / javaee)
the access is denied :
-HTTP Status 403 - Access to the requested resource has been denied
type Status report
message Access to the requested resource has been denied
description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.
Sun Java System Application Server Platform Edition 9.0_01
[796 byte] By [
omkollia] at [2007-10-3 9:42:49]

> the URl should be
> http://localhost:8080/bookstore1/bookstore
i have successfully deployed DUKE'S BANK example (not bookstore) but when i try this URL : http://localhost:9090/dukesbank-war/
- the browser displys the content directory list
-but for this URL : http://localhost:9090/dukesbank-war/main.faces, i got the logon form, and when i enter the customer (id=200, pwd='javaee') i got this response :
<<
type Status report
message Invalid direct reference to form login page
description The request sent by the client was syntactically incorrect (Invalid direct reference to form login page).
Sun Java System Application Server Platform Edition 9.0_01
>>
is there someone who had already succesully run the example? please help me !