Hi, you should see it at GERONIMO_HOME/var/catalina/conf/web.xml where GERONIMO_HOME is your geronimo installation directory.
Lin On Fri, Jul 25, 2008 at 8:45 AM, ravi naik <[EMAIL PROTECTED]> wrote: > Hi shrey.. > Thanks for the Reply.. > But there is no folder called Cataliana in Intalio home directory... > please splecify full path with example.. > > Thanks in advance.. > Ravi > > Shrey Banga <[EMAIL PROTECTED]> wrote: > > Hi Ravi, > > Please refer to > http://cwiki.apache.org/confluence/display/GMOxDOC21/Quick+Debugging+JSPs+of+your+application > which explains this process. > > On Fri, Jul 25, 2008 at 5:32 PM, ravi naik <[EMAIL PROTECTED]> wrote: >> >> Hi ashish.. >> Thanks for Reply.. >> I am a newBie to Geronimo >> Where is cataliana folder? >> please specify the exact location of Web.xml.... >> and what time interval should be given? >> Thanks in advace >> >> Ravi >> >> >> Ashish Jain <[EMAIL PROTECTED]> wrote: >> >> Hi Ravi, >> Since this is something which is available in tomcat you can be sure that >> it will be available with geronimo also. >> In <geronimo_home>/var/catalina/conf/web.xml look for >> <servlet-class>org.apache.jasper.servlet.JspServlet </servlet-class> >> and the following to it >> >> <init-param> >> <param-name>development</param-name> >> <param-value>true</param-value> >> </init-param> >> >> <init-param> >> <param-name>modificationTestInterval</param-name> >> <param-value>10</param-value> >> </init-param> >> where modification TestInterval is the time in seconds >> This will configure the server for JSP reloading. >> However you can always post such questions on [EMAIL PROTECTED] >> This way other users also get benefited. >> >> Thanks >> Ashish >> >> On Fri, Jul 25, 2008 at 10:24 AM, ravi naik <[EMAIL PROTECTED]> wrote: >>> >>> Hi all.. >>> >>> I am using apache geronimo for My Intalio and Jsp integration.... >>> >>> For every change in the source code i have to restart the server . >>> >>> and it takes long time.is there any option so that i can refresh the >>> server and change in code are reflected in application for example like >>> tomcat... >>> and How much RAM is required for GEronimo ... >>> >>> Thanks In advance.... >>> >>> Ravi >>> >>> >> > > > > -- > Shrey Banga > Bachelor of Technology, III year > Department of Electrical Engineering > Indian Institute of Technology Roorkee >
