I keep having a problem with homework 7. I keep getting this error....

HTTP Status 503 -

type Status report

message

descriptionThe requested service () is not currently available.
Sun Java System Application Server 9.1_02

to the init.java file, i added this block of code

        Name name = new Name("Josh", "Lucas");
        Person person = new Person(name);
        sce.getServletContext().setAttribute("person", person);

If I comment out the last 2 lines, I don't get the error message, it
goes to the screen asking to input my name. But when I leave the last
2 lines uncommented, I get the reported error.  Why is this happening?

-pk

--~--~---------~--~----~------------~-------~--~----~
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-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to