[java ee programming] Re: LAB 4005

2009-10-08 Thread Anand A. Parikh
  When a session attribute is added/replaced/removed the methods will be called automatically. The homework asks you to add a session attribute in Greeting and remove it in Response.   But, I noticed that the attributeReplaced() was called when the attribute was removed. --- On Wed, 10/7/09, d

[java ee programming] Re: Application server VS Web Server

2009-10-06 Thread Anand A. Parikh
  Web Server is just for serving static pages. (Apache HTTP Server) Web Container is for serving static and dynamic pages - Servlet/JSP (Apache Tomcat) Application Server is web container plus EJB container. (Apache Geronimo or GlassFish) -Anand --- On Tue, 10/6/09, peeter brunch wrote: From

[java ee programming] Re: Lab4005 - problem with hello2

2009-09-28 Thread Anand A. Parikh
I have the same problem. I have checked that under: Tools->Options->Miscellaneous Ant Home is c:/Program Files/NetBeans 6.71./java2/ant and it is using Ant version 1.7.1.   I have also checked that: c:/Program Files/NetBeans 6.71./java2/ant/extra contains org-netbeans-modules-java-j2seproject-copy

[java ee programming] Re: LAB 4005_servletadv problem

2009-09-27 Thread Anand A. Parikh
like a problem with the hello2 project, please help.   Thanks, Anand --- On Fri, 9/25/09, Anand A. Parikh wrote: From: Anand A. Parikh Subject: [java ee programming] LAB 4005_servletadv problem To: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Friday, September 25, 2009, 10:18 AM

[java ee programming] LAB 4005_servletadv problem

2009-09-25 Thread Anand A. Parikh
  There is a problem with the project. On trying to open it I get an error saying access is denied for:   servletadv/samples/hello2/nbproject/private/private.properties   servletadv/samples/hello2/nbproject/private/private.xml   On copying over these two files from another project, I could access G