Hi Eugene,
I no longer thing it is necessary - i've removed it.
Can it be replaced with a recommendation to add
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>jsp-api</artifactId>
<version>6.0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>servlet-api</artifactId>
<version>6.0.16</version>
<scope>provided</scope>
</dependency>
As igor suggested to me?
The goal is to get a working tomcat + WTP development environment up and
going as quick as possible. You can't go ahead and do a lot of JSP/Servlet
stuff without specifying your dependencies on servlet-api and jsp-api, you
won't get very far writing even the simplest of applications.
I think it would be relevant in the context of this tutorial because its not
immediately clear how to do this the "eclipse+ maven + m2eclispe +wtp way"
and it took me about 2 days to figure this out :-).
What do you think?
Murray.
On Wed, May 21, 2008 at 12:50 AM, Eugene Kuleshov <[EMAIL PROTECTED]> wrote:
> Murray,
>
> I've noticed that you've added "Add Tomcat Server runtime" section into
> the "WTP mini howto" on the wiki. Can you please elaborate why do you think
> it is necessary?
>
> Thanks
>
> Eugene
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>