Which web framework are you using?
Matt
On 5/2/07, jvosloo <[EMAIL PROTECTED]> wrote:
I'm running an app based on Appfuse 1.9.3 (with parts of it manually upgraded
to later versions). I installed Java 6 and Tomcat 6, but when my app starts
up - I get the following error:
SEVERE: Exception sending context initialized event to listener instance of
class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoClassDefFoundError: org/apache/commons/el/Logger
This seems related to the dependency you removed from the POM, Matt. Thing
is - I'm still using Ant - any ideas as to what I have to do to get this
working?
Thanx a lot in advance.
mraible wrote:
>
> All,
>
> I've done some testing with Tomcat 6.0.10 and AppFuse 2.0. Everything
> works fine, including Cargo, but it does have some issues with JSF.
> The solution seems to be removing the el-api dependency.
>
> Does anyone see a problem with making Tomcat 6 the default? For those
> that want to deploy a JSF application on Tomcat 5.5, you'd only need
> to add the following dependency to your pom.xml.
>
> <dependency>
> <groupId>javax.el</groupId>
> <artifactId>el-api</artifactId>
> <version>${el.version}</version>
> </dependency>
>
> Of course, then your app wouldn't work with Tomcat 6. Fricken' JSF. ;-)
>
> I imagine this problem will go away after folks have started playing
> with Tomcat 6, but that's the current situation.
>
> Making the above change also allows us to upgrade to Jetty 6.1.1.
>
> http://www.nabble.com/forum/ViewPost.jtp?post=9255028&framed=y
>
> Thanks,
>
> Matt
>
> --
> http://raibledesigns.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Tomcat-6.0.10-tf3328869s2369.html#a10292273
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
http://raibledesigns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]