Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
Haven't changed the JDK yet but I did test the app using IE and it plays nicely - there's only an issue with firefox. I've asked them to upgrade to update 11 for now. Thanks for the tips ..kace -- View this message in context: http://www.nabble.com/a4j-and-tomcat-6-tp14422990s2369p14426931.ht

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread Matt Raible
Java 6 is known to be faster than Java 5. However, there have been issues with AppFuse on Java 6 that have been fixed by reverting to Java 5. I'm currently unaware of any specific issues, so it *might* work. I'd try installing Java 6 locally and running "mvn clean install" from the top-leve

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
Thanks for the tip - we have the same versions of tomcat but their JDK is JDK 5 update 8 where I have update 11 on my local machine. It works on my machine. They have Java 6.0 Update 2 that I can upgrade the server to - do you recommend updating their server to Java 6 ? Any issues with Appfuse

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread Matt Raible
You might check their versions of Tomcat and JDK - then try to reproduce it locally with those same versions. Matt On Dec 19, 2007, at 2:15 PM, kace wrote: I'm copying the war and deploying manually with a hosting company. ..kace mraible wrote: I don't think so. Are you deploying manua

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
I'm copying the war and deploying manually with a hosting company. ..kace mraible wrote: > > I don't think so. Are you deploying manually by copying the WAR or > are you running "mvn cargo:start -Dcargo.wait=true"? > > Matt > > On Dec 19, 2007, at 11:50 AM, kace wrote: > >> >> Hey fellas,

Re: [appfuse-user] a4j and tomcat 6

2007-12-19 Thread Matt Raible
I don't think so. Are you deploying manually by copying the WAR or are you running "mvn cargo:start -Dcargo.wait=true"? Matt On Dec 19, 2007, at 11:50 AM, kace wrote: Hey fellas, Using the Appfuse 2.0 JSF flavor. A4J works when I test on the jetty server but after I deployed it to tomca

[appfuse-user] a4j and tomcat 6

2007-12-19 Thread kace
Hey fellas, Using the Appfuse 2.0 JSF flavor. A4J works when I test on the jetty server but after I deployed it to tomcat 6 it gives me a A4J is not defined error in the console. Is there anything different that needs to be done for tomcat 6? Thanks ..kace -- View this message in context: h