I noticed that one of our projects I was including had jasper-compiler and
jasper-compiler-jdt as dependencies. So for the heck of it I removed those
dependencies and everything works now. I'm guessing that it was including
different (conflicting) versions from what jetty was using. Anyhow, it
Will do, thanks for the help! At least now I know how to run it through
Cargo and can keep working.
cheers,
Chris
mraible wrote:
>
> Since I've never seen these errors, I'm going to have to suggest you
> contact the Jetty mailing list.
>
> http://www.nabble.com/Jetty-Support-f61.html
>
>
Since I've never seen these errors, I'm going to have to suggest you
contact the Jetty mailing list.
http://www.nabble.com/Jetty-Support-f61.html
Matt
On 3/29/07, Chris Lewis <[EMAIL PROTECTED]> wrote:
After upgrading jetty I get a different error. I'm trying 6.1.2rc2 just in
case, but:
200
After upgrading jetty I get a different error. I'm trying 6.1.2rc2 just in
case, but:
2007-03-29 11:53:25.509::WARN: EXCEPTION
javax.servlet.ServletException: java.lang.NoSuchFieldError: STANDARD_IMPORTS
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)
at ja
OK, I'd disregard the message from the tomcat-maven-plugin and just
don't use it. If it works with Cargo, that means it'll work when
deployed into Tomcat. Maybe your local Jetty plugin got messed up.
Can your try upgrading it - maybe to version 6.1.1?
Matt
On 3/29/07, Chris Lewis <[EMAIL PROTE
Thanks for the quick resonse!
java -version shows 1.5.0_07, so I think I should be ok there. I didn't
explicitly update java and don't recall an automatic update happening - so
I'm going to go with no to the update question.
It appears to work ok using using mvn package cargo:start -Dcargo.wai
Did you change your JDK at all? Does "java -version" show JDK 5 (or
above)? Can you deploy your WAR on Tomcat (using mvn package
cargo:start -Dcargo.wait=true).
To use "mvn tomcat:war-run", add the following to your pom.xml:
org.codehaus.mojo
tomcat-ma
Hello all,
I'm not quite sure what's going on, but I've spent a day or so beating my
head against the wall on this one, so any suggestions would be appreciated.
I'm new to AppFuse and EJB in general, but I had an app up and running and
then it stopped. :) Initially I assumed it was something I