I think next time I debug a situation such as this I would want to see the
Ant build output with the relevant configuration files..
Regards,
Martin
----- Original Message ----- 
From: "Julia Weaver" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, December 08, 2003 11:15 PM
Subject: Re: how to Remove the cached JSP's?


> Martin, thank you very much for the informaion.
> I found one of errors about my menu is I have 2
> menu.jsp in different directory. I still need work on
> other problems...
>
>
> --- Martin Gainty <[EMAIL PROTECTED]> wrote:
> > for caching properties on IBM http server:
> >
>
http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/040502.html
> >
> > Specifically look  at httpd.conf in the IBM Http
> > Server:
> > AfpaEnable
> > AfpaCache on
> > AfpaLogFile "c:/Program Files/IBM HTTP
> > Server/logs/afpalog" V-ECLF
> > AfpaDynaCacheMax 10
> > The above settings enable the Cache Accelerator and
> > limit the dynamic cache
> > size to 10 Meg. If you use these directive to
> > increase the cache size, do
> > not make the cache so large that all physical memory
> > is consumed. You can
> > determine how much memory is available, when all the
> > applications are
> > running, by using the Windows Task Manager.
> >
> > Assign no more than 50% of available physical memory
> > to the dynamic cache.
> > Specifying too large a cache not only decreases the
> > performance of other
> > applications, but also puts you at risk for
> > completely running out of
> > memory.
> >
> > The default configuration does not include the
> > AfpaDynaCacheMax directive
> > where the cache size is automatically calculated as
> > 1/8 of physical memory.
> >
> >
> > for configuraing cahcing thru WebSphere console try
> > and configure the
> > dynacache.xml
> >
> >
>
http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/0606001601.html
> >
> > usually there is a websphere admin that can help you
> > with this..be mindful
> > the greater anount of storage allocated the greater
> > the capacity that the
> > program will cache
> >
> > let me know..
> >
> > Martin
> >
> > ----- Original Message ----- 
> > From: "Julia Weaver" <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List"
> > <[EMAIL PROTECTED]>
> > Sent: Monday, December 08, 2003 10:10 AM
> > Subject: Re: how to Remove the cached JSP's?
> >
> >
> > > Thanks.
> > >
> > > I did Stop Websphere, restart my computer, and
> > then
> > > Start Websphere again. But still not work. Maybe I
> > > should change something in configuration. Could
> > you
> > > please give me further instruction how to change
> > in
> > > configuration? or something wrong in the tile
> > > definition?
> > >
> > > <definition name="mainLayout"
> > > path="/basic/myLayout.jsp">
> > >   <put name="title"  value="My First Definition
> > Page"
> > > />
> > >   <put name="header" value="/common/Header.jsp" />
> > >   <put name="footer" value="/common/footer.jsp" />
> > >   <put name="menu"   value="/basic/menu.jsp" />
> > >   <put name="body"   value="test.jsp" />
> > > </definition>
> > >
> > >
> > >
> > >
> > > --- Martin Gainty <[EMAIL PROTECTED]> wrote:
> > > > in that case you should Stop Websphere and then
> > > > Start Websphere
> > > > most appservers and webservers will load JSPs on
> > > > startup and will the
> > > > program will retain jsps after precompiling into
> > > > memory unless configured
> > > > NOT to do so..
> > > > Bouncing the server ALWAYS works
> > > > -Martin
> > > > ----- Original Message ----- 
> > > > From: "Julia Weaver" <[EMAIL PROTECTED]>
> > > > To: "Struts Users Mailing List"
> > > > <[EMAIL PROTECTED]>
> > > > Sent: Monday, December 08, 2003 9:53 AM
> > > > Subject: RE: how to Remove the cached JSP's?
> > > >
> > > >
> > > > > Thanks.
> > > > > I deleted java n class from 'WORK' directory,
> > but
> > > > > still keep getting same/similar error:
> > > > > in the manu.jsp, I changed app.menu.profile to
> > > > > app.menu.po, but still show the value of
> > > > > app.menu.profile.
> > > > >
> > > > > <item>
> > > > > <title>app.menu.po</title>
> > > > >   <item>
> > > > >   <title>app.menu.po.browse</title>
> > > > >   <link>PoBrowse.do</link>
> > > > >   </item>
> > > > > </item>
> > > > >
> > > > > In application.properties, I have following:
> > > > > app.menu.po=PO
> > > > > app.menu.po.browse=Po browse
> > > > > app.menu.profile=Profile
> > > > > app.menu.profile.mbs=Default Region
> > > > >
> > > > > I am using IBM WebSphere Studio Application
> > > > Developer.
> > > > > Please give me more help, thanks.
> > > > >
> > > > >
> > > > >
> > > > > --- "Agashivala, Vishal"
> > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > Remove the .java and .class file for that
> > JSP
> > > > from
> > > > > >
> > > > >
> > > >
> > >
> >
> %Tomcat_home%\work\Standalone\localhost\%virtualdirectory%
> > > > > > Although path depends upon the version of
> > > > > > tomcat..you wont find exact path
> > > > > > as shown above but try to remove java n
> > class
> > > > from
> > > > > > 'WORK' directory under
> > > > > > your tomcat installation.
> > > > > >
> > > > > > Regards,
> > > > > > Vishal Agashivala
> > > > > > Atos Origin India
> > > > > > O: +91-22-5691 3870
> > > > > >
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: shivanjali
> > [mailto:[EMAIL PROTECTED]
> > > > > > Sent: Monday, December 08, 2003 4:45 AM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: how to Remove the cached JSP's?
> > > > > >
> > > > > >
> > > > > > What is cached JSP's? Please let me know.
> > > > > > thanks
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: Julia Weaver
> > > > > > [mailto:[EMAIL PROTECTED]
> > > > > > Sent: Sunday, December 07, 2003 1:49 PM
> > > > > > To: Struts Users Mailing List
> > > > > > Subject: how to Remove the cached JSP's?
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I am using Tile, and getting the error
> > > > > > javax.servlet.ServletException:
> > > > > > org/apache/jsp/Registration_jsp (wrong name:
> > > > > > org/apache/jsp/registration_jsp)
> > > > > >
> > > > > > I found one solution in one web site, said:
> > > > > > Remove the cached JSP's and restart.
> > > > > >
> > > > > > But how to Remove the cached JSP's? please
> > help,
> > > > > > thank
> > > > > > you very much.
> > > > > >
> > > > > >
> > > > > >
> > > > > > __________________________________
> > > > > > Do you Yahoo!?
> > > > > > New Yahoo! Photos - easier uploading and
> > > > sharing.
> > > > > > http://photos.yahoo.com/
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail:
> > > > > > [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> > > > > > [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail:
> > > > > > [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> > > > > > [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail:
> > > > > > [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> > > > > > [EMAIL PROTECTED]
> > > > > >
> > > > >
> > > > >
> > > > > __________________________________
> > > > > Do you Yahoo!?
> > > > > New Yahoo! Photos - easier uploading and
> > sharing.
> > > > > http://photos.yahoo.com/
> > > > >
> > > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> > > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > > [EMAIL PROTECTED]
> > > >
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > New Yahoo! Photos - easier uploading and sharing.
> > > http://photos.yahoo.com/
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
>
>
> __________________________________
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing.
> http://photos.yahoo.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to