How to Disable JSP compilation by sun web server 7.0

HiI want to disable comiplation of JSP by sun Web Server 7.0. How to do it..Thanks in advance
[114 byte] By [koksallimana] at [2007-11-27 1:18:06]
# 1
Do you want to turn JSP processing off altogether or do you want to disable recompiling of JSPs?Do you want the server to respond to requests for servlets and only turn off JSPs?
Arvind_Srinivasana at 2007-7-11 23:53:52 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
I want to turn off JSP compilation completely.
koksallimana at 2007-7-11 23:53:52 > top of Java-index,Web & Directory Servers,Web Servers...
# 3

Disabling Java will disable JSP compilation.

You can disable Java using the Admin GUI or using the wadm command. See the following links for more information.

http://docs.sun.com/app/docs/doc/819-2629/6n4tgd1vh?a=view

http://docs.sun.com/app/docs/doc/819-3283/6n5h03hph?a=view

Arvind_Srinivasana at 2007-7-11 23:53:52 > top of Java-index,Web & Directory Servers,Web Servers...
# 4

Not much help. This technique of dis-abling till sun web server 6. Niw when i disable things stop working completely.

The problem i m facing is i have servelt handler for jsp that i added in the mapping. I expect webserver 7 use that servlet rather inbuilt.

It is trying to use in-built and generating compilation error...

Disabling java not helping me in webserver 7.

Help me please.

koksallimana at 2007-7-11 23:53:52 > top of Java-index,Web & Directory Servers,Web Servers...
# 5
If you want your servlet to handle *.jsp requests instead of Web Server 7.0's JspServlet then you will need to edit config/default-web.xml and disable the servlet-mapping for *.jsp
Arvind_Srinivasana at 2007-7-11 23:53:52 > top of Java-index,Web & Directory Servers,Web Servers...