Re: web.xml parse error

2011-06-26 Thread Konstantin Kolinko
>               servlet-class="com.i.common.DataPlatformServlet"/>

The above is wrong. You should use nested elements, not attributes..

Take a look at any existing webapp. E.g. the "examples" one that comes
with Tomcat.

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: web.xml parse error

2011-06-26 Thread Mohit Anchlia
Thanks! that worked.

On Sun, Jun 26, 2011 at 3:50 AM, Konstantin Kolinko
 wrote:
>>   >            servlet-class="com.i.common.DataPlatformServlet"/>
>
> The above is wrong. You should use nested elements, not attributes..
>
> Take a look at any existing webapp. E.g. the "examples" one that comes
> with Tomcat.
>
> Best regards,
> Konstantin Kolinko
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org