You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by sachin chaudhari <ch...@yahoo.com> on 2001/05/29 02:44:35 UTC

Simple Catalina/JSP question

I am using catalina 4.0 B5. But if I make changes to
the JSP page it does recompile the page. Even after
restarting the catalina. Only way to see the changes
is to add a new JSP page & restart the server. What
configs in server.xml I need to change?

Thanks in advance for your help.

=====
Sachin Chaudhari

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Re: Simple Catalina/JSP question

Posted by sachin chaudhari <ch...@yahoo.com>.
Thanks a lot! You think I can get the latest build
from the same place from apache.org on July 1st.


--- Remy Maucherat <rm...@home.com> wrote:
> > I am using catalina 4.0 B5. But if I make changes
> to
> > the JSP page it does recompile the page. Even
> after
> > restarting the catalina. Only way to see the
> changes
> > is to add a new JSP page & restart the server.
> What
> > configs in server.xml I need to change?
> >
> > Thanks in advance for your help.
> 
> It's a Windows-only problem which will be fixed in
> the beta which will be
> coming up for J1.
> 
> Remy
> 


=====
Sachin Chaudhari

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Re: Simple Catalina/JSP question

Posted by Remy Maucherat <rm...@home.com>.
> I am using catalina 4.0 B5. But if I make changes to
> the JSP page it does recompile the page. Even after
> restarting the catalina. Only way to see the changes
> is to add a new JSP page & restart the server. What
> configs in server.xml I need to change?
>
> Thanks in advance for your help.

It's a Windows-only problem which will be fixed in the beta which will be
coming up for J1.

Remy


Re: Simple Catalina/JSP question

Posted by Gary Gwin <ga...@cafesoft.com>.
Sachin,

Until they fix the bug, you don't need to reboot. Simply delete the compiled
classes in the tomcat/work/localhost directory.

Gary

sachin chaudhari wrote:
> 
> I am using catalina 4.0 B5. But if I make changes to
> the JSP page it does recompile the page. Even after
> restarting the catalina. Only way to see the changes
> is to add a new JSP page & restart the server. What
> configs in server.xml I need to change?
> 
> Thanks in advance for your help.
> 
> =====
> Sachin Chaudhari
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/

--