You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Ashish Jain <as...@gmail.com> on 2008/07/25 08:08:35 UTC

Re: Restarting the server

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 user@geronimo.apache.org. This
way other users also get benefited.

Thanks
Ashish

On Fri, Jul 25, 2008 at 10:24 AM, ravi naik <ra...@sakeesoft.com> 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
>
>
>

Re: Restarting the server

Posted by Kevan Miller <ke...@gmail.com>.
On Jul 25, 2008, at 10:53 AM, Lin Sun wrote:

> Which geronimo version are you using?  did you install the
> tomcat-javaee5 assembly?
>
> You should see this path - GERONIMO_HOME/var/catalina/conf/web.xml.

Heh. I think we can assume that Ravi is using geronimo-jetty... ;-)

--kevan


Re: Restarting the server

Posted by ravi naik <ra...@sakeesoft.com>.
hi Lin.
  I am  using  apache geronimo server version .5.1.0.013 for My Intalio Jsp Integration..
  Thanks

Lin Sun <li...@gmail.com> wrote:
  Which geronimo version are you using? did you install the
tomcat-javaee5 assembly?

You should see this path - GERONIMO_HOME/var/catalina/conf/web.xml.

Lin

On Fri, Jul 25, 2008 at 9:18 AM, ravi naik wrote:
> Hi Lin...
> Thanks for Reply
> AS u said GERONIMO_HOME/var/catalina/conf/web.xml ...
> there is no foleder called catalina in GERONIMO_HOME/var .....
> please tell me complete path and how to edit web.xml with a example of
> edited file..
> Thanks
> Ravi
>
> Lin Sun 
wrote:
>
> 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 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 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 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 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 /var/catalina/conf/web.xml look for
>>> org.apache.jasper.servlet.JspServlet
>>> and the following to it
>>>
>>>
>>> development
>>> true
>>>
>>>
>>>
>>> modificationTestInterval
>>> 10
>>>
>>> where modification TestInterval is the time in seconds
>>> This will configure the server for JSP reloading.
>>> However you can always post such questions on user@geronimo.apache.org.
>>> This way other users also get benefited.
>>>
>>> Thanks
>>> Ashish
>>>
>>> On Fri, Jul 25, 2008 at 10:24 AM, ravi naik 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
>>
>
>


Re: Restarting the server

Posted by Lin Sun <li...@gmail.com>.
Which geronimo version are you using?  did you install the
tomcat-javaee5 assembly?

You should see this path - GERONIMO_HOME/var/catalina/conf/web.xml.

Lin

On Fri, Jul 25, 2008 at 9:18 AM, ravi naik <ra...@sakeesoft.com> wrote:
> Hi Lin...
> Thanks for Reply
> AS u said GERONIMO_HOME/var/catalina/conf/web.xml   ...
> there is no foleder called catalina in  GERONIMO_HOME/var .....
> please tell me complete path and how to edit web.xml with a example of
> edited file..
> Thanks
> Ravi
>
> Lin Sun <li...@gmail.com> wrote:
>
> 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 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 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 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 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 /var/catalina/conf/web.xml look for
>>> org.apache.jasper.servlet.JspServlet
>>> and the following to it
>>>
>>>
>>> development
>>> true
>>>
>>>
>>>
>>> modificationTestInterval
>>> 10
>>>
>>> where modification TestInterval is the time in seconds
>>> This will configure the server for JSP reloading.
>>> However you can always post such questions on user@geronimo.apache.org.
>>> This way other users also get benefited.
>>>
>>> Thanks
>>> Ashish
>>>
>>> On Fri, Jul 25, 2008 at 10:24 AM, ravi naik 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
>>
>
>

Re: Restarting the server

Posted by ravi naik <ra...@sakeesoft.com>.
Hi Lin...
  Thanks for Reply
  AS u said GERONIMO_HOME/var/catalina/conf/web.xml   ...
  there is no foleder called catalina in  GERONIMO_HOME/var .....
  please tell me complete path and how to edit web.xml with a example of edited file..
  Thanks
  Ravi
  

Lin Sun <li...@gmail.com> wrote:
  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 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 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 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 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 /var/catalina/conf/web.xml look for
>> org.apache.jasper.servlet.JspServlet 
>> and the following to it
>>
>> 
>> 
development

>> 
true

>> 
>>
>> 
>> 
modificationTestInterval

>> 
10

>> 
>> where modification TestInterval is the time in seconds
>> This will configure the server for JSP reloading.
>> However you can always post such questions on user@geronimo.apache.org.
>> This way other users also get benefited.
>>
>> Thanks
>> Ashish
>>
>> On Fri, Jul 25, 2008 at 10:24 AM, ravi naik 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
>


Re: Restarting the server

Posted by Lin Sun <li...@gmail.com>.
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 <ra...@sakeesoft.com> 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 <ba...@gmail.com> 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 <ra...@sakeesoft.com> 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 <as...@gmail.com> 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 user@geronimo.apache.org.
>> This way other users also get benefited.
>>
>> Thanks
>> Ashish
>>
>> On Fri, Jul 25, 2008 at 10:24 AM, ravi naik <ra...@sakeesoft.com> 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
>

Re: Restarting the server

Posted by ravi naik <ra...@sakeesoft.com>.
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 <ba...@gmail.com> 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 <ra...@sakeesoft.com> 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 <as...@gmail.com> 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 user@geronimo.apache.org. This way other users also get benefited.

Thanks
Ashish

  On Fri, Jul 25, 2008 at 10:24 AM, ravi naik <ra...@sakeesoft.com> 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 


Re: Restarting the server

Posted by Shrey Banga <ba...@gmail.com>.
Hi Ravi,

Please refer to
http://cwiki.apache.org/confluence/display/GMOxDOC21/Quick+Debugging+JSPs+of+your+applicationwhich
explains this process.

On Fri, Jul 25, 2008 at 5:32 PM, ravi naik <ra...@sakeesoft.com> 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 <as...@gmail.com>* 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 user@geronimo.apache.org.
> This way other users also get benefited.
>
> Thanks
> Ashish
>
> On Fri, Jul 25, 2008 at 10:24 AM, ravi naik <ra...@sakeesoft.com> 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

Re: Restarting the server

Posted by ravi naik <ra...@sakeesoft.com>.
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 <as...@gmail.com> 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 user@geronimo.apache.org. This way other users also get benefited.

Thanks
Ashish

  On Fri, Jul 25, 2008 at 10:24 AM, ravi naik <ra...@sakeesoft.com> 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