[java ee programming] LAB-4004: Session tracking - disable cookie on browser

2009-10-07 Thread hnguyen
I had tried to run the Session sample from ServletExamples on browser with cookie disable, the experience is different when cookie is enable. Does it mean that GlassFish does NOT support URL rewriting. Could someone please confirm? Thank you in advance! --~--~-~--~~~

[java ee programming] 4004 - Session Tracking - MyHelloWeb for disable cookie browser

2009-10-08 Thread hnguyen
I don't think the homework for Session Tracking is go far enough to illustrate the beauty of the J2EE Session Tracking, which should work for either browser with cookie enable nor disable. So I had added couple steps to cover that gap. Here are what I did: - For index.jsp: "> - For res

[java ee programming] Re: Lab 4004

2009-10-13 Thread hnguyen
I don't think you need to pass the name back to the index page, but you need to provide a link or a button to be able to go back to the index page from response page. Also you need to change the scope to session instead of request. On Oct 12, 7:15 pm, derezone wrote: > Hi >    Can someone point

[java ee programming] Re: lab 4005

2009-10-14 Thread hnguyen
Could you provide the content of the file: C:\Documents and Settings \diego rangel\Mis documentos\NetBeansProjects\hello2\src\java \MyOwnEventListener.java? On Oct 13, 2:05 pm, diego rangel wrote: > apreciated friends: > > i have the following error when i go the exercise that coresponds to the