Awesome,
Thanks for the suggestion guys! I'll try the tutorial first and then if
that doesn't work I'll check out Jetty.
Christian Dutaret wrote:
If you want to stick to tomcat (tighter integration with eclipse
through WTP
or other plugins, running webapps in debug, ), there's a nice tutorial
for the setup at
%3C44D0CCC4.5000402 (AT) najdi (DOT) si%3E.
I use this and it works fine (although I had to tweak a few things,
ask me
if you want more details)
HTH
Ch.
2006/10/8, Jesse Kuhnert <jkuhnert (AT) gmail (DOT) com>:
>>
>I'd use jetty if given the choice during development. It literally only
>takes a line or two to make your pom.xml capable of running your
>existing
>web app without doing anything else. Very nice/convenient.
>>
>Look at TimeTracker's pom.xml for an example. It's what I use during dev
>at
>least(most of the time)
>>
>10/8/06, Leo Sakhvoruk <leo.sakhvoruk (AT) gmail (DOT) comwrote:
>>
>Hi,
>>
>I'm trying to use the latest snapshot builds of Tapestry via Maven for
>the project I'm working on in Eclipse. I use Tomcat via a launcher
>from
>Eclipse to debug the application and have had 0 problems with it while
>adding library jars to the WEB-INF/lib directory of the project I work
>on. Now that I'm using Maven though the libraries are stored in the
>local repository and not under WEB-INF/lib and this is causing issues
>with debugging via Tomcat. I'm sure this is a class loading issue but
>when I start Tomcat from Eclipse the application fails to start and I
>get this error:
>>
>SEVERE: Exception starting filter redirect
>
>at
>(
>WebappClassLoader.java:1352)
>at
>(
>WebappClassLoader.java:1198)
>at
>(
>)
>at
>(
>)
>at
><init>(
>)
>at
>(
>StandardContext.java
>:3600)
>at
>(StandardContext.java
>:4193)
>at (ContainerBase.java
>:1013)
>at (StandardHost.java
>:718)
>at (ContainerBase.java
>:1013)
>at
>(StandardEngine.java:442)
>at
>
>(StandardService.java:450)
>at
>(StandardServer.java:709)
>at (Catalina.java:551)
>at (Native Method)
>at (Unknown Source)
>at (Unknown Source)
>at (Unknown Source)
>at (Bootstrap.java:294)
>at (Bootstrap.java:432)
>7, 2006 11:28:37 PM start
>SEVERE: Error filterStart
>>
>So Tomcat can't locate Tapestry libraries. My application compiles
>fine
>so the compiler can see them in Eclipse just fine. Is there a
>configuration option I'm missing or is there another solution?
>>
>Thanks.
>>
>
>To unsubscribe, e-mail: users-unsubscribe (AT) tapestry (DOT) apache.org
>For additional commands, e-mail: users-help (AT) tapestry (DOT) apache.org
>>
>>
>>
>>
>--
>Jesse Kuhnert
>Tapestry/Dojo/(and a dash of TestNG), team member/developer
>>
>source based consulting work centered around
>dojo/tapestry/tacos/hivemind.
>>
>>
>
To unsubscribe, e-mail: users-unsubscribe (AT) tapestry (DOT) apache.org
For additional commands, e-mail: users-help (AT) tapestry (DOT) apache.org