JSP Pre-Compile turn off?

Does anyone know how to turn off JSP pre-compile on Appserver 8.1? I'm deploying items which have dormant JSPs in them that I don't want compiled, and right now they barf when I deploy. Any ideas? Thanks, Tadhttp://fastpagemode.eponym.com
[275 byte] By [TurboTad] at [2007-11-26 7:24:37]
# 1
I am under the impression that asadmin deploy command should have the --precompiledjsp option set to false by default. So, it should result in not precompiling your JSP pages, by defaults.Could you please try asadmin and let me know?Kedar
kedarmhaswade at 2007-7-6 19:11:28 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

Kedar -

Thanks for the post.

I'm pretty sure that what you're saying does indeed work. However, unfortunately, in this case I'm not doing an asadmin deploy, but instead am doing autodeploy where I just dump the EAR file on the server and let it roll.

I seem to remember seeing or reading someplace that you could set it somewhere in domains.xml, but I've not been able to find that as yet.

--Tad

http://fastpagemode.eponym.com

TurboTad at 2007-7-6 19:11:28 > top of Java-index,Application & Integration Servers,Application Servers...
# 3

OK, Now I get it.

Yes, there is a configuration parameter. And I hate to suggest it -- but you don't have a good choice. Please edit the domain.xml thus:

- look for admin-service inside server-config in domain.xml (not inside default-config, if you are using SE/EE).

- look for das-config sub-element.

- there is a flag called autodeploy-jsp-precompilation-enabled that you should turn to false.

Let me know how it goes.

Regards,

Kedar

kedarmhaswade at 2007-7-6 19:11:28 > top of Java-index,Application & Integration Servers,Application Servers...