[java ee programming] re Expression Language Homework

2009-10-06 Thread Vanessa Loucks
I am having hard time. Can anyone help? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-pa

[java ee programming] jsf- ineffective managed-property-value

2009-10-06 Thread merve t
hi, when i call new.jsp(below) by using the browser address bar, i see nothing. must not i see 3? and in console i see "i am here and id is: null" i think i understand something wrong. sorry about my questions about specific subjects and not for the course. if i must not send questions like thes

[java ee programming] Re: request!!!!!!!!!!!!!!!

2009-10-06 Thread dinesh
The default user name and password is..just try your luck with this. username: admin password: adminadmin On Oct 5, 5:55 pm, diego rangel wrote: > hello > > i deleted all servers then  i did the new server named > glassfish v.2,but when i run the aplication, the program > ask me the login and pa

[java ee programming] Netbeans Down

2009-10-06 Thread Holczhauser Károly Zsolt
Hi all of you ! I have a truble with the Netbeans, would like to build a project i got the next message and the build is going to FAILED: Could not load definitions from resource org/netbeans/modules/java/j2seproject/copylibstask/antlib.xml. It could not be found. E:\NetBeans_WorkSpace\BankApp

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

2009-10-06 Thread Alin Dumitrescu
You should have a Web Server running for the static resources, and when needed, the web server will ask for dynamic data from the app server. The app server can replace the web server, but it's not the way it's meant to be, especially when you deal with large applications. For home and learning r

[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

Rv: Odp: [java ee programming] request!!!!!!!!!!!!!!!

2009-10-06 Thread Francisco Cortes
Hi, I dont remember well, and rigth now I dont see the reason for the server asking you for admin credentials. But anyway, did you try the password as 'adminadmin'. As I remember when installing Netbeans, configuring a simple project and making it run, the credentials were (username: admin, pa

Odp: [java ee programming] Re: Some problems with running the projects

2009-10-06 Thread Rafał Laczek
Hi, Today I have no problems. Maybe it was any temporary problem. I think that everything is OK with configuration as I've had no trouble during installation of NB with all components. Regards, Rafał Laczek Dnia 6-10-2009 o godz. 9:31 vodkhang napisał(a): > Have you suffered the problem again

[java ee programming] Application server VS Web Server

2009-10-06 Thread peeter brunch
Hi, May I know what is the difference between application server and web server? The Glassfish server is an application server and does it also takes on the role of a web server as well and how? Regards, Peeter _

[java ee programming] about servlet life cycle

2009-10-06 Thread asajm
hi, brothers, I do not get servlet life cycle correctly, I hope any person who understand servlet life cycle explains the following:- 1- The init() method gets called once when a servlet instance is created for the first time & when the servlet instance gets removed, the destroy() method gets ca

Odp: [java ee programming] request!!!!!!!!!!!!!!!

2009-10-06 Thread Rafał Laczek
Hi,   Maybe you should remove also NB and SUN file from directory C. Afterwards please install NB with all components again.   Regards, Rafał Laczek Dnia 6-10-2009 o godz. 0:55 diego rangel napisał(a): helloi deleted all servers then  i did the new server namedglassfish v.2,but when i run the

[java ee programming] Re: Some problems with running the projects

2009-10-06 Thread vodkhang
Have you suffered the problem again?It may be because some misconfiguration On Oct 5, 7:11 pm, Rafał Laczek wrote: > Hello Colleagues, > > Yesterday I had a problem to run JSPExamples of Session Tracking. > Today I had the same problem with HelloWeb. > I have used little bit strange solution but