How to configure iAS (11i) for JSP hot deployment ?
HI all,
I'm developing a couple of JSP pages for a 11i instance. To test a page, I have to bound the Apache in order to take refresh the page, even though I'd deleted the generated java and class files in $COMMON_TOP/_pages/_oa__html directory. It seems that as long as the JSP page is compiled to a servlet and loaded to memory, the only way to refresh classes is by bouncing the Apache. I'd used the Functional Administrator responsibility to clear the cache, but it does not clear the JSP memory cache.
Is there any configuration in Jserv or Apache that I can do a hot deployment, similar to Tomcat or other Java servlet containers ?
I'm developing a couple of JSP pages for a 11i instance. To test a page, I have to bound the Apache in order to take refresh the page, even though I'd deleted the generated java and class files in $COMMON_TOP/_pages/_oa__html directory. It seems that as long as the JSP page is compiled to a servlet and loaded to memory, the only way to refresh classes is by bouncing the Apache. I'd used the Functional Administrator responsibility to clear the cache, but it does not clear the JSP memory cache.
Is there any configuration in Jserv or Apache that I can do a hot deployment, similar to Tomcat or other Java servlet containers ?
0