I am converting a manual Eclipse built of our WebApp to Maven. I have never done a WebApp in Maven before, and was not really sure how to handle the dependencies on tomcat.

When I looked for tomcat on Maven Central what I wound was various archives of jar files, but that would not link into maven properly, so I was unsure of how to access them.

I was trying to resolve dependencies on HttpServlet, and did not want to have to create dependencies for all the tomcat jars.

Fortunately, Ron Wheeler gave me a workable solution - thanks Ron.

Cheers, Eric

On 12/5/2013 4:43 PM, Olivier Lamy wrote:
Hi,
I don't understand your point :-)
You want to depends on Tomcat runtime implementation or just want to
web dependencies (HttpServlet etc..)
What is your use case?


On 6 December 2013 10:17, Eric Kolotyluk <[email protected]> wrote:
OK, there must be an easier way to do this...

I am trying to figure out how to configure my POM to depend on tomcat,
without creating dependencies on each individual tomcat jar file.

After googling around for answers, I cannot seem to find any simple way to
set up my web app so that right dependencies are defined (i.e. HttpServlet)

Can anyone point me to some simple guide on how this is done?

Cheers, Eric

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





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

Reply via email to