No matter what browser you're using. You can use IE, Opera, Firefox, ... any other. In our exercise, when you call http://domain:port/names the servlet container is responsable to parse the url you entered. The servlet container is called when you typed the http://domain:port part of the URL. Then the servlet container will identify the application you´re trying to access. The web.xml maps "MyOwnServletUseDifferentURL" to the resource.
So, the URL does not have to follow the physical path since it´s mapped on the web.xml. > > >Hi All, > > > >I'm another Web and J2EE newbie. > > > >I have done the first lesson and it all works, however I do not >understand the step regarding "MyOwnServletUseDifferentURL". It performs >as per the instructions, but how does it work when you type the url into >IE? As far as I can see there is no such path. > > > >Regards > > > >Steve > > > > >***************************** Disclaimer ***************************** > >The contents of this electronic message and any attachments are intended only for the addressee and may contain privileged or confidential information. They may only be used for the purposes for which they were supplied. If you are not the addressee, you are notified that any transmission, distribution, downloading, printing or photocopying of the contents of this message or attachments is strictly prohibited. The privilege of confidentiality attached to this message and attachments is not waived, lost or destroyed by reason of mistaken delivery to you. If you receive this message in error please notify the sender by return e-mail or telephone. > >Please note: the Department of Public Works carries out automatic >software scanning, filtering and blocking of E-mails and attachments (including emails of a >personal nature) for detection of viruses, malicious code, SPAM, executable programs or content it deems >unacceptable. All reasonable precautions will be taken to respect the privacy >of >individuals as outlined in the DPW Privacy Plan. Personal information will only be used for official >purposes, e.g. monitoring Departmental Personnel's compliance with Departmental Policies. >Personal information will not be divulged or disclosed to others, unless as required by Departmental >Policy and/or State or Commonwealth Law. > >Thank you. > >> > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---