aspose file tools
The moose likes JBoss and the fly likes How to enable JSP COMPILATION? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to enable JSP COMPILATION?" Watch "How to enable JSP COMPILATION?" New topic
Author

How to enable JSP COMPILATION?

Caly LeeAnn
Ranch Hand

Joined: Nov 22, 2005
Posts: 55
I am using JBoss 4.0.4-GA.

I got these two messages when the JBoss server starts up.

[AutoCompiler] begin autocompiling
[AutoCompiler] JSP COMPILATION DISABLED ON THIS SERVER.

Does it mean that the jsp files won't be compiled automactically? If it does, how do I enable the jsp compilation?
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

Look in the jboss-web sar directory, and there should be the server.xml config file, or is it in jboss-web.xml, but it is in a config file within that sar directory that has the property "develoment", So someone had to turn it off, because by default it is turned on, and you can only turn it off by adding the property and setting it to false.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to enable JSP COMPILATION?
 
Similar Threads
IBM WAS 3.5 Session object
remote access of a EJB
Enable hot code replace function in Jboss
Enabling SSI in JBoss
Form based authentication and SSO