On Mon, 5 Mar 2001 [EMAIL PROTECTED] wrote:

>      <servlet-mapping>
>                 <servlet-name>nData</servlet-name>
>                 <url-pattern>/se/tj/activity/servlets/nData</url-pattern>
>      </servlet-mapping>
>
> My Java applet says that the servlet file can´t be found. The servlet is
> supposed to return a Vector
> with customers.

I think for your mapping you don't want that full directory path for your
url pattern.  The idea is that you don't want to use that full path, but
something simple that will get mapped automagically to that path.  I think
you just want <url-pattern>nData</url-pattern> in there.

-- Brett

                                http://www.chapelperilous.net/~bmccoy/
------------------------------------------------------------------------
In the realm of scientific observation, luck is granted only to those who are
prepared.
- Louis Pasteur


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to