I am out of ideas too :-(

- Yes I-ve  specified the correct repo. (I've got a Perl script that
check the validity of the different paths)
- For the class,.. it is ok.
- Browser Cache: cleared (I use Netscape under Linux).
- I've also restart Apache after changing my differents files,.....
But still nothing changed!!!!

But,.... NOW I got my modification appearing after the following
manipulation:
It seems that my JVM did not stop correctly. Even if I stop Apache.

I asked:
$ /etc/rc.d/init.d/http stop
$ ps -A | grep java
$ kill FIRST_JAVA_PID
$ /etc/rc.d/init.d/http start

And now it works.
But now I got 10.000 questions burning in my head,.. :-) [who's fault?
config? Apache? Jserve? JVM? bad version? Bugs,....???]

Entering Double-Investigation-Mode,....!

Thanks for your advices Travis,

Didier.

PS: 
I got from the different README:
JDK: The Java 2 SDK, Standard Edition, is a product of Sun
Microsystems(tm), Inc. V 1.2.2
And
JSDK: Java(tm) Servlet Development Kit (JSDK) 2.0  (@(#)README  1.4
98/04/20)



Travis Low wrote:
> 
> I'm just out of good ideas, so let's try some stupid ones.
> 
> Are you sure you've specified the correct repository in your
> zone.properties?
> 
> Are you sure you're copying your classes to the correct repository?
> 
> You definitely cleared your browser cache, right?  (especially if it's
> IE, which does some weird caching sometimes)
> 
> That's about it.  If it's not a problem like that, then you'll have to
> wait to see if anyone else on the list responds to your question.
> Sorry, and good luck!
> 
> Travis
> 
> Didier Dubois wrote:
> >
> > Nop.
> >
> > I got this in my TurbineRessources.properties:
> >
> > >>>>>
> > This is the module to handle building AccessControlLists
> > # Default: org.apache.turbine.om.security.DefaultAccessControl
> > access.control=org.apache.turbine.om.security.DefaultAccessControl
> >
> > # This determines whether or not to cache the modules in memory.
> > # For development, turn this off. For production, turn this on.
> > # Default: false
> > module.cache=false
> >
> > # If module.cache=true, then how large should we make the
> > # hashtables by default.
> > action.cache.size=20
> > layout.cache.size=10
> > navigation.cache.size=10
> > page.cache.size=5
> > screen.cache.size=50
> > scheduledjob.cache.size=10
> > wmnavigationloader.cache.size=10
> > wmlayoutscreenloader.cache.size=50
> > <<<<<
> >
> > But the problem is still the same. Any more idea?
> >
> > Travis Low wrote:
> > >
> > > Okay, then try this:
> > >
> > > In TurbineResources.properties, set
> > >
> > >   module.cache=false
> > >
> > > to disable caching of modules.
> > >
> > > Also, make sure your browser isn't playing tricks on you.  I've been
> > > bitten by that one before.  Disable caching in your browser.  I'm not
> > > sure what else I can think of, but let me know if that works.  Bon
> > > chance!
> > >
> > > -- Travis Low
> > >    <mailto:[EMAIL PROTECTED]>
> > >    <http://dawnstar.org/travis>
> > >
> > > Didier Dubois wrote:
> > > >
> > > > hi Travis,
> > > >
> > > > Hu-hum,.... does not works!
> > > > I use Apache Jserve. Yes. And got
> > > >
> > > > autoreload.classes=true
> > > >
> > > > in zone.properties. But still. it seems not to change anything. Is this
> > > > not something else?
> > > > is there a class somewhere that could allow us to flush the cache???
> > > >
> > > > Thanks again for your help,
> > > >
> > > > Didier.
> > > >
> > > > Travis Low wrote:
> > > > >
> > > > > Depends on which servlet engine you're using.  If you're using Apache
> > > > > JServ, then set the following in your zone.properties file:
> > > > >
> > > > > autoreload.classes=true
> > > > >
> > > > > If you're not using JServ, then you need to consult the documentation
> > > > > for your server to find out how to tell it to reload classes that have
> > > > > changed on disk.
> > > > >
> > > > > -- Travis Low
> > > > >    <mailto:[EMAIL PROTECTED]>
> > > > >    <http://dawnstar.org/travis>
> > > > >
> > > > > Didier Dubois wrote:
> > > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > Sorry for this newbie question.
> > > > > > I would like to know if there is a way to flush the turbine cache in
> > > > > > order to see the changes on my classes.
> > > > > >
> > > > > > Currently we restart apache each time! It seems to be as clean as
> > > > > > rebooting a machine each time you made a javac.
> > > > > >
> > > > > > Any idea?
> > > > > >
> > > > > > --
> > > > > > Didier Dubois
> > > > > > mailto:[EMAIL PROTECTED]  http://www.idbsoft.ch
> > > > > >
> > > > > > ------------------------------------------------------------
> > > > > > To subscribe:        [EMAIL PROTECTED]
> > > > > > To unsubscribe:      [EMAIL PROTECTED]
> > > > > > Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> > > > > > Problems?:           [EMAIL PROTECTED]
> > > >
> > > > --
> > > > Didier Dubois
> > > > mailto:[EMAIL PROTECTED]  http://www.idbsoft.ch
> >
> > --
> > Didier Dubois
> > mailto:[EMAIL PROTECTED]  http://www.idbsoft.ch
> 
> -- Travis Low
>    <mailto:[EMAIL PROTECTED]>
>    <http://dawnstar.org/travis>

-- 
Didier Dubois   
mailto:[EMAIL PROTECTED]  http://www.idbsoft.ch


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to