Joshua ChaitinPollak wrote:
Hello,

I'm still having trouble with getting embedded tomcat to compile my JSPs.

What did you mean by "embedded tomcat"?
Is this a tomcat instance provided by an IDE like Netbeans?

Right now I'm trying to understand the difference between javax.servlet:servlet-api and tomcat:servlet-api, and whether I need both of them, or just one. I'm currently explicitly depending on tomcat:servlet-api, but the javax dependency keeps being pulled in transitively.

AFAIK you should only depend upon javax.servlet:servlet-api and that should be done with dependency sub-element:

<scope>provided</scope>


Can someone explain this to me? Do I need both? Should I exclude one?

HTH.

--
Regards,
Farrukh

Web: http://www.wellfleetsoftware.com



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

Reply via email to