Pre-compile JSP’s on JBoss?

Ok.. I’ve searched the JBoss and Jetty documentation and I can’t seem to find the answer. Anyone know how to precompile JSP when deploying a war file on JBoss?

I am a WebLogic guy helping out someone that’s new to JBoss. In WebLogic, you just include a file called weblogic.xml that looks like this:



	
		
			compileCommand
			javac
		
		
			precompile
			true
		
		
			workingDir
			/usr/local/bea/jsp_compile
		
		
			keepgenerated
			true
		
		
			verbose
			true
		
	


Any ideas? Drop me an email. Thanks

JBoss, WebLogic, JSP, pre-compile

1 thought on “Pre-compile JSP’s on JBoss?

  1. Hey!
    Did you find an answer to your question?
    this is regarding precompiling JSPs on JBoss.

    Thanks in Advance.

    Like

Comments are closed.