Pre-compile JSP's on JBoss?

November 8, 2003

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:

[code lang="xml"]



compileCommand javac

precompile true

workingDir /usr/local/bea/jsp_compile

keepgenerated true

verbose true


[/code]

Any ideas? Drop me an email. Thanks

JBoss, WebLogic, JSP, pre-compile

No tag for this post.

Related posts

{ 1 comment }

1 Afzal 10.06.05 at 10:04 am

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

Thanks in Advance.

Comments on this entry are closed.