You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Pierre Smits <pf...@zonnet.nl> on 2005/08/17 12:43:23 UTC

Administration tools

Hi,

Could you tell what kind of tools you use for administering James?

How do you manage (in my situation) the data in following tables

    * deadletter
    * users
    * virtualusertable
    * spool

Do you use generic tools, or did you create your own?

Are there any webbased mgt tools?

Regards,

Pierre


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: Administration tools

Posted by Pierre Smits <pf...@zonnet.nl>.
In my situation is running the storage in mysql

Pierre Smits wrote:

> Hi,
>
> Could you tell what kind of tools you use for administering James?
>
> How do you manage (in my situation) the data in following tables
>
>    * deadletter
>    * users
>    * virtualusertable
>    * spool
>
> Do you use generic tools, or did you create your own?
>
> Are there any webbased mgt tools?
>
> Regards,
>
> Pierre
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Administration tools

Posted by Chris Means <cm...@intfar.com>.
It's a WAR, so any standard Java Servlet container should work.

As I recall, I developed and tested under Java 1.4.x, Tomcat 4.1.x.

-Chirs

-----Original Message-----
From: Davide Dalla Rosa [mailto:d.dallarosa@pollisrl.it] 
Sent: Wednesday, August 24, 2005 1:45 AM
To: 'James Users List'
Subject: R: Administration tools

Hi Chris. Very interesting tool indeed. Can you please provide some hints
for administration tools installation (for beginners, as I am)?
which container are we supposed to provide? JBoss? Tomcat?

thanks
davide

-----Messaggio originale-----
Da: David Erickson [mailto:halcyon@ratemod.com]
Inviato: giovedi 18 agosto 2005 1.07
A: 'James Users List'; cmeans@intfar.com
Oggetto: RE: Administration tools


Thanks Chris, I'll check it out.

-David

> -----Original Message-----
> From: Chris Means [mailto:cmeans@intfar.com]
> Sent: Wednesday, August 17, 2005 3:43 PM
> To: 'James Users List'
> Subject: RE: Administration tools
>
> David,
>
> I've written a simple Java Web app that takes care of this sort of thing.
> It should be mentioned in the James email archives somewhere, but 
> here's a link to the code:
>
> Source:
> http://www.intfar.com/ApacheJames/ApacheJamesAdministratorSource.zip
>
> WAR:
> http://www.intfar.com/ApacheJames/aja.war
>
> Use at your own risk.  No warranties, expressed or implied <g>.
>
> -Chris
>
> -----Original Message-----
> From: David Erickson [mailto:halcyon@ratemod.com]
> Sent: Wednesday, August 17, 2005 9:23 AM
> To: 'James Users List'
> Subject: RE: Administration tools
>
> I am interested in understanding this as well.  I want to setup James 
> running with a virtual users table, but I'd rather not have to get in 
> there and insert/delete sql by hand when I have to add/remove users, 
> are there existing tools to handle this?
>
> -David
>
> > -----Original Message-----
> > From: Pierre Smits [mailto:pfm.smits@zonnet.nl]
> > Sent: Wednesday, August 17, 2005 4:43 AM
> > To: James Users List
> > Subject: Administration tools
> >
> > Hi,
> >
> > Could you tell what kind of tools you use for administering James?
> >
> > How do you manage (in my situation) the data in following tables
> >
> >     * deadletter
> >     * users
> >     * virtualusertable
> >     * spool
> >
> > Do you use generic tools, or did you create your own?
> >
> > Are there any webbased mgt tools?
> >
> > Regards,
> >
> > Pierre
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-user-help@james.apache.org
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.338 / Virus Database: 267.10.10/73 - Release Date:
> > 8/15/2005
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.10.11/74 - Release Date: 
> 8/17/2005
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


R: Administration tools

Posted by Davide Dalla Rosa <d....@pollisrl.it>.
Hi Chris. Very interesting tool indeed. Can you please provide some
hints for administration tools installation (for beginners, as I am)?
which container are we supposed to provide? JBoss? Tomcat?

thanks
davide

-----Messaggio originale-----
Da: David Erickson [mailto:halcyon@ratemod.com]
Inviato: giovedi 18 agosto 2005 1.07
A: 'James Users List'; cmeans@intfar.com
Oggetto: RE: Administration tools


Thanks Chris, I'll check it out.

-David

> -----Original Message-----
> From: Chris Means [mailto:cmeans@intfar.com]
> Sent: Wednesday, August 17, 2005 3:43 PM
> To: 'James Users List'
> Subject: RE: Administration tools
>
> David,
>
> I've written a simple Java Web app that takes care of this sort of thing.
> It should be mentioned in the James email archives somewhere, but here's a
> link to the code:
>
> Source:
> http://www.intfar.com/ApacheJames/ApacheJamesAdministratorSource.zip
>
> WAR:
> http://www.intfar.com/ApacheJames/aja.war
>
> Use at your own risk.  No warranties, expressed or implied <g>.
>
> -Chris
>
> -----Original Message-----
> From: David Erickson [mailto:halcyon@ratemod.com]
> Sent: Wednesday, August 17, 2005 9:23 AM
> To: 'James Users List'
> Subject: RE: Administration tools
>
> I am interested in understanding this as well.  I want to setup James
> running with a virtual users table, but I'd rather not have to get in
> there
> and insert/delete sql by hand when I have to add/remove users, are there
> existing tools to handle this?
>
> -David
>
> > -----Original Message-----
> > From: Pierre Smits [mailto:pfm.smits@zonnet.nl]
> > Sent: Wednesday, August 17, 2005 4:43 AM
> > To: James Users List
> > Subject: Administration tools
> >
> > Hi,
> >
> > Could you tell what kind of tools you use for administering James?
> >
> > How do you manage (in my situation) the data in following tables
> >
> >     * deadletter
> >     * users
> >     * virtualusertable
> >     * spool
> >
> > Do you use generic tools, or did you create your own?
> >
> > Are there any webbased mgt tools?
> >
> > Regards,
> >
> > Pierre
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-user-help@james.apache.org
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.338 / Virus Database: 267.10.10/73 - Release Date:
> > 8/15/2005
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.10.11/74 - Release Date: 8/17/2005
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Administration tools

Posted by David Erickson <ha...@ratemod.com>.
Thanks Chris, I'll check it out.

-David

> -----Original Message-----
> From: Chris Means [mailto:cmeans@intfar.com]
> Sent: Wednesday, August 17, 2005 3:43 PM
> To: 'James Users List'
> Subject: RE: Administration tools
> 
> David,
> 
> I've written a simple Java Web app that takes care of this sort of thing.
> It should be mentioned in the James email archives somewhere, but here's a
> link to the code:
> 
> Source:
> http://www.intfar.com/ApacheJames/ApacheJamesAdministratorSource.zip
> 
> WAR:
> http://www.intfar.com/ApacheJames/aja.war
> 
> Use at your own risk.  No warranties, expressed or implied <g>.
> 
> -Chris
> 
> -----Original Message-----
> From: David Erickson [mailto:halcyon@ratemod.com]
> Sent: Wednesday, August 17, 2005 9:23 AM
> To: 'James Users List'
> Subject: RE: Administration tools
> 
> I am interested in understanding this as well.  I want to setup James
> running with a virtual users table, but I'd rather not have to get in
> there
> and insert/delete sql by hand when I have to add/remove users, are there
> existing tools to handle this?
> 
> -David
> 
> > -----Original Message-----
> > From: Pierre Smits [mailto:pfm.smits@zonnet.nl]
> > Sent: Wednesday, August 17, 2005 4:43 AM
> > To: James Users List
> > Subject: Administration tools
> >
> > Hi,
> >
> > Could you tell what kind of tools you use for administering James?
> >
> > How do you manage (in my situation) the data in following tables
> >
> >     * deadletter
> >     * users
> >     * virtualusertable
> >     * spool
> >
> > Do you use generic tools, or did you create your own?
> >
> > Are there any webbased mgt tools?
> >
> > Regards,
> >
> > Pierre
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-user-help@james.apache.org
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.338 / Virus Database: 267.10.10/73 - Release Date:
> > 8/15/2005
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
> 
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.10.11/74 - Release Date: 8/17/2005
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Administration tools

Posted by Chris Means <cm...@intfar.com>.
David,

I've written a simple Java Web app that takes care of this sort of thing.
It should be mentioned in the James email archives somewhere, but here's a
link to the code: 

Source:  
http://www.intfar.com/ApacheJames/ApacheJamesAdministratorSource.zip

WAR:  
http://www.intfar.com/ApacheJames/aja.war

Use at your own risk.  No warranties, expressed or implied <g>.

-Chris

-----Original Message-----
From: David Erickson [mailto:halcyon@ratemod.com] 
Sent: Wednesday, August 17, 2005 9:23 AM
To: 'James Users List'
Subject: RE: Administration tools

I am interested in understanding this as well.  I want to setup James
running with a virtual users table, but I'd rather not have to get in there
and insert/delete sql by hand when I have to add/remove users, are there
existing tools to handle this?

-David

> -----Original Message-----
> From: Pierre Smits [mailto:pfm.smits@zonnet.nl]
> Sent: Wednesday, August 17, 2005 4:43 AM
> To: James Users List
> Subject: Administration tools
> 
> Hi,
> 
> Could you tell what kind of tools you use for administering James?
> 
> How do you manage (in my situation) the data in following tables
> 
>     * deadletter
>     * users
>     * virtualusertable
>     * spool
> 
> Do you use generic tools, or did you create your own?
> 
> Are there any webbased mgt tools?
> 
> Regards,
> 
> Pierre
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
> 
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.10.10/73 - Release Date: 
> 8/15/2005
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Administration tools

Posted by David Erickson <ha...@ratemod.com>.
I am interested in understanding this as well.  I want to setup James
running with a virtual users table, but I'd rather not have to get in there
and insert/delete sql by hand when I have to add/remove users, are there
existing tools to handle this?

-David

> -----Original Message-----
> From: Pierre Smits [mailto:pfm.smits@zonnet.nl]
> Sent: Wednesday, August 17, 2005 4:43 AM
> To: James Users List
> Subject: Administration tools
> 
> Hi,
> 
> Could you tell what kind of tools you use for administering James?
> 
> How do you manage (in my situation) the data in following tables
> 
>     * deadletter
>     * users
>     * virtualusertable
>     * spool
> 
> Do you use generic tools, or did you create your own?
> 
> Are there any webbased mgt tools?
> 
> Regards,
> 
> Pierre
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
> 
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.10.10/73 - Release Date: 8/15/2005
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org