Hi I am using OC4j (version oc4j_10.1.3 )
with eclipse. How do i do the hot deploy for the
jsp files...in my localhost.
I guess, we have something like this for tomcat--- reloadable="true"
<Context docBase="MyApp" path="/webapp" reloadable="true" useNaming="false" workDir="work\Catalina\localhost\webapp">
is there anything similar to do in oc4j?
appreciate the help