DO NOT REPLY [Bug 35864] - status worker doesn't list workers

2005-09-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35864


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||com




--- Additional Comments From [EMAIL PROTECTED]  2005-09-12 16:11 ---
*** Bug 35924 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35864] - status worker doesn't list workers

2005-09-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35864


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-09-12 16:12 ---
Commited. Thanks!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



REMOVE THE MAILING LIST FROM YOUR SUPPORT EMAIL ADDRESSSSSS Re: DO NOT REPLY [Bug 36518] New: -

2005-09-09 Thread Wade Chandler
--- [EMAIL PROTECTED] wrote:

 We heartily thank you for your support  interest in
 our offerings. We appreciate  value your mails. We
 will soon contact you to take this further, as
 appropriate.
 
 Thank you,
 
 mie consultants inc.
 
 
 

-
 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 NOT REPLY [Bug 35864] New: - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35864

   Summary: status worker doesn't list workers
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P1
 Component: Native:JK
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The cause of problem is that the map that stores the worker properties is free'd
after being read. The values of properties, worker_env.worker_list stores just
pointers to the property map. After the property map is free'd the pointers are
invalid. This crashes if one tries to list the workers with the status worker.

Solutions: 1. copy the values (need proper allocation and freeing mem many 
places)
 2. keep the map during the whole lifetime of the ISAPI filter

The patch I attached uses the second solution.

I started with the first solution but this makes changes in many places 
necessary.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35864] - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35864





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 12:48 ---
Created an attachment (id=15778)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15778action=view)
Patch that fixes the bug

patch for jakarta-tomcat-connectors\jk\native\iis\jk_isapi_plugin.c
see bug description

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35864] - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35864


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |major
 OS/Version|other   |Windows XP




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35864] - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35864





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 12:59 ---
This seems to be related to bug 35862

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: Mailing List - I WANT OUT!!!!!!

2005-05-20 Thread Phongsawat Phinhiran
Please delete my email address from this group also.
 
Thanks.
 


Peter Blakeley [EMAIL PROTECTED] wrote:
Gidday Kirsi
Give me 50 bucks and I will gladly remove you from my mailing lists
cheers pb...

[EMAIL PROTECTED] wrote:

Dear Sirs,

I wish to be excluded IMMEDIATELY from your mailing list. I do not know
HOW I ended up there, but I am certainly NOT interested in the topics and
I don't want to get anymore of your mails. So, please, remove my mail
address from your list.

Thank you in advance!

Kirsi Gr#3670;n
Project Manager, L.Sc.
Olympus Diagnostica

Olympus Finland Oy
Airport Plaza Business Park
Presto
#3620;yritie 12 B
01510 VANTAA

Phone: +358 9 875 81154
Mobile: +358 50 5523 557
Fax: +358 9 875 81100
mailto: [EMAIL PROTECTED]
 URL: http://www.olympus.fi


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


.

 



-- 
--
Peter Blakeley - Attain Consultants - mobile: 0427-723-814 

SECURITY
Virus-Protection, Firewalls, Auditing, Upgrades, Repairs, Troubleshooting

NETWORK
Windows 2000, XP, Design, Setup, Management, Troubleshooting 

INTERNET
Web site design, Java programming, JEE2, JSP, Servlets, RMI, EJB, XML, 
Workflow, Accounting, Web Services

[ attainconsult.com ]

Why open source? because I prefer to surf the wave to the beach rather than 
swim all the way in.








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



Subscribe to clubBulbo  [input]   [input]  Powered by groups.yahoo.com 

http://groups.yahoo.com/group/clubBulbo/

 


-
Yahoo! Mail
 Stay connected, organized, and protected. Take the tour

Re: Mailing List - I WANT OUT!!!!!!

2005-05-19 Thread Shey Rab Pawo
Why don't you check the bottom of your email and get out?  We will miss you.

On 18-May-2005 10:30:09 ZE2, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
 
 Dear Sirs,
 
 I wish to be excluded IMMEDIATELY from your mailing list. I do not know
 HOW I ended up there, but I am certainly NOT interested in the topics and
 I don't want to get anymore of your mails. So, please, remove my mail
 address from your list.
 
 Thank you in advance!
 
 Kirsi Grön
 Project Manager, L.Sc.
 Olympus Diagnostica
 
 Olympus Finland Oy
 Airport Plaza Business Park
 Presto
 Äyritie 12 B
 01510 VANTAA
 
 Phone:  +358 9 875 81154
 Mobile: +358 50 5523 557
 Fax:+358 9 875 81100
 mailto:   [EMAIL PROTECTED]
  URL:  http://www.olympus.fi
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
No one ever went blind looking at the bright side of life.

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



Mailing List - I WANT OUT!!!!!!

2005-05-18 Thread Kirsi . Gron


Dear Sirs,

I wish to be excluded IMMEDIATELY from your mailing list. I do not know
HOW I ended up there, but I am certainly NOT interested in the topics and
I don't want to get anymore of your mails. So, please, remove my mail
address from your list.

Thank you in advance!

Kirsi Grn
Project Manager, L.Sc.
Olympus Diagnostica

Olympus Finland Oy
Airport Plaza Business Park
Presto
yritie 12 B
01510 VANTAA

Phone:  +358 9 875 81154
Mobile: +358 50 5523 557
Fax:+358 9 875 81100
mailto:   [EMAIL PROTECTED]
 URL:  http://www.olympus.fi


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



request for tomcat-dev list admins

2005-03-07 Thread Henri Gomez
Could you remove these two accounts who send back to me (and probably
others), any post to tomcat-dev ?

[EMAIL PROTECTED] 
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Thanks

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



Re: Configure list to suitably handle return receipts

2005-02-25 Thread Rahul Akolkar
William A. Rowe, Jr. wrote:

 But you are ignoring;

 Precedence: bulk
 
 present on all list mails, which should supercede any 
 DSN request.

This is a red herring. I did some digging, its possible to have little
control over one's mail client/mail server (its true). Can we go back
to the original suggestion I got from the apache infrastructure list?

It would be better to configure those mailing lists to remove headers
which cause return receipts. I think old lists are missing
'Disposition-Notification-To' and 'Return-Receipt-To:' 

No one has any business requesting return receipts on public mailing
lists. In their defence, they probably don't even know they're doing
it. All mail clients aren't ideal.

So zap the headers. Its the only lasting solution. 

Its fine if you say you can do it but you don't want to, I was just
hoping you'd want to improve my quality of life. I'm just trying to
stay subscribed for longer this time ;-)

-Rahul

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



Configure list to suitably handle return receipts

2005-02-22 Thread Rahul P Akolkar
First off, sorry about the notifications earlier in the day. I got booted, 
but I need my tomcat-dev emails.

My understanding about Delivery Status Notification (DSN) is that if the 
sender of the original email requests return receipts, then a DSN 
compliant mail server (such as the one I use), will do the expected thing 
and provide that notification. I had posted this question to 
[EMAIL PROTECTED] in relation to the same issue last year and the 
response I got on that list appears at the end of my email.

It appears this is something the list owner(s) can/should look into? 
Suggestions, anyone?

Thanks in advance,
-Rahul

-- Snippet from email exchange with [EMAIL PROTECTED] follows --

Rahul P Akolkar wrote:
 
 I was suggested this might be a good place to post apache mailing list 
 issues.
 
 It seems that the mailing lists accept return receipts. As an example:
 
 
http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=8838 

 
 Can the list software take care of filtering out such messages?

It would be better to configure those mailing lists to remove
headers which cause return receipts. I think old lists are missing
'Disposition-Notification-To' and 'Return-Receipt-To:'

Christian



Re: Configure list to suitably handle return receipts

2005-02-22 Thread William A. Rowe, Jr.
At 02:07 PM 2/22/2005, Rahul P Akolkar wrote:

My understanding about Delivery Status Notification (DSN) is that if the 
sender of the original email requests return receipts, then a DSN 
compliant mail server (such as the one I use), will do the expected thing 
and provide that notification.

But you are ignoring;

Precedence: bulk

present on all list mails, which should supercede any DSN request.


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



DO NOT REPLY [Bug 31732] - TM's list command does not show WAR URL in Japanese localization

2004-10-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31732.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31732

TM's list command does not show WAR URL in Japanese localization

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-10-25 19:22 ---
Fixed for Tomcat 5.0.30 and 5.5.4.

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



DO NOT REPLY [Bug 31732] New: - TM's list command does not show WAR URL in Japanese localization

2004-10-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31732.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31732

TM's list command does not show WAR URL in Japanese localization

   Summary: TM's list command does not show WAR URL in Japanese
localization
   Product: Tomcat 5
   Version: 5.0.28
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Webapps:Manager
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Can be fixed as follows:

org/apache/catalina/manager/LocalStrings_ja.properties
--
- managerServlet.listitem={0}:{1}:{2}
+ managerServlet.listitem={0}:{1}:{2}:{3}

Thanks

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



Re: JK Todo List

2004-10-12 Thread Henri Gomez
True, in ASF land as in other community, it's the users and
developpers base which make a solution/product successfull or
forgotten.

BTW, jk 1.2.x is allready very stable and should stay like this for now :

- JK 1.2.x is now on bug-fix only mode.

- AJP_PROXY/MOD_PROXY for Apache 2.1.x (built-in)

Should we start a new AJP/JK/whatever connector is another story which
has been debated this summer when we speak about mod_ajp.

We should first be very prudent since users may be puzzled by :

jk 1.2.x, jk 2.x, mod_webapp, ajp_proxy/mod_proxy, anewstufffwecouldimagine.


Since ajp_proxy/mod_proxy devel goes outside jakarta land, httpd-dev
and will be present only in Apache 2.1.x, may be there is a need for a
new piece of code for IIS/DOMINO/Apache1.3 or even Apache 2.x but we
should list the requested features missing in jk 1.2.x

I suggest take a look about what was detailed in mod_ajp thread (July
2004) and see if a new consensus could appears.


On Mon, 11 Oct 2004 16:21:44 -0700, Bill Barker [EMAIL PROTECTED] wrote:
 
 - Original Message -
 From: Dave Oxley [EMAIL PROTECTED]
 To: Tomcat Developers List [EMAIL PROTECTED]
 Sent: Monday, October 11, 2004 3:35 PM
 Subject: Re: JK Todo List
 
  So is JK2 dead because of proxy_ajp? Why doesn't JK2 just replace JK?
 
 
 JK2 is dead because (like mod_webapp before it :), it failed to attract a
 community interested in maintaining it.  You might as well ask 'why doesn't
 mod_webapp just replace JK?'
 
 
 
  Dave.
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 This message is intended only for the use of the person(s) listed above as the 
 intended recipient(s), and may contain information that is PRIVILEGED and 
 CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
 distribute this message or any attachment. If you received this communication in 
 error, please notify us immediately by e-mail and then delete all copies of this 
 message and any attachments.
 
 In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
 Internet is not secure. Do not send confidential or sensitive information, such as 
 social security numbers, account numbers, personal identification numbers and 
 passwords, to us via ordinary (unencrypted) e-mail.
 
 
 -
 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]



Re: JK Todo List

2004-10-12 Thread Costin Manolache
Henri Gomez wrote:
True, in ASF land as in other community, it's the users and
developpers base which make a solution/product successfull or
forgotten.
BTW, jk 1.2.x is allready very stable and should stay like this for now :
- JK 1.2.x is now on bug-fix only mode.
- AJP_PROXY/MOD_PROXY for Apache 2.1.x (built-in)
Should we start a new AJP/JK/whatever connector is another story which
has been debated this summer when we speak about mod_ajp.
We should first be very prudent since users may be puzzled by :
jk 1.2.x, jk 2.x, mod_webapp, ajp_proxy/mod_proxy, anewstufffwecouldimagine.
Since ajp_proxy/mod_proxy devel goes outside jakarta land, httpd-dev
and will be present only in Apache 2.1.x, may be there is a need for a
new piece of code for IIS/DOMINO/Apache1.3 or even Apache 2.x but we
should list the requested features missing in jk 1.2.x
For IIS/Domino - I think having it maintained and developed by apache is 
  a waste. In both mod_jk and mod_jk2 we pay a significant price for 
trying to be multi-server, and it seems clear this is a feature that 
only few people want.

If an external project wants to create an IIS connector based on mod_ajp 
or jk - that's great. But they should do it taking full advantage of 
whatever IIS provides, including consistent config, etc.


I suggest take a look about what was detailed in mod_ajp thread (July
2004) and see if a new consensus could appears.
On Mon, 11 Oct 2004 16:21:44 -0700, Bill Barker [EMAIL PROTECTED] wrote:
- Original Message -
From: Dave Oxley [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Monday, October 11, 2004 3:35 PM
Subject: Re: JK Todo List

So is JK2 dead because of proxy_ajp? Why doesn't JK2 just replace JK?
JK2 is dead because (like mod_webapp before it :), it failed to attract a
community interested in maintaining it.  You might as well ask 'why doesn't
mod_webapp just replace JK?'
There are also technical reasons I think. Like the attempt to object 
oriented C but without using one of the existing solutions. And not 
droping featurea from mod_jk. But you're right - lack of community 
interest was the main problem.

Costin


Dave.

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

This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.
In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.
-
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]


Re: JK Todo List

2004-10-11 Thread Henri Gomez
Well JK using APR will be a good solution for every webservers but Apache 1.3.x.

Apache 2.x came with APR,  IIS, Domino and others should have no
problems to use an external APR library (.so, .dll).

So the remaining question will be shoud we drop Apache 1.3.x support
in future JK 1.2.x or should we start a 'new' APR JK 1.2.x based
implementation ?


On Fri, 08 Oct 2004 16:53:40 -0400, Kurt Miller [EMAIL PROTECTED] wrote:
 From: Mladen Turk [EMAIL PROTECTED]
  Remy Maucherat wrote:
   Over all, I don't, personally, think that it's worth trying to build
   on the existing Jk code base.  However, if you have an itch
  
   Well, we deceased JK2, for Apache2.1 we have proxy_ajp.
   Until Apache2.1 becomes the only server around the net,
   I'll stick with JK for all those not running my preferred
   web server :).
  
   Right. However, I think JK 1.2.x needs some level of stability. So APR,
   large architectural changes, etc seem bad ideas. Of your list, I think
   documentation (yah !) and the Unix sockets backport would be good (if
   not too complex), but that's about it. Modifications to the Java side is
   something independent.
  
 
  I think it would rise the stability, but introduce new problems like
  building APR, etc.. so you are probably right. We'll see.
 
 I'm not very happy with the integrated APR build in JK2 for Apache
 1.3. I did much of the work there and if I had to do it again, I'd
 prefer APR to be a build/runtime depend, built separately by the
 user first and loaded with LoadFile directive.
 
 With respect to JK, I'd rather not see it get APR'ized. Mostly
 so that Apache 1.3 support is kept simple and straightforward.
 
   For the long term, if you would want better support for the other
   servers, you can start a 100% APR replacement for JK 1.2 (I think it was
   a bit like your mod_ajp) if you want to.
  
 
  I'm surely do. The IIS6 support is something to chase :).
 
  MT.
 
 
 
 
 -
 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]



Re: JK Todo List

2004-10-11 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED]
 Well JK using APR will be a good solution for every webservers but Apache
1.3.x.

 Apache 2.x came with APR,  IIS, Domino and others should have no
 problems to use an external APR library (.so, .dll).

 So the remaining question will be shoud we drop Apache 1.3.x support
 in future JK 1.2.x or should we start a 'new' APR JK 1.2.x based
 implementation ?

I think there are two other options. I've listed all them in my order
of preference.

1) Don't APR'ize JK and keep Apache 1.3 support
2) APR'ize JK
3) start a new APR JK 1.2 based
4) drop Apache 1.3 support

I'd like to keep Apache 1.3 support going longer. If 1 is ruled
out, I'd want APR to be build separately and loaded via the
LoadFile directive. The JK2 integrated build of APR and
static linking is/was to complex. If there's consensus to go
with option 2, I would be willing to do the work on the Apache
1.3 native build.

-Kurt


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



Re: JK Todo List

2004-10-11 Thread Costin Manolache
Henri Gomez wrote:
Well JK using APR will be a good solution for every webservers but Apache 1.3.x.
Apache 2.x came with APR,  IIS, Domino and others should have no
problems to use an external APR library (.so, .dll).
So the remaining question will be shoud we drop Apache 1.3.x support
in future JK 1.2.x or should we start a 'new' APR JK 1.2.x based
implementation ?

Why use APR in mod_jk ?
Support for Apache1.3 is IMO more important than support for IIS. And so 
far, mod_jk seems to work without any apr - and it is in maintainance 
mode, so no major changes should be made.

Costin

On Fri, 08 Oct 2004 16:53:40 -0400, Kurt Miller [EMAIL PROTECTED] wrote:
From: Mladen Turk [EMAIL PROTECTED]
Remy Maucherat wrote:
Over all, I don't, personally, think that it's worth trying to build
on the existing Jk code base.  However, if you have an itch
Well, we deceased JK2, for Apache2.1 we have proxy_ajp.
Until Apache2.1 becomes the only server around the net,
I'll stick with JK for all those not running my preferred
web server :).
Right. However, I think JK 1.2.x needs some level of stability. So APR,
large architectural changes, etc seem bad ideas. Of your list, I think
documentation (yah !) and the Unix sockets backport would be good (if
not too complex), but that's about it. Modifications to the Java side is
something independent.
I think it would rise the stability, but introduce new problems like
building APR, etc.. so you are probably right. We'll see.
I'm not very happy with the integrated APR build in JK2 for Apache
1.3. I did much of the work there and if I had to do it again, I'd
prefer APR to be a build/runtime depend, built separately by the
user first and loaded with LoadFile directive.
With respect to JK, I'd rather not see it get APR'ized. Mostly
so that Apache 1.3 support is kept simple and straightforward.

For the long term, if you would want better support for the other
servers, you can start a 100% APR replacement for JK 1.2 (I think it was
a bit like your mod_ajp) if you want to.
I'm surely do. The IIS6 support is something to chase :).
MT.


-
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]


Re: JK Todo List

2004-10-11 Thread Remy Maucherat
Costin Manolache wrote:
Henri Gomez wrote:
Well JK using APR will be a good solution for every webservers but 
Apache 1.3.x.

Apache 2.x came with APR,  IIS, Domino and others should have no
problems to use an external APR library (.so, .dll).
So the remaining question will be shoud we drop Apache 1.3.x support
in future JK 1.2.x or should we start a 'new' APR JK 1.2.x based
implementation ?

Why use APR in mod_jk ?
Support for Apache1.3 is IMO more important than support for IIS. And 
so far, mod_jk seems to work without any apr - and it is in 
maintainance mode, so no major changes should be made.
I think good Apache 1.3 support is more important than improving IIS 
support. IIS is not gaining market share these days, and it seems quite 
obvious most of the new IIS 6 installations are going to be used to run 
.not web components.

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


Re: JK Todo List

2004-10-11 Thread Dave Oxley
So is JK2 dead because of proxy_ajp? Why doesn't JK2 just replace JK?
Dave.

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


Re: JK Todo List

2004-10-11 Thread Bill Barker

- Original Message -
From: Dave Oxley [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Monday, October 11, 2004 3:35 PM
Subject: Re: JK Todo List


 So is JK2 dead because of proxy_ajp? Why doesn't JK2 just replace JK?


JK2 is dead because (like mod_webapp before it :), it failed to attract a
community interested in maintaining it.  You might as well ask 'why doesn't
mod_webapp just replace JK?'

 Dave.



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



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

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

JK Todo List

2004-10-08 Thread Mladen Turk
Hi,
Here is my Todo List for JK:
- Documentation
- Use Apache coding style (already done 90%) using simple .indent.pro
- Fix all 64/32 bit compatibility issues.
- Backport IIS Worker thread pool from JK2.
- Backport some ajp messaging stuff from proxy_ajp (mostly performance).
- Backport shared memory from JK2 for load balancer worker.
What's more important:
- Documentation
- Put the JK2 in 'maintainer' mode.
- Inform our users about that decision.
- Inform out users that we are still in native-tomcat business :)
Long term plans:
- Documentation
- Backport unix sockets from JK2
- Backport JNI from JK2 with lots improvements.
- Use 1.4 API on Java side
- Add full AJP14 protocol support
- Add encryption and compression to AJP protocol
- APR-ize JK
Regards,
MT.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: JK Todo List

2004-10-08 Thread Henri Gomez
+1, will help as much as possible


On Fri, 08 Oct 2004 13:28:49 +0200, Mladen Turk [EMAIL PROTECTED] wrote:
 Hi,
 
 Here is my Todo List for JK:
 
 - Documentation
 - Use Apache coding style (already done 90%) using simple .indent.pro
 - Fix all 64/32 bit compatibility issues.
 - Backport IIS Worker thread pool from JK2.
 - Backport some ajp messaging stuff from proxy_ajp (mostly performance).
 - Backport shared memory from JK2 for load balancer worker.
 
 What's more important:
 
 - Documentation
 - Put the JK2 in 'maintainer' mode.
 - Inform our users about that decision.
 - Inform out users that we are still in native-tomcat business :)
 
 Long term plans:
 
 - Documentation
 - Backport unix sockets from JK2
 - Backport JNI from JK2 with lots improvements.
 - Use 1.4 API on Java side
 - Add full AJP14 protocol support
 - Add encryption and compression to AJP protocol
 - APR-ize JK
 
 Regards,
 MT.
 
 


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



Re: JK Todo List

2004-10-08 Thread Remy Maucherat
Mladen Turk wrote:
Hi,
Here is my Todo List for JK:
- Documentation
- Use Apache coding style (already done 90%) using simple .indent.pro
- Fix all 64/32 bit compatibility issues.
- Backport IIS Worker thread pool from JK2.
- Backport some ajp messaging stuff from proxy_ajp (mostly performance).
- Backport shared memory from JK2 for load balancer worker.
What's more important:
- Documentation
- Put the JK2 in 'maintainer' mode.
- Inform our users about that decision.
- Inform out users that we are still in native-tomcat business :)
Long term plans:
- Documentation
- Backport unix sockets from JK2
- Backport JNI from JK2 with lots improvements.
I still don't see benefits in JNI as a transport for JK. Only trouble 
(no matter how I look at it, it seems like it would actually make the 
whole system much less robust) and complexity.
Did I miss something ?

- Use 1.4 API on Java side
- Add full AJP14 protocol support
- Add encryption and compression to AJP protocol
- APR-ize JK
Rmy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: JK Todo List

2004-10-08 Thread Mladen Turk
Remy Maucherat wrote:
- Backport JNI from JK2 with lots improvements.

I still don't see benefits in JNI as a transport for JK. Only trouble 
(no matter how I look at it, it seems like it would actually make the 
whole system much less robust) and complexity.
Did I miss something ?

The JNI was not meant to be used for transport layer. Sorry for the
confusion. It will became a part of dynamic configuration, so that
we don't need to write everything in C. Still this is very early draft,
and it should be at the end of list, cause it might happened that it
simply won't work :).
MT.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: JK Todo List

2004-10-08 Thread Costin Manolache
Remy Maucherat wrote:
- Backport JNI from JK2 with lots improvements.

I still don't see benefits in JNI as a transport for JK. Only trouble 
(no matter how I look at it, it seems like it would actually make the 
whole system much less robust) and complexity.
Did I miss something ?
I have to agree - for Apache ( even 2  ) the complexity of multiprocess 
is too big and it's not worth it in almost all cases.

But having a jni library to access OS-specific features is not a bad 
idea. For example registry, change UID ( I know c-daemon could do the 
same), unix sockets, etc.

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


Re: JK Todo List

2004-10-08 Thread Bill Barker
Over all, I don't, personally, think that it's worth trying to build on the 
existing Jk code base.  However, if you have an itch

- Original Message - 
From: Mladen Turk [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Friday, October 08, 2004 4:28 AM
Subject: JK Todo List


Hi,
Here is my Todo List for JK:
- Documentation
- Use Apache coding style (already done 90%) using simple .indent.pro
- Fix all 64/32 bit compatibility issues.
- Backport IIS Worker thread pool from JK2.
- Backport some ajp messaging stuff from proxy_ajp (mostly performance).
- Backport shared memory from JK2 for load balancer worker.
What's more important:
- Documentation
- Put the JK2 in 'maintainer' mode.
- Inform our users about that decision.
- Inform out users that we are still in native-tomcat business :)
Long term plans:
- Documentation
- Backport unix sockets from JK2
- Backport JNI from JK2 with lots improvements.
I agree with Remy here.  It's not worth doing with the existing codebase. 
If you want JNI, you need to do it again from scratch.

- Use 1.4 API on Java side
- Add full AJP14 protocol support
-0.  This is what proxy_ajp is for.
- Add encryption and compression to AJP protocol
- APR-ize JK
I'm very strongly -1 on requiring APR in JK.  The main purpose of JK is for 
Luddites (myself included) who are still using Apache 1.3.

Regards,
MT.


This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

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

Re: JK Todo List

2004-10-08 Thread Mladen Turk
Bill Barker wrote:
Over all, I don't, personally, think that it's worth trying to build on 
the existing Jk code base.  However, if you have an itch

Well, we deceased JK2, for Apache2.1 we have proxy_ajp.
Until Apache2.1 becomes the only server around the net,
I'll stick with JK for all those not running my preferred
web server :).
MT.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: JK Todo List

2004-10-08 Thread Remy Maucherat
Mladen Turk wrote:
Bill Barker wrote:
Over all, I don't, personally, think that it's worth trying to build 
on the existing Jk code base.  However, if you have an itch

Well, we deceased JK2, for Apache2.1 we have proxy_ajp.
Until Apache2.1 becomes the only server around the net,
I'll stick with JK for all those not running my preferred
web server :).
Right. However, I think JK 1.2.x needs some level of stability. So APR, 
large architectural changes, etc seem bad ideas. Of your list, I think 
documentation (yah !) and the Unix sockets backport would be good (if 
not too complex), but that's about it. Modifications to the Java side is 
something independent.

The new direction is basically making Apache (which has a continued 
overwhelming market share) the preferred native webserver, with the 
others still being supported, but with a limited feature set.

For the long term, if you would want better support for the other 
servers, you can start a 100% APR replacement for JK 1.2 (I think it was 
a bit like your mod_ajp) if you want to.

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


Re: JK Todo List

2004-10-08 Thread Mladen Turk
Remy Maucherat wrote:
Over all, I don't, personally, think that it's worth trying to build 
on the existing Jk code base.  However, if you have an itch
Well, we deceased JK2, for Apache2.1 we have proxy_ajp.
Until Apache2.1 becomes the only server around the net,
I'll stick with JK for all those not running my preferred
web server :).
Right. However, I think JK 1.2.x needs some level of stability. So APR, 
large architectural changes, etc seem bad ideas. Of your list, I think 
documentation (yah !) and the Unix sockets backport would be good (if 
not too complex), but that's about it. Modifications to the Java side is 
something independent.

I think it would rise the stability, but introduce new problems like 
building APR, etc.. so you are probably right. We'll see.

For the long term, if you would want better support for the other 
servers, you can start a 100% APR replacement for JK 1.2 (I think it was 
a bit like your mod_ajp) if you want to.

I'm surely do. The IIS6 support is something to chase :).
MT.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: JK Todo List

2004-10-08 Thread Kurt Miller
From: Mladen Turk [EMAIL PROTECTED]
 Remy Maucherat wrote:
  Over all, I don't, personally, think that it's worth trying to build
  on the existing Jk code base.  However, if you have an itch
 
  Well, we deceased JK2, for Apache2.1 we have proxy_ajp.
  Until Apache2.1 becomes the only server around the net,
  I'll stick with JK for all those not running my preferred
  web server :).
 
  Right. However, I think JK 1.2.x needs some level of stability. So APR,
  large architectural changes, etc seem bad ideas. Of your list, I think
  documentation (yah !) and the Unix sockets backport would be good (if
  not too complex), but that's about it. Modifications to the Java side is
  something independent.
 

 I think it would rise the stability, but introduce new problems like
 building APR, etc.. so you are probably right. We'll see.

I'm not very happy with the integrated APR build in JK2 for Apache
1.3. I did much of the work there and if I had to do it again, I'd
prefer APR to be a build/runtime depend, built separately by the
user first and loaded with LoadFile directive.

With respect to JK, I'd rather not see it get APR'ized. Mostly
so that Apache 1.3 support is kept simple and straightforward.

  For the long term, if you would want better support for the other
  servers, you can start a 100% APR replacement for JK 1.2 (I think it was
  a bit like your mod_ajp) if you want to.
 

 I'm surely do. The IIS6 support is something to chase :).

 MT.




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



Re: [5.5] Todo list

2004-10-07 Thread Remy Maucherat
Remy Maucherat wrote:
- Decent default java.util.logging configuration
I don't see any sensible configuration given what the standard handlers 
are (limited rotation options, little possibility of avoiding hardcoding 
logfiles paths, etc). Also, the reload operation is not exposed to JMX 
(other operations are exposed, however).

So I'll add a default configuration file from the JRE, where we'll add 
some example catagory names to help users, but that's unfortunately all 
that can be done by default.

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


Re: [5.5] Todo list

2004-10-07 Thread Costin Manolache
Remy Maucherat wrote:
Remy Maucherat wrote:
- Decent default java.util.logging configuration

I don't see any sensible configuration given what the standard handlers 
are (limited rotation options, little possibility of avoiding hardcoding 
logfiles paths, etc). Also, the reload operation is not exposed to JMX 
(other operations are exposed, however).

So I'll add a default configuration file from the JRE, where we'll add 
some example catagory names to help users, but that's unfortunately all 
that can be done by default.

Rémy
And some people are using log4j :-)
I just can't live with the 2-line per log and the formated date, and I 
found no way to change this  ( except writting my own formatter ).


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


Re: [5.5] Todo list

2004-10-05 Thread Remy Maucherat
Remy Maucherat wrote:
My todo list currently includes:
- A simple host manager webapp (with Ant tasks)
- A String cache for MessageBytes (which could be enabled using a 
special system property)
- Decent default java.util.logging configuration
- Default JMX Remote configuration for Java 5 (ready to enable by 
uncommenting stuff)
- Allowing pluggability for commons-modeler
Adding new items:
- Extend the backgroundProcess() method to most other components, 
including: Valve, Loader, Realm, etc; ContainerBase.backgroundProcess() 
will call these methods
- Use this to try to provide an optimized version of the access logging 
valve (access logging is likely used in production for standalone 
Tomcat, and it has very bad performance right now) which would do 
asynchronous writes to its file (and hopefully be more efficient)

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


Re: [5.5] Todo list

2004-10-05 Thread Tim Funk
Just an fyi, At one time, I was thinking that AccessLogValve was bad for 
performance. But I think it has no effect unless you are maxed out in processors.

The AccessLog writing only occurs *after* the response has been sent to the 
client and the request is essentially done. I think if there is a performance 
issue - it is OS/filesystem specific. We pounded some HPUX boxes with and 
without access logs turned on. As long as we did not run out of processors, 
we didn't see any performance differences.

It might be of interest to parse and decode the pattern at set time for 
AccessLogValve (like the ExtendedVersion does) to prevent a lot of extra 
string comparisons. (If the user chooses a custom pattern) But I'm 
indifferent because of the results I posted above.

On a stressed system, this might still be a good thing todo.
-Tim
Remy Maucherat wrote:
Remy Maucherat wrote:
Adding new items:
- Use this to try to provide an optimized version of the access logging 
valve (access logging is likely used in production for standalone 
Tomcat, and it has very bad performance right now) which would do 
asynchronous writes to its file (and hopefully be more efficient)


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


Re: [5.5] Todo list

2004-10-05 Thread Remy Maucherat
Tim Funk wrote:
Just an fyi, At one time, I was thinking that AccessLogValve was bad 
for performance. But I think it has no effect unless you are maxed out 
in processors.

The AccessLog writing only occurs *after* the response has been sent 
to the client and the request is essentially done. I think if there is 
a performance issue - it is OS/filesystem specific. We pounded some 
HPUX boxes with and without access logs turned on. As long as we did 
not run out of processors, we didn't see any performance differences.

It might be of interest to parse and decode the pattern at set time 
for AccessLogValve (like the ExtendedVersion does) to prevent a lot of 
extra string comparisons. (If the user chooses a custom pattern) But 
I'm indifferent because of the results I posted above.

On a stressed system, this might still be a good thing todo.
If I actually do anything, I'd do it in a separate valve class for now 
(so I won't touch the current valve).

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


Re: [5.5] Todo list

2004-10-05 Thread Peter Rossbach
Hey Remy,
very good new items.
It was very usefull that all elements can get time events. Then it was 
very easy to
control some reloading or monitoring things.

Yes, we can refactor the current AccessLogger. Let us have a look to the 
Apache httpd Module.
  Asynch mode very welcome
  Better support for Unix rotatelogs
  Faster output generation without patter parseing on every request.

Following I want to add:
   - wrote a better save-to-xml way
 I have factor out the current StandardServer method to 
separate  saving objects.
 Currently my module working well, but I have problems with the 
new default context.xml handling.
 I want contribute the new code as seperate module. Configure 
the new thing with seperate Listener and MBean.
 After a while of successful testing, we can remove the current 
StandardServer routines.

Peter
   
Remy Maucherat schrieb:

Remy Maucherat wrote:
My todo list currently includes:
- A simple host manager webapp (with Ant tasks)
- A String cache for MessageBytes (which could be enabled using a 
special system property)
- Decent default java.util.logging configuration
- Default JMX Remote configuration for Java 5 (ready to enable by 
uncommenting stuff)
- Allowing pluggability for commons-modeler

Adding new items:
- Extend the backgroundProcess() method to most other components, 
including: Valve, Loader, Realm, etc; 
ContainerBase.backgroundProcess() will call these methods
- Use this to try to provide an optimized version of the access 
logging valve (access logging is likely used in production for 
standalone Tomcat, and it has very bad performance right now) which 
would do asynchronous writes to its file (and hopefully be more 
efficient)

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


--
J2EE Systemarchitekt und Tomcat Experte
http://objektpark.de/
http://www.webapp.de/
Am Josephsschacht 72, 44879 Bochum, Deutschland
Telefon:  (49) 234 9413228
Mobil:(49) 175 1660884
E-Mail:  [EMAIL PROTECTED]

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


[5.5] Todo list

2004-10-04 Thread Remy Maucherat
My todo list currently includes:
- A simple host manager webapp (with Ant tasks)
- A String cache for MessageBytes (which could be enabled using a 
special system property)
- Decent default java.util.logging configuration
- Default JMX Remote configuration for Java 5 (ready to enable by 
uncommenting stuff)
- Allowing pluggability for commons-modeler

I think the last item would not be in a first stable 5.5 release, as it 
might take a little time. It's probably a bit like Costin's new stuff ;)

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


DO NOT REPLY [Bug 31098] New: - 'assert' keyword missing from list of Java keywords

2004-09-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31098.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31098

'assert' keyword missing from list of Java keywords

   Summary: 'assert' keyword missing from list of Java keywords
   Product: Tomcat 5
   Version: 5.0.28
  Platform: All
OS/Version: All
Status: NEW
  Severity: Minor
  Priority: Other
 Component: Jasper
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Class org.apache.jasper.compiler.JspUtil has an algorithm that determined class
names of generated Java files, and that handles Java keywords specially (thanks
to class variable javaKeywords). However, keyword 'assert' is missing from this
list.

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



DO NOT REPLY [Bug 31098] - 'assert' keyword missing from list of Java keywords

2004-09-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31098.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31098

'assert' keyword missing from list of Java keywords

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-09-07 20:18 ---
Added assert and enum to the Java keyword list.

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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



Illegal IMail List Server Command!

2004-09-01 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to imailsrv at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to imailsrv at
   this address with the following in the body of the message:

   set mode standard listname


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



  1   2   3   4   >