[java ee programming] problem with Web Application Security lab

2010-08-01 Thread juszczec
Hi folks I've gotten behind an am trying to finish the J2EE programming course. I get the errors below when I try to run form-auth-glassfish from the Web Application Security lab. One thing that is a little curious is I'm set up to use Personal GlassFish v3 Domain instead of GlassFish v3 Domain.

[java ee programming] Re: Java EE, Building Bookstore application ex. bookstore5, LAB 4016

2010-06-19 Thread juszczec
This isn't Windows. I'm running Fedora Core 8, kernel 2.6.25.6-27.fc8 On Jun 19, 2:29 pm, Michèle Garoche wrote: > On 19 juin, 20:11, juszczec wrote:> Using 127.0.0.1 > made no change. > > You probably will get some valuable help from the glassfish forum. > I

[java ee programming] Re: Java EE, Building Bookstore application ex. bookstore5, LAB 4016

2010-06-19 Thread juszczec
Using 127.0.0.1 made no change. On Jun 19, 1:57 pm, Michèle Garoche wrote: > On 19 juin, 19:09, juszczec wrote:> I am also > having the same problem when I run bookstore5. I get the > > following displayed athttp://localhost:13078/bookstore5/bookstore > > Could you check i

[java ee programming] Re: Java EE, Building Bookstore application ex. bookstore5, LAB 4016

2010-06-19 Thread juszczec
I am also having the same problem when I run bookstore5. I get the following displayed at http://localhost:13078/bookstore5/bookstore HTTP Status 500 - type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception

[java ee programming] order of execution

2010-05-12 Thread juszczec
Hello I'm a bit confused by something. How is the entry point of a web app determined or identified? The web container HAS to know what component of the .war file. How is that information communicated to the web container? Does web.xml indicate which component should run? Is this the same acr