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

> Can someone please tell me whats wrong with this web.xml file?

It would help if you could tell what errors you are getting or what is not
working.  Is this the complete file? If so, it is missing some things.

> <servlet>
>
>
> <servlet-name>nData</servlet-name>
>
>
> <servlet-class>se.tj.activity.servlets.NServlet</servlet-class>
>
>
> </servlet>
>
>
> <servlet-mapping>
>
>
> <servlet-name>nData</servlet-name>
>
>
> <url-pattern>/se/tj/activity/servlets/nData</url-pattern>
>
>
> </servlet-mapping>
>
>
> The servlet is in the
> \webapps\Activety\WEB-INF\classes\se\tj\activity\servlets directory and the
> servlet class is in a package called se.tj.activity.servlets.

And what is it doing or not doing?

-- Brett
                                http://www.chapelperilous.net/~bmccoy/
------------------------------------------------------------------------
After any salary raise, you will have less money at the end of the
month than you did before.


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

Reply via email to