[java ee programming] Re: Populating the Example Dat abase needs password file‏

2009-09-09 Thread peeter brunch
Thanks for the clue. I have edited my build.properties file to include the passwordfile definition. But the build returned with the same failure message "javaee.server.passwordfile not specified". My changes to the build.properties file are highlighted as below: # Set the property javaee.hom

[java ee programming] javaEE programming

2009-09-09 Thread diego rangel
Hi guys: i am not write in english very well. i am interesting in the class of j2EE basics,thanks to you and Sang Shing. Well guys i´d like that you tell me :what programs i must to download from the portal of sun about the server and the language of java? which are the links? thanks a lot.

[java ee programming] Re: New to J2EE Programming with Passion.

2009-09-09 Thread miga
On Sep 10, 3:48 am, rajames429 wrote: > Group, > > I am new to this course. I have installed NetBeans 6.7.1 (complete) > and I have used the IDE for several years (off-and-on). I use the > current NetBeans for a school that I attend. > > I have read the FAQ and I do not see a list of software a

[java ee programming] New to J2EE Programming with Passion.

2009-09-09 Thread rajames429
Group, I am new to this course. I have installed NetBeans 6.7.1 (complete) and I have used the IDE for several years (off-and-on). I use the current NetBeans for a school that I attend. I have read the FAQ and I do not see a list of software applicatrions that I need for the course. Is this beca

[java ee programming] Re: Build Failed

2009-09-09 Thread Dhwani Patel
I am so glad to see that it works fine when i started working today, But not sure what was the problem. I guess it was giving me that if i got already one project session running and i tried another project ?? Thank you all for your time to help me! On Tue, Sep 8, 2009 at 11:40 PM, miga wrote:

[java ee programming] Lab 4002: unable to name and create new projects from the Tomcat distribution...

2009-09-09 Thread p. stephen wille
Attempting to create a new 'Servlet Example', I'm unable to name the project with the error 'Project Name is not a valid folder name.' The Description box states - "A set of servlet examples that come from the Tomcat distribution. They can be deployed to any server." I can name and create

[java ee programming] Re: HTTP Monitor problem

2009-09-09 Thread Payne
Do you restart AppServer? It is usually necessary to restart AppServer. On 8. Sep., 20:13 h., Henry Ramos wrote: > Hello everybody: > > I need help with using the HTTP Monitor in the "NetBeans IDE Quick > Start Guide for Web Applications II". I've turn it on at > Window>Debugging>HTTP Server Mon

[java ee programming] Re: Lab 4006 homework

2009-09-09 Thread Alfredo Torres
Hi, I solve it, The problem was in the variable name cases. Skip this post Thanks all Cheers Alfredo On Sep 9, 10:44 am, Alfredo Torres wrote: > Hi, > >   I am working on the lab 4006 homework, I have everithing aparently fine. > >     Person person = new Person("Alfredo","Torres"); >    

[java ee programming] Lab 4006 homework

2009-09-09 Thread Alfredo Torres
Hi,   I am working on the lab 4006 homework, I have everithing aparently fine.     Person person = new Person("Alfredo","Torres");     sce.getServletContext().setAttribute("person", person);   I have the person object then the name then the firstname and then the lastname (I can see it

[java ee programming] Re: HTTP Monitor problem

2009-09-09 Thread Jerry
Same question here using NetBeans 6.7.1 on Ubuntu. Jerry On Sep 9, 4:13 am, Henry Ramos wrote: > Hello everybody: > > I need help with using the HTTP Monitor in the "NetBeans IDE Quick > Start Guide for Web Applications II". I've turn it on at > Window>Debugging>HTTP Server Monitor, and enabled

[java ee programming] Re: Java statement structure...

2009-09-09 Thread Artashes Hovasapyan
You can cheeck it out here: http://java.sun.com/javase/6/docs/api/java/util/ResourceBundle.html -- Regards, Artashes Hovasapyan 2009/9/8 p. stephen wille > Does anyone know what [ResourceBundle] is, such as a data type, object, > class, or other, and how to identify it? Aside from a brief e

[java ee programming] How do I search .jsp files in a desktop search

2009-09-09 Thread Gi-Baek Kim
Hello, I have a question searching text, properties, ... in a jsp file using desktop search like google desktop. Searching by eclipse is good but there is performance issue for me. I found some of plug-in to look for c++, java source files but can't find how to search jsp files. It seems possibl