Re: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread jeffery . s . eaton
to update only the tables they are approved to access. Jeffery S. Eaton Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland Department of Main Roads, Queensland Transport or Maritime Safety Queensland

RE: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread jeffery . s . eaton
That's right Sasha, I will have to ensure connections are closed down automatically if the user doesn't log out, but at this stage I will note your comment for further research. Thanks, Jeffery S. Eaton Opinions contained in this e

Re: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread jeffery . s . eaton
with policy. Thank you all for your input. Jeffery S. Eaton Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland Department of Main Roads, Queensland Transport or Maritime Safety Queensland, or endorsed

using a datasource connection pool resource with username and password supplied by user

2005-10-09 Thread jeffery . s . eaton
to be happy with the username and password being set in the context resource. Any help I can get would be most appreciated. Regards, Jeffery S. Eaton Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland

Re: using a datasource connection pool resource with username and password supplied by user

2005-10-09 Thread jeffery . s . eaton
) in Tomcat itself. Anyway, I will implement storing the connection in the session with the log out killing the connection. Any comments or gotchas you know about would be useful. Jeffery S. Eaton Opinions contained in this e-mail do

Multiple Threads for one webapp

2005-09-30 Thread Mahesh S Kudva
on this and help me troubleshoot ??? Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development - To unsubscribe, e-mail: [EMAIL

Re: Multiple Threads for one webapp

2005-09-30 Thread Mahesh S Kudva
Hi I have restarted Tomact and made sure no threads run in the background. But still the problem persists. Every time tomcat is restarted, I can see the notification thread start Notification thread started...32237 Regards Thanks Mahesh S Kudva -Original Message

Re: Multiple Threads for one webapp

2005-09-30 Thread Mahesh S Kudva
-console. The folder jboss home/server/default/work/webapp3.domain.com contains webapp1, webapp2, webapp3 and jmx-console. Within each of these there are two files session and cache. Is this causing the issue.??? Is this normal ??? Regards Thanks Mahesh S Kudva -Original

Virtual hosts and Threads

2005-09-28 Thread Mahesh S Kudva
??? Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Virtual Hosts

2005-09-16 Thread Mahesh S Kudva
- mod-jk.conf LoadModule jk_module /opt/apache2/modules/mod_jk.so JkWorkersFile /opt/apache2/conf/workers.properties JkLogFile /opt/apache2/logs/mod_jk.log JkLogLevel info JkLogStampFormat [%a %b %d %H:%M:%S %Y

Re: Tomcat SSL and Virtual Domains

2005-09-03 Thread Mahesh S Kudva
I had a similar issue. I too had a doubt in servr.xml. Search the archives for the topic Virtual Hosting with WAR files. I've posted in detail what the configurations that helped me with virtual hosting. Hope it helps you too Regards Thanks Mahesh S Kudva -Original

Re: Manager webapp and virtual hosts

2005-08-27 Thread Mahesh S Kudva
- mod-jk.conf LoadModule jk_module /opt/apache2/modules/mod_jk.so JkWorkersFile /opt/apache2/conf/workers.properties JkLogFile /opt/apache2/logs/mod_jk.log JkLogLevel info JkLogStampFormat [%a %b %d %H:%M:%S %Y

RE: Virtual Hosting with WAR files

2005-08-17 Thread Mahesh S Kudva
:%M:%S %Y] JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories JkRequestLogFormat %w %V %T JkMount /webapp.domain.com/*.jsp loadbalancer JkMountFile /opt/apache2/conf/uriworkermap.properties JkShmFile /opt/apache2/logs/jk.shm Location /jkstatus/ JkMount status Allow from

Virtual Hosting with WAR files

2005-08-15 Thread Mahesh S Kudva
to the war files as requested. How do I configure tomcat to connect to the correct war file as requested? Any help will be appreciated. Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development

Re: Certificate Authentication for individual apps

2005-07-02 Thread Mahesh S Kudva
client auth for certain apps. How do i go about it.?? Regards Thanks Mahesh S Kudva -Original Message- From: Bill Barker [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Date: Fri, 1 Jul 2005 21:56:37 -0700 Subject: Re: Certificate Authentication for individual apps

servlet mapping and url

2005-07-02 Thread s s
i want to invoke a servlet using url like http://localhost:8080 only i have done it using http://localhost:8080/index.html where index.html is a servlet. Is it possible to load this servlet as a default just like a default web page. The point is i want a servlet to recieve a request when url

Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
Hi All How can I have different certificate authentication for different applications and skip certificate authentication for some applications hosted on the same server. Regards Thanks Mahesh S Kudva --- Robosoft

Re: Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
Hi All Thanks for the note. May be I was not clear in my earlier mail. I have client authentication using certificates. I want to skip client auth for certain hosted applications on the server but preserve client auth for other apps. Regards Thanks Mahesh S Kudva

Tomcat 5.5.9 application reload doesn't work

2005-06-28 Thread Johnson, Tony S.
Hi, I have seen this question discussed several times on this mailing list, but I have not found anyone with a solution, so I am asking again in the hopes that someone can help. Example of problem: 1) Download/Install/Start tomcat 5.5.9 on port 8080 2) Create a directory c:\test 3) Create a

monitoring performance

2005-06-17 Thread Hossein S. Attar
Hi: Is it possible to instruemnt Tomcat to collect statistics such as averasge response time (for each servlet), etc and then somehow get these statistics programatically (e.g., using an API). I'm trying to write a program that needs to get such statistics, therefore monitoring tools that

RE: monitoring performance

2005-06-17 Thread Hossein S. Attar
to monitor tomcat and save the results to a log. peter lin On 6/17/05, Hossein S. Attar [EMAIL PROTECTED] wrote: Hi: Is it possible to instruemnt Tomcat to collect statistics such as averasge response time (for each servlet), etc and then somehow get these statistics programatically (e.g

Re: Re: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
Thanks for your email! no my web.xml doesnt have 331 lines. I had added entire web.xml in previous email. I have created a dir called jsfApp under webapps and have set this context. so will any other application cause problem? ThanksĀ  On Sun, 22 May 2005 Shinji Miyamoto wrote : Hi, The

Re: RE: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
that many lines. Ta Matt -Original Message- From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] Sent: 21 May 2005 19:10 To: tomcat-user@jakarta.apache.org Subject: Error at tomcat start up Hi All, I am getting following error at tomcat start up. Nov 6, 2000 3:27:04 PM

Error at tomcat start up

2005-05-21 Thread tushar S Kulkarni
(Unknown S ource) at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement( Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent Dispatcher.dispatch(Unknown

Certificate Revocation

2005-05-19 Thread Mahesh S Kudva
Hi All Once if the certificates are revoked, how do I make Tomcat to know which certificates are revoked. Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

Re: Client Authentication

2005-05-17 Thread Mahesh S Kudva
and client.p12 to the clients machine. In your server.xml file enable client authentication by changing clientauth=true and that's it. Regards Thanks Mahesh S Kudva -Original Message- From: Mahesh S Kudva [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

No such list! s

2005-05-16 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest jturbo-interest servletexec-interest bluedragon-customers jturbo-customers servletexec-customers bluedragon-announce

  1   2   3   4   5   6   7   8   >