I have T5 with tomcat running via eclipse (add servers/etc, the way it
is shown in some articles about using WTP with Tapestry and Tomcat).
I recently ran into an issue with using the maven tomcat plugin (i.e.
running mvn tomcat:run from a command line or Eclipses external
tools).  So I've reverted to running my Tomcat through eclipse, and it
works directly out of the workspace.

I had another issue with this because of a "commons-logging" issue.
Tomcat was working when I deployed a WAR, but not when run from the
workspace.  I guess something else in my app was using commons loggin,
so I was getting a duplicate library error on loading.  I found the
fix to that problem on this blog:
http://marcus-christie.blogspot.com/2006/09/getting-commons-logging-to-behave-in.html

From what I can tell, things like JNDI setup are a bit different in
Jetty, so if you want to consider it, be aware.  Jetty does load
quickly!

On 6/4/07, Marcus <[EMAIL PROTECTED]> wrote:
Hi Jess,

Search your gmail messages for:
t5 tomcat eclipse

you will find something like this:

" (I use Eclipse WTP 1.5.3, so I have to run

mvn -Dwtpversion=1.5 eclipse:eclipse

whenever I add a new dependency. Then I refresh my eclipse view and it
autobuilds for me, which then causes Tomcat to auto publish. Whew! )"

maybe help you.

Marcus


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

Reply via email to