0 Replies Latest reply on Mar 1, 2005 4:09 PM by efrinmn

    Problem with Precompiling jmx-console jsps

    efrinmn

      Hi all,

      I wrote an ant script to precompile the jmx-console jsps for Jboss 3.2.6. It processes without error, (after I jarred the class files), but when I deploy my new jmx-console.war, I can't seem to browse to the default page (http://localhost:8080/jmx-console/), I get the "Cannot find server" error.

      I put the xml fragment (which looked correct) in web.xml in the correct spot and the compiled classes all appear to be in order. The one thing I wondered about is the class name generated: org.apache.jsp.jmx_002dconsole_war. It appears the Tomcat jspc compiler likes to change "-" to "_002d".

      I had been successful with another web app in precompiling the jsps.

      If anyone has been successful with this, your input would be greatly appreciated!