You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Deepak C S <De...@planetasia.com> on 2000/12/21 08:21:19 UTC

tomcatt doesnt recognize when I change my Beans source...Please H ELP

  hi friends,

	 I have Linux-apache-tomcat3.2.1.   Ive have created a context
"intranet" under

< tomcat-install>/webapps/intranet

and I have manually created Directories WEB-INF/classes under it. Is this a
right way to do??
Please suggest.

In classes dir,I have placed my JavaBeans arranged into packages.But,each
time I make changes to my Beans,Ive to restart the tomcat to recognize the
changes else its using old Beans (though it is "Page"
only scope).

Ive even configured <server.xml> by adding the <context> tag with
Reloadable="true".

Can anybody suggest If indeed tomcat3.2.1 supports automatic reloading of
Class files???

Thanx in Advance,
Deeps





Re: tomcatt doesnt recognize when I change my Beans source...Please HELP

Posted by Matt Goss <mg...@rtci.com>.
Beans are meant to be persistent in memory (reminiscent of comm object in the
microsoft world) which means that in order to reload them you are going to have
to restart the server.. Sorry :(
Matt

Deepak C S wrote:

>   hi friends,
>
>          I have Linux-apache-tomcat3.2.1.   Ive have created a context
> "intranet" under
>
> < tomcat-install>/webapps/intranet
>
> and I have manually created Directories WEB-INF/classes under it. Is this a
> right way to do??
> Please suggest.
>
> In classes dir,I have placed my JavaBeans arranged into packages.But,each
> time I make changes to my Beans,Ive to restart the tomcat to recognize the
> changes else its using old Beans (though it is "Page"
> only scope).
>
> Ive even configured <server.xml> by adding the <context> tag with
> Reloadable="true".
>
> Can anybody suggest If indeed tomcat3.2.1 supports automatic reloading of
> Class files???
>
> Thanx in Advance,
> Deeps