On Tue, 17 Jul 2001, Gabriel Bucher wrote:
> Ok, I see... I tried it out... and got an java.lang.OutOfMemoryError but found 
> nothing in the log files! 
> I played a little bit around and here my solution:
> 
> for the NNTP Service
> --------------------
> In the manifest.mf:
> Name: org/apache/james/nntpserver/NNTPServer.class
> Avalon-Block: false
> 
> Name: org/apache/james/nntpserver/repository/NNTPRepositoryImpl.class
> Avalon-Block: false
> 
> Comment out or remove the 2 blocks in the assembly.xml and config.xml! 
> This should work!
> 
Thanks a lot; I'll try it out.
 
> for the IMAP service... I'm not sure if this works also... try it out... take 
> care about dependencies to the block James!  

Whoa, so many things to do just to turn on/off services; it's time to
think about a "james-meta.xml" which (approx.) contains:
<meta-james>
  <smtp service="yes"/>
  <pop service="yes"/>
  <nntp service="yes"/>
  <imap service="yes"/>
</meta-james>

And then just put "no" if you don't want some services to be started. 
 
> If I understand avalon right... the path in the location are always realtive to 
> the application home path! Use symbolic links for the log directory in your 
> james app home.

Interesting... Is it a bug or a feature?
I see... symbolic links.

Oki



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

Reply via email to