On Mon, 2005-03-14 at 14:12 +0000, Gary Benson wrote: > I've built this into dist-fc4 (mx4j-2.1.0-1jpp_2fc and > tomcat5-5.0.30-1jpp_2fc). Let me know if it works, and I'll make > JPackage patches. Ok, thanks - that fixed the jmxri problem. tomcat5 still doesn't run out of the box. You need to do this first: $ cd /usr/lib/jvm-exports/java-1.4.2-gcj $ ln -s /usr/share/java/libgcj-4.0.0.jar jaas.jar $ ln -s /usr/share/java/libgcj-4.0.0.jar jdbc-stdext.jar $ ln -s /usr/share/java/libgcj-4.0.0.jar jndi.jar $ ln -s /usr/share/java/libgcj-4.0.0.jar jta.jar fitzsim has gcj-java-compat patches for this (except for the jta line), but it sounded like he wanted to wait until after FC4test1 was branched before putting them in. Tom: why? But now I'm seeing JSP related problems. Our java compiler doesn't recognize the -extdirs option it's being passed. I had no problem when I tried JSP sample programs before this (on a different machine). Did you tweak anything else? AG