On 9/1/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> On 8/31/07, Ghodmode <[EMAIL PROTECTED]> wrote:
> ...


your servlet mapping is /helloworld1/* so the homepage url for your
> application is of form
>
> http://server/context/helloworld1/
>
> assuming you are running localhost and your context is root the url is
> http://localhost/helloworld1 like i said
>

I'm sorry Igor.  This was all my misunderstanding.  In your last email I saw
the regular beginning of the URL (http://localhost:8080/helloworld1)
followed by the entire URL again enclosed within angle-brackets.  That's the
part that I said wasn't a valid URL.  Maybe it was some problem in the
mailing list's processing of the email ::shrug::

I think I've discovered what I've been missing, and I realized it when you
mentioned the context.  I was treating the context and the pattern as if
they were the same thing and then foolishly adding the name of the
application class.

The URL I actually need is http://localhost:8080/helloworld1/helloworld1  I
don't need to include the name of the servlet at all, and that was my
mistake.  As I suspected originally, it was a stupid mistake to begin with.
I do know better... usually.

Thank you very much for your time.

-- Vince

Reply via email to