Recent spam

2005-05-17 Thread Mark Thomas
All,
Just a quick update on the recent issues.
1. The spam with German subject messages has been blocked by the 
infrastructure folks updating the anti-spam rules on the Apache list 
servers.

2. The New Atlanta List Server messages were blocked by me as soon as I 
saw them (Monday evening UK time). Due to the load on the list servers 
the unsubscribe message took about 10 hours to get through and another 
10 hours to confirm. Since (as much as I'd like not to have to work for 
a living) I don't monitor my Apache e-mail 24x7 it wasn't sometime early 
Wednesday morning (UK time) that the messages were finally blocked.

A couple of more general points about spam:
1. Sending messages of the form "Is anyone else getting this spam?" only 
makes matters worse. If you want to check what is appearing on the list, 
use one of the list archives available on the web.

2. If you think the list owners haven't noticed a problem, send a 
message to [EMAIL PROTECTED] Chances are we have 
seen the problem and are on the case but an extra heads up never hurt.

Mark
(one of)
[EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: java.lang.NoClassDefFoundError

2005-05-17 Thread Anto Paul
On 5/18/05, Hari Om <[EMAIL PROTECTED]> wrote:
> SUBJECT: java.lang.NoClassDefFoundError
> I am using Tomcat 4.1.31 on SuSE Linux 8.1 and Java 1.4
> 
> I have my application as following:
> 
> /local/tomcat/webapps/hari
> /local/tomcat/webapps/hari/index.html
> /local/tomcat/webapps/hari/WEB-INF/classes/util/BatchUpload1.class
> /local/tomcat/webapps/hari/WEB-INF/classes/util/*.class
> /local/tomcat/webapps/hari/WEB-INF/lib/cos.jar (this is Oreilly's predefined
> classes)
> /local/tomcat/webapps/hari/WEB-INF/web.xml
> 
> I access my WEB application as http://us.hari.com/uhin/BatchUpload and get
> following error wonder why:
> 
> description: The server encountered an internal error () that prevented it
> from fulfilling this request.
> 
> exception
> 
> javax.servlet.ServletException: Error instantiating servlet class
> util.BatchUpload1
> at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:865)
> at
> org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:621)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:163)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596
> at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
> 
>  at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> 
> at java.lang.Thread.run(Thread.java:534)
> 
> root cause
> 
> java.lang.NoClassDefFoundError:
> com/oreilly/servlet/multipart/FileRenamePolicy
> 
> at java.lang.Class.getDeclaredConstructors0(Native Method)
> at
> java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
> at java.lang.Class.getConstructor0(Class.java:1930)
> at java.lang.Class.newInstance0(Class.java:278)
> at java.lang.Class.newInstance(Class.java:261)
>at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:856)
> 
> ---
> 
> I am using Oreilly's predefined classes which are stored in "cos.jar" file
> and under WEB-INF/lib/ directory... I have also added this to the
> CLASSPATH...
> 
> When I un-jar my cos.jar file I get follwing files...
> com/oreilly/servlet/*.classes
> 
> Any pointer on this would be appreciated...
> 
> THANKS!
> 
> HARI OM
> 
> _
> FREE pop-up blocking with the new MSN Toolbar – get it now!
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

You tried restarting Tomcat or the machine ?
Which jar file is in the classpath when you compiled the servlet. The
one in WEB-INF/lib ?.

-- 
rgds
Anto Paul


Re: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Gurumoorthy
in your tomcat_home/conf/web.xml find

servlet>
default

  org.apache.catalina.servlets.DefaultServlet


debug
0


listings
true

1


make the listing to false.
- Original Message -
From: "Gabriel Belingueres" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, May 17, 2005 7:28 PM
Subject: Deny directory listing in Tomcat 4.1.x


Hi,
 I need to deny the access to my web app's directory listing in Tomcat
4.1.x.

How do I do that?
 TIA,
Gabriel


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



Re: Tomcat on XP

2005-05-17 Thread Anto Paul
On 5/18/05, Jobish P <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> I am not getting the tomcat home page while trying to run tomcat in
> Windows XP. I had set the JAVA_HOME and CATALINA_HOME path variables.
> And stopped other servers(IIS ans apche) running in the system.
> But I couldn't see anything by typing http://localhost:8080. The
> utilitie's that I used are tomcat 5.5.9.exe and j2sdk1.4.2_07.
> 
> It will be of great help if any of you could help in this
> regard.
> 
> cheers,
> 
> -Jobish P
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

You should check the log files. The logs is in the CATALINA_HOME\logs
directory. If you run it using startup.bat errors will be displayed in
the console. Post the error messages then somebody can help you.

-- 
rgds
Anto Paul

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



RE: Tomcat on XP

2005-05-17 Thread Guy Katz
did you put the jdk1.4 tomcat compatibility package in there? i dont know if 
this is the cause but i need it anyway.
its diwnloadable from the same page you download tomcat and is called something 
like 5.5.9_compat

-Original Message-
From: Jobish P [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 18, 2005 7:33 AM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat on XP



Hi,

I am not getting the tomcat home page while trying to run tomcat in
Windows XP. I had set the JAVA_HOME and CATALINA_HOME path variables.
And stopped other servers(IIS ans apche) running in the system.
But I couldn't see anything by typing http://localhost:8080. The
utilitie's that I used are tomcat 5.5.9.exe and j2sdk1.4.2_07.

It will be of great help if any of you could help in this
regard.

cheers,

-Jobish P


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



Tomcat on XP

2005-05-17 Thread Jobish P

Hi,

I am not getting the tomcat home page while trying to run tomcat in
Windows XP. I had set the JAVA_HOME and CATALINA_HOME path variables.
And stopped other servers(IIS ans apche) running in the system.
But I couldn't see anything by typing http://localhost:8080. The
utilitie's that I used are tomcat 5.5.9.exe and j2sdk1.4.2_07.

It will be of great help if any of you could help in this
regard.

cheers,

-Jobish P


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



Re: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Lutz Zetzsche
Hi Gabriel,

Am Dienstag, 17. Mai 2005 20:28 schrieb Gabriel Belingueres:
> Hi,
>  I need to deny the access to my web app's directory listing in
> Tomcat 4.1.x.
>
> How do I do that?
>  TIA,
> Gabriel

I don't have running Tomcat 4.1 here to have a look at the web.xml but 
in Tomcat 5+, you can add the following setting for the default servlet 
to the web.xml:


listings
false


http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/funcspecs/fs-default.html
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/default-servlet.html
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/default-servlet.html

If the documentation of the default servlet in your 
$CATALINA_HOME/conf/web.xml does not list the parameter "listings", 
this will not work however. Then, you may add an index.html, or what 
else is defined as welcome file on your server, to your directories. 
This an ackward but working solution. :-)


Best wishes

Lutz

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



Re: Illegal IMail List Server Command!

2005-05-17 Thread Lutz Zetzsche
Hi Mandar,

Am Dienstag, 17. Mai 2005 17:08 schrieb Mandar Vaidya:
> Hi,
>
>Does anyone know how to stop these emails ? I'm getting too many
> emails like this

Just configure your e-mail programme properly. :-) Since I first noticed 
that there is a continous flood of these mails, I have quickly - in a 
minute - set up a pop3 filter for these e-mails so that they are 
already deleted on the mail server and will never reach my computer.

This is very simple and I wonder why it is easier to complain about 
these mails and to unsubscribe from this list because of them than just 
to set up the own mail programme right. ;-)

Meanwhile, I find these "This is annoying mail. Can someone block this 
mails?" mails annoying. :-)


Lutz

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



Need Tomcat Java Windows on top of native windows

2005-05-17 Thread Mark Leone
I have a web app that consists of a java bean running behind a JSP in 
Tomcat. The bean communicates with the client via the JSP, but it also 
pops up a swing GUI on the server under certain conditions. I need the 
JFrame window to be on top of all windows running on the server. There 
are several swing methods that I can call to do this, but they all have 
platform-dependent behavior. On Windows XP the JFrame behaves as 
desired, but on Mac OSX the JFrame draws itself on top of other windows 
in the JVM, but native windows remain on top of all JVM windows.

Given the behavior of the swing methods, I'm wondering if I can resolve 
this at the JVM-OS interface. Is there a way to configure Tomcat so that 
any windows it launches in the JVM ride on top of all native windows?

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


All these Spams

2005-05-17 Thread farhad
Where is the moderator?  Why don't they unsubscribe 
[EMAIL PROTECTED] from this group (or filter their domain 
completely)?
The first pass of spam was annoying enough now peoples complains are 
doubling volume of junk mails.


I have tried to unsubscribe to this list becuase of these emails, but I cannot 
get free  What can be done ???
-- "Rhino" <[EMAIL PROTECTED]> wrote:
Nope; I think everyone's getting this spam - again and again and again! I
wonder if this idiot  automated his subscription request; otherwise I'm at a
loss to explain why the same emails come up time and time again.
Rhino
- Original Message - 
From: "Guy Katz" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Tuesday, May 17, 2005 1:46 AM
Subject: RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

am i the only one getting this annoying spam from the tomcat lisy?
-Original Message-
From: s [mailto:[EMAIL PROTECTED]
Sent: Monday, May 16, 2005 10:32 PM
To: tomcat-user@jakarta.apache.org
Subject: No such list! 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Zhuge, Qing
I unsubscribed yesterday due to these junk mails. But I am still getting
them today. Unsubscribed doesn't help.

Qing

-Original Message-
From: Michael Mehrle [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 4:28 PM
To: Tomcat Users List
Subject: Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

No, you're not the only one - and if they don't clean up their act soon,

I'll simply unsubscribe. Fu.ing annoying!

Michael

- Original Message - 
From: "Guy Katz" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Monday, May 16, 2005 10:46 PM
Subject: RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?


am i the only one getting this annoying spam from the tomcat lisy?

-Original Message-
From: s [mailto:[EMAIL PROTECTED]
Sent: Monday, May 16, 2005 10:32 PM
To: tomcat-user@jakarta.apache.org
Subject: No such list! 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


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



Scheduled task in tomcat - how?

2005-05-17 Thread Michael Mehrle
I need to create an automated task in tomcat that gets launched every two
hours or so, does its work and then sleeps again. The task needs to send
some request values via a secure (https) POST to a cgi script running on an
outside server, then receive the response, parse it and put it into the
database. The response doesn't return the values as request parameters, but
instead simply returns records in CSV (comma separated values) format, one
record per line.
So, here's what I'm pondering:
 a.. What's the best way to create that automated (scheduled) task and run
it as a servlet under tomcat (5.5.9)?
 b.. You guys might laugh, but the last time I parsed CSV as part of the
HTTP response was in my Perl days (looong ago) - is there some servlet
support for doing this, or do I need to code alll this stuff myself from
scratch?
 c.. Finally, what's the best approach to 'receiving' the response? The
servlet issueing the request is obviously the requester, but since this is
running inside of tomcat, how do I route the response to that servlet? Maybe
I'm overthinking this, but I'm not sure how a servlet can be the recipient
of its own request. Hope this makes sense.
Any input on one or more of these questions would be appreciated.
Michael
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: The New Atlanta Server Messages

2005-05-17 Thread Mark Leone
My guess is that someone is sending illegal commands to new-atlanta 
server with the tomcat list as the reply-to address. If someone just 
subscribed us, we would be getting the actual list traffic, not these 
error messages. I sent a message to the list-admin address given in the 
message and asked them to block the tomcat-user address.

BTW, there are almost as many messages saying "Yes, I'm getting these 
annoying messages too" as there are annoying messages. Please don't 
amplify the problem.

List Server wrote:
New Atlanta List Server General Help File
-
Lists hosted by this server are:
  bluedragon-interest
  servletexec-interest
  jturbo-interest
Use one of these list names where you see  in the command syntax 
below.
All list server commands must be addressed to:
  [EMAIL PROTECTED]
Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.
Valid Commands are:
  To subscribe to a list:
  subscribe  
  For example:
  subscribe servletexec-interest John Smith
  If you don't include your name in the subscribe command you'll receive an "Invalid 
Syntax" error message from the list server.
  To unsubscribe from a list:
  unsubscribe 
  To receive help send after subscribing to a list:
  help 
If you have any questions or need additional help, send email to:
  [EMAIL PROTECTED]
-
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: No suuuccchh llllliiiisssssttttttttttttt

2005-05-17 Thread Parsons Technical Services
And even higher on the list of to-do's is to prevent it in the first place.
Would it be possible to force user intervention on the subscription 
confirmation? Rather than have a reply confirm it have a subject in the body 
that must be copied to the subject line to complete the confirm process. 
That way an auto response by a machine will not complete the confirm.

Even make the reply address only in the body instead of as the reply or from 
address.

$.015
Doug
- Original Message - 
From: "Rick Beton" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Tuesday, May 17, 2005 4:17 AM
Subject: Re: No such list! s


Chris wrote:
Is anyone else getting these when they try to send mail to the list?

Yes.  My guess is that the Apache list administrator needs to remove 
[EMAIL PROTECTED] from the tomcat-user list.  I may be wrong; 
either way, I'd like someone to work out how to stop these annonyances 
please.

Rick


--
Visit our website at www.roke.co.uk
Roke Manor Research Ltd, Roke Manor, Romsey, Hampshire SO51 0ZN, UK.
The information contained in this e-mail and any attachments is 
proprietary to
Roke Manor Research Ltd and must not be passed to any third party without
permission. This communication is for information only and shall not 
create or
change any contractual relationship.

-
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: Illegal IMail List Server Command!

2005-05-17 Thread Mark Leone
My guess is that someone is sending illegal commands to new-atlanta 
server with the tomcat list as the reply-to address. If someone just 
subscribed us, we would be getting the actual list traffic, not these 
error messages. I sent a message to the list-admin address given in the 
message and asked them to remove the tomcat-user address.

BTW, there are almost as many messages saying "Yes, I'm getting these 
annoying messages too" as there are annoying messages. Please don't 
amplify the problem.

List Server wrote:
New Atlanta List Server General Help File
-
Lists hosted by this server are:
  bluedragon-interest
  servletexec-interest
  jturbo-interest
Use one of these list names where you see  in the command syntax 
below.
All list server commands must be addressed to:
  [EMAIL PROTECTED]
Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.
Valid Commands are:
  To subscribe to a list:
  subscribe  
  For example:
  subscribe servletexec-interest John Smith
  If you don't include your name in the subscribe command you'll receive an "Invalid 
Syntax" error message from the list server.
  To unsubscribe from a list:
  unsubscribe 
  To receive help send after subscribing to a list:
  help 
If you have any questions or need additional help, send email to:
  [EMAIL PROTECTED]
-
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: What are those "No such list!" s and "Illegal IMail List Server Command!" ?

2005-05-17 Thread Jack Park
It would seem that unsubscribing from this list is *not* an option. I 
have tried to unsubscribe 3 times now and the server doesn't respond. It 
was happy to let me in, and now it ignores me.

joelsherriff wrote:
Don't know, but http://www.newatlanta.com would seem to be the place to
start.
- Original Message - 
From: "Maxime" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, May 17, 2005 2:13 AM
Subject: What are those "No such list!" s and "Illegal IMail List Server
Command!" ?

Hello everybody,
Since yesterday I am receiving a thousand of the same emails.
What can I (or we) do to avoid these ???
Thank you !
++
Max


---
Here the spam mail that I've received a lot of time !
New Atlanta List Server General Help File
-
Lists hosted by this server are:
   bluedragon-interest
   servletexec-interest
   jturbo-interest
Use one of these list names where you see  in the command syntax
below.
All list server commands must be addressed to:
   [EMAIL PROTECTED]
Commands must be placed on the first line of the message body and may not be
preceded by blanks, whitespace, or other characters.
Valid Commands are:
   To subscribe to a list:
   subscribe  
   For example:
   subscribe servletexec-interest John Smith
   If you don't include your name in the subscribe command you'll receive an
"Invalid Syntax" error message from the list server.
   To unsubscribe from a list:
   unsubscribe 
   To receive help send after subscribing to a list:
   help 
If you have any questions or need additional help, send email to:
   [EMAIL PROTECTED]
-
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: No such list! s An explanation

2005-05-17 Thread Fritz Schneider

In general list servers have at least two e-mail addresses on which to
receive mail. The most heavily used one is the main list address which
accepts submissions and broadcasts them to all members of the list. In our
case it's [EMAIL PROTECTED]

There is also one or more list management addresses such as
[EMAIL PROTECTED] 

It's obvious that some child has found a way to subscribe one of the
management interfaces at New Atlanta to our list. Each message that we send
gets forwarded to that address. Since the message is not a valid list
management message, the New Atlanta server replies with an error message.
That error message then gets broadcast. We should consider ourselves lucky
that the New Atlanta list server ignores messages which seem to come from
itself. If it didn't we would have an infinite loop.

What can we do about it?

1) Wait patiently for our list owner to delete the offending subscription.

2) Add a mail filter to discard messages with "newatlanta" in the header.

3) Stop sending messages.

4) [EMAIL PROTECTED]

Fritz

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 11:11 AM
To: Tomcat Users List
Subject: Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

No you are not. This is absolutely the noisiest list I have
ever subscribed to: each post generates more than one of
those bad list or bad list command spams.

On Tue, 17 May 2005 08:46:54 +0300
 "Guy Katz" <[EMAIL PROTECTED]> wrote:
>am i the only one getting this annoying spam from the
>tomcat lisy?
>
>-Original Message-
>From: s [mailto:[EMAIL PROTECTED]
>Sent: Monday, May 16, 2005 10:32 PM
>To: tomcat-user@jakarta.apache.org
>Subject: No such list! 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What are those "No such list!" s and "Illegal IMail List Server Command!" ?

2005-05-17 Thread Robert Harper
I recommend shooting, hanging, flogging, castrating, and beheading of the
list server manager. Some monkey got hold of a keyboard and messed the whole
thing up.

Robert S. Harper
Senior Engineer


-Original Message-
From: Mandar Vaidya [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 12:07 PM
To: 'Tomcat Users List'
Subject: RE: What are those "No such list!" s and "Illegal IMail List Server
Command!" ?

Same problem here.

Mandar
 

-Original Message-
From: Maxime [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 2:14 AM
To: tomcat-user@jakarta.apache.org
Subject: What are those "No such list!" s and "Illegal IMail List Server
Command!" ?

Hello everybody,
Since yesterday I am receiving a thousand of the same emails.
What can I (or we) do to avoid these ???
Thank you !
++
Max





---
Here the spam mail that I've received a lot of time !

New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]

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



java.lang.NoClassDefFoundError

2005-05-17 Thread Hari Om
SUBJECT: java.lang.NoClassDefFoundError
I am using Tomcat 4.1.31 on SuSE Linux 8.1 and Java 1.4
I have my application as following:
/local/tomcat/webapps/hari
/local/tomcat/webapps/hari/index.html
/local/tomcat/webapps/hari/WEB-INF/classes/util/BatchUpload1.class
/local/tomcat/webapps/hari/WEB-INF/classes/util/*.class
/local/tomcat/webapps/hari/WEB-INF/lib/cos.jar (this is Oreilly's predefined 
classes)
/local/tomcat/webapps/hari/WEB-INF/web.xml

I access my WEB application as http://us.hari.com/uhin/BatchUpload and get 
following error wonder why:

description: The server encountered an internal error () that prevented it 
from fulfilling this request.

exception
javax.servlet.ServletException: Error instantiating servlet class 
util.BatchUpload1
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:865)
at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:621)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:163)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)

at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)

   at java.lang.Thread.run(Thread.java:534)
root cause
java.lang.NoClassDefFoundError: 
com/oreilly/servlet/multipart/FileRenamePolicy

   at java.lang.Class.getDeclaredConstructors0(Native Method)
   at 
java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
   at java.lang.Class.getConstructor0(Class.java:1930)
   at java.lang.Class.newInstance0(Class.java:278)
   at java.lang.Class.newInstance(Class.java:261)
  at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:856)

---
I am using Oreilly's predefined classes which are stored in "cos.jar" file 
and under WEB-INF/lib/ directory... I have also added this to the 
CLASSPATH...

When I un-jar my cos.jar file I get follwing files...
com/oreilly/servlet/*.classes
Any pointer on this would be appreciated...
THANKS!
HARI OM
_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


RE: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Robert Harper
Add 


listings
false


to the %CATALINA_HOME%/conf/web.xml file.

Robert S. Harper
Senior Engineer
 
Information Access Technology, Inc.
1100 East 6600 South
Suite 300
Salt Lake City, Utah USA 84121-7411
(801)265-8800 Ext. 255
FAX (801)265-8880
 

This e-mail is intended only for the addressee and may contain confidential
and/or privileged information. Any review, retransmission, or action taken
upon this information by persons other than the intended recipient is
prohibited by law. If you received this communication in error, please
contact us immediately at 801-265-8800. Although this e-mail and any
attachments are believed to be free of any virus or other defect, it is the
responsibility of the recipient to ensure that anything received or opened
is virus free. No responsibility is accepted by IAT for any loss or damage
in the event that such a virus or defect exists.
 


-Original Message-
From: Gabriel Belingueres [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 12:29 PM
To: tomcat-user@jakarta.apache.org
Subject: Deny directory listing in Tomcat 4.1.x

Hi,
 I need to deny the access to my web app's directory listing in Tomcat
4.1.x. 

How do I do that?
 TIA,
Gabriel



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



Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Rhino
This only started the other day; I've been subscribed for at least a couple
of years now and this is the first time I can remember it happening.

Rhino

- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Tuesday, May 17, 2005 2:10 PM
Subject: Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?


> No you are not. This is absolutely the noisiest list I have
> ever subscribed to: each post generates more than one of
> those bad list or bad list command spams.
>
> On Tue, 17 May 2005 08:46:54 +0300
>  "Guy Katz" <[EMAIL PROTECTED]> wrote:
> >am i the only one getting this annoying spam from the
> >tomcat lisy?
> >
> >-Original Message-
> >From: s [mailto:[EMAIL PROTECTED]
> >Sent: Monday, May 16, 2005 10:32 PM
> >To: tomcat-user@jakarta.apache.org
> >Subject: No such list! 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:
> >[EMAIL PROTECTED]
> >For additional commands, e-mail:
> >[EMAIL PROTECTED]
> >
> >
> >-
> >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]
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.11 - Release Date: 16/05/2005
>
>



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.11 - Release Date: 16/05/2005


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



DeployTask Not Found - Configuration Problem with Ant and Tomcat

2005-05-17 Thread Robert Sinner

I am sending this message as it was bounced back to me I apologize if for
some reason you receive it twice.

I am trying to install tomcat on red hat enterprise server 8 with ant and
apache. However when trying to run ant (to compile a simple servlet I get
the following error).

Using the simple build file I get the following error trying to run the ant.
I have searched everything I could find on google, and almost certain it’s a
classpath issue, however I have tried to alter the classpath in several ways
to make what I think are the appropriate jars visible and I am at a loss.

The error is …/build.xml:146: taskdef class
org.apache.catalina.ant.DeployTask cannot be found

I have installed the following

Apache/2.0.46 – already in place

Jdk1.5.0-03 tar

Tomcat 5.5.9 tar

mod_jk 1.2.10 – built so and placed under apache shared objects

Also installed ant version 1.6.3

CATALINA_HOME=/usr/local/jakarta-tomcat
ANT_HOME=/usr/local/apache-ant-1.6.3
JAVA_HOME=/usr/java/jdk1.5.0_03"

I have already copied the catalina-ant jar from $CATALINA_HOME/server/lib to
$ANT_HOME/lib, I also tried copying the catalina-deployer.jar from the
tomcat deployer into the same location.

If I comment out the taskdefs in the build.xml I can get ant to build.

Here are the lines that are causing failure in to build.xml






…

If I comment them out then I can run ant. However in order to allow them to
be there I have tried several things, like copying catalina-ant.jar to
$ANT_HOME/lib and placing it in the classpath environment variable also I
tried adding classpath element to each of these tasks, like


 
 
 
 


However the error persists, as I mentioned I googled this and found that I
should just copy the Catalina-ant.jar and Catalina-deployer.jar to apache
lib directory however this is not solving my problem.

Thanks in advance for any help, RS


Re: Scheduled task in tomcat - how? 2

2005-05-17 Thread Michael Mehrle
I was just thinking this: IF there would be another tomcat instance running, 
on a different port, then this one could issue the request and when called 
back the default servlet would pick up the response. Of course that's not 
what I'd like to do - wasting resources on a separate tomcat instance would 
be my very last resort...

Michael
- Original Message - 
From: "Michael Mehrle" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Tuesday, May 17, 2005 3:32 PM
Subject: Scheduled task in tomcat - how?


I need to create an automated task in tomcat that gets launched every two 
hours or so, does its work and then sleeps again. The task needs to send 
some request values via a secure (https) POST to a cgi script running on an 
outside server, then receive the response, parse it and put it into the 
database. The response doesn't return the values as request parameters, but 
instead simply returns records in CSV (comma separated values) format, one 
record per line.

So, here's what I'm pondering:
 a.. What's the best way to create that automated (scheduled) task and run 
it as a servlet under tomcat (5.5.9)?
 b.. You guys might laugh, but the last time I parsed CSV as part of the 
HTTP response was in my Perl days (looong ago) - is there some servlet 
support for doing this, or do I need to code alll this stuff myself from 
scratch?
 c.. Finally, what's the best approach to 'receiving' the response? The 
servlet issueing the request is obviously the requester, but since this is 
running inside of tomcat, how do I route the response to that servlet? 
Maybe I'm overthinking this, but I'm not sure how a servlet can be the 
recipient of its own request. Hope this makes sense.
Any input on one or more of these questions would be appreciated.

Michael

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


Scheduled task in tomcat - how?

2005-05-17 Thread Michael Mehrle
I need to create an automated task in tomcat that gets launched every two 
hours or so, does its work and then sleeps again. The task needs to send 
some request values via a secure (https) POST to a cgi script running on an 
outside server, then receive the response, parse it and put it into the 
database. The response doesn't return the values as request parameters, but 
instead simply returns records in CSV (comma separated values) format, one 
record per line.

So, here's what I'm pondering:
 a.. What's the best way to create that automated (scheduled) task and run 
it as a servlet under tomcat (5.5.9)?
 b.. You guys might laugh, but the last time I parsed CSV as part of the 
HTTP response was in my Perl days (looong ago) - is there some servlet 
support for doing this, or do I need to code alll this stuff myself from 
scratch?
 c.. Finally, what's the best approach to 'receiving' the response? The 
servlet issueing the request is obviously the requester, but since this is 
running inside of tomcat, how do I route the response to that servlet? Maybe 
I'm overthinking this, but I'm not sure how a servlet can be the recipient 
of its own request. Hope this makes sense.
Any input on one or more of these questions would be appreciated.

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


Re: What are those "No such list!" s and "Illegal IMail List Server Command!" ?

2005-05-17 Thread pacea
I want to know who did this to us . . . 


> > From: "Maxime" <[EMAIL PROTECTED]>
> > Sent: Monday, May 16, 2005 11:13 PM
> 
> > Since yesterday I am receiving a thousand of the same emails.
> > What can I (or we) do to avoid these ???
> 
> You can set up your email client to filter them out based on their subjects
> (which seems pretty static).
> 
> I simply sort by subject, select them en masse, and delete them my self,
> then I resort by recieved date like normal.
> 
> I'm confident the Powers That Be are working diligently to fix the problem,
> whatever the problem may be, so I'm not taking any dramatic measures.
> 
> Regards,
> 
> Will Hartung
> ([EMAIL PROTECTED])
> 
> 
> -
> 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: What are those "No such list!" s and "Illegal IMail List Server Command!" ?

2005-05-17 Thread Remy Maucherat
On 5/17/05, Will Hartung <[EMAIL PROTECTED]> wrote:
> I'm confident the Powers That Be are working diligently to fix the problem,
> whatever the problem may be, so I'm not taking any dramatic measures.

I don't know about that (at least in the immediate future). Yoav is
away this week, and the ASF email servers are having major problems.

-- 
x
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
x

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



Re: What are those "No such list!" s and "Illegal IMail List Server Command!" ?

2005-05-17 Thread Maxime
Hello,
Thx for the idea. It's working now.
I set up a message Rule : All email from [EMAIL PROTECTED] are
directly move onto Trash Folder.
I hope they'll find a way to stop this spam.
Cya later
Max




> > Since yesterday I am receiving a thousand of the same emails.
> > What can I (or we) do to avoid these ???
>
> You can set up your email client to filter them out based on their
subjects
> (which seems pretty static).
>
> I simply sort by subject, select them en masse, and delete them my self,
> then I resort by recieved date like normal.
>
> I'm confident the Powers That Be are working diligently to fix the
problem,
> whatever the problem may be, so I'm not taking any dramatic measures.
>
> Regards,
>
> Will Hartung
> ([EMAIL PROTECTED])
>
>
> -
> 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: tomcat alias assistance

2005-05-17 Thread Mark Thomas
Read up on / talk to your network admins about DNS.
Mark
S W wrote:
Redhat 2.1 ES
Tomcat 4.1
Apache 2.0
I have tomcat configured to run off port 80.
I really wanted our users to be able to type http://helpdesk.XXX.net in 
their browser and access the web app.

The machine tomcat/apache/webapp is running on is our email server.
Currently if I use http://helpdesk.xxx.net (the one i need to work) I 
receive a "The page cannot be displayed" message.

If I use http://mail.xxx.net(email server host name) I receive the 
tomcat administration page.
If I use http://mail.xxx.net/grouplink , I get to my webapp.

Could someone point me in the right direction? How/where  do I configure 
an alias?
How/what do I configure so I can use http://helpdesk?
Thanks


-
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: tomcat-user Digest 16 May 2005 21:06:57 -0000 Issue 5633

2005-05-17 Thread Ankit Shah
Hi Peter,
You're a stunner. Thanks very much... your fix works.The file is printed 
out nicely and multiple restarts doesn't mess it up.

Danke,
Ankit




[EMAIL PROTECTED] 
05/16/2005 05:06 PM
Please respond to
"Tomcat Users List" <[EMAIL PROTECTED]>


To
tomcat-user@jakarta.apache.org
cc

Subject
tomcat-user Digest 16 May 2005 21:06:57 - Issue 5633







tomcat-user Digest 16 May 2005 21:06:57 - Issue 5633


- Message from Peter Rossbach <[EMAIL PROTECTED]> on Mon, 16 May 2005 
20:23:43 +0200 -
To:
Tomcat Users List 
Subject:
Re: Admin Application messes up HTTPS Connectors in server.xml

Hey Ankit,

I found the bug and hope you can test my fix at cvs head.

Thanks
Peter

Ankit Shah schrieb:

>Hi Peter,
>Thanks for your response. I double-checked to make sure that 
secure="true" 
>is present. Also, the admin app does write out that attribute. It is 
>indeed the missing sslProtocol attribute that's the root of all problems.
>
>Here are the 2 connector elements from configs:
>
>Configured Manually. Works fine:
>
>   maxThreads="15" minSpareThreads="5" maxSpareThreads="10"
>   enableLookups="false" disableUploadTimeout="true" 
>maxKeepAliveRequests="1"
>   acceptCount="10" debug="0" scheme="https" secure="true"
>   keystorePass="mypassword"
>   keystoreFile="c:\path\to\certificate\file"
>   clientAuth="false" sslProtocol="TLS" />
>
>Saved by Admin App: Breaks
>  keystoreFile="c:\path\to\certificate\file" keystorePass="mypassword"
>maxSpareThreads="10" debug="0" maxThreads="15" 
>maxKeepAliveRequests="1" minSpareThreads="5
>clientAuth="false" acceptCount="10" /> 
>
>To fix the above so that it works:
>  keystoreFile="c:\path\to\certificate\file" keystorePass="mypassword"
>maxSpareThreads="10" debug="0" maxThreads="15" 
>maxKeepAliveRequests="1" minSpareThreads="5
>clientAuth="false" acceptCount="10" sslProtocol="TLS" /> 
>
>Note that secure="true" is printed out by the admin app
>
>I have been investigating the source code to track the file that is doing 

>the job of saving the connector configuration to disk. It should be one 
of 
>the files belonging to the storeconfig.jar classes. As a stop-gap 
>arrangement i might tweak the code to force printing that attribute and 
>over-ride all checks for just that attribute. (Messy ... but it will work 

>until a more thorough investigation is done. Everyone knows how deadlines 

>go ... ;) )
>
>Thanks again,
>Ankit
>
>
>
>
>
>
>
>
>
>[EMAIL PROTECTED] 
>05/15/2005 06:55 PM
>Please respond to
>"Tomcat Users List" <[EMAIL PROTECTED]>
>
>
>To
>tomcat-user@jakarta.apache.org
>cc
>
>Subject
>tomcat-user Digest 15 May 2005 22:55:08 - Issue 5626
>
>  Message from Peter Rossbach <[EMAIL PROTECTED]> on Sun, 15 May 2005 
>20:16:01 +0200 -
>To:
>Tomcat Users List 
>Subject:
>Re: Admin Application messes up HTTPS Connectors in server.xml
>
>Hey Ankit,
>
>can it be that you forget the secure="true" attribute at your https 
>connector?
>
>I have look inside Http11Protocol code and find this:
>
>   public void setProtocol( String k ) {
>setSecure(true);
>setAttribute("protocol", k);
>}
>
>The sslProtocol="TLS" is the default and the StoreConfig
>handler delete all defaults before saving.
>This is really a bad side effect, but with correct secure attribute 
>setting it works for me!
>
>This https config is also documented at:
>
>http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html
>
>When problem still exists, please send your working and breaking 
>Connector element config from server.xml
>
>Thanks
>Peter
> 
>Ankit Shah schrieb:
>
> 
>
>>Hi,
>>The Tomcat admin utility doesn't save the HTTPS connectors properly. It 
>>misses out the 'sslProtocol' attribute and this results in the failed 
>>connector. Does anyone have a fix around this?
>>
>>The following is the current state of our server:
>>Tomcat 5.5.9 with 1.4.2 compatibility add-on.
>>JRE version 1.4.2_05
>>
>>My Tests and results:
>>About certificates:
>>   We are using our own keytool generated unsigned certificates. 
>>Everytime i point firefox to the admin app, it will present the 
>>certificate for my approval. I temporarily accept the certificate for my 

>>session.
>>
>>1. Install tomcat, configure an HTTPS connector
>>   Run the admin app and change a parameter (acceptCount in my case: 

>> 
>>
>
> 
>
>>raised it from 8 to 10) and click Save and then Commit Changes
>>
>>   Restart tomcat. Restart Firefox. Pointing the browser to the 
>> 
>>
>admin 
> 
>
>>app homepage will not load anything.
>>   No Certificate presented!!
>>
>>2. Manually did a diff on server.xml and server.xml. . The 
>>difference is the missing 'sslProtocol' attribute. The docs say this 
>>attribute is optional, but that doesn't seem like the case. Added the 
>>attribute manually
>>   sslProtocol="TLS"
>>
>>   Restart Tomcat. Restart Firefox. Ce

Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread [EMAIL PROTECTED]

I have tried to unsubscribe to this list becuase of these emails, but I cannot 
get free  What can be done ???

-- "Rhino" <[EMAIL PROTECTED]> wrote:
Nope; I think everyone's getting this spam - again and again and again! I
wonder if this idiot  automated his subscription request; otherwise I'm at a
loss to explain why the same emails come up time and time again.

Rhino

- Original Message - 
From: "Guy Katz" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Tuesday, May 17, 2005 1:46 AM
Subject: RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?


am i the only one getting this annoying spam from the tomcat lisy?

-Original Message-
From: s [mailto:[EMAIL PROTECTED]
Sent: Monday, May 16, 2005 10:32 PM
To: tomcat-user@jakarta.apache.org
Subject: No such list! 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.11 - Release Date: 16/05/2005




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.11 - Release Date: 16/05/2005


-
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: Illegal IMail List Server Command!

2005-05-17 Thread [EMAIL PROTECTED]

unsubscribe * [EMAIL PROTECTED]

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



Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Omar Adobati
what a f*king idea. Hope that the ML admins can repair this!!
I'm bored about all this spam (sorry for my own now)

On 17 May 2005 20:45:36 +0100, Just another UFO mechanic
<[EMAIL PROTECTED]> wrote:
> No! I really really really hate "New Atlanta List Server"
> 
> On Tue, 2005-05-17 at 06:46, Guy Katz wrote:
> > am i the only one getting this annoying spam from the tomcat lisy?
> >
> > -Original Message-
> > From: s [mailto:[EMAIL PROTECTED]
> > Sent: Monday, May 16, 2005 10:32 PM
> > To: tomcat-user@jakarta.apache.org
> > Subject: No such list! 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: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > -
> > 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]
> 
> 


-- 
Dr. Omar Adobati
[EMAIL PROTECTED]

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



[announce]DataDirect XQuery now Available

2005-05-17 Thread Stylus Studio Announcements
[announce]Dear Tomcat-Users,
 
The first XQuery component to implement the XQuery API for Java(tm) (XQJ), 
DataDirect XQuery(tm), is now available in beta.  DataDirect XQuery allows you 
to query XML, relational databases, or a combination of the two and integrate 
the results.  It can be embedded in a java servlet or JSP and easily deployed 
to a tomcat server for use in server side XML data processing applications. For 
example, you could execute XQuery expressions against Oracle, Microsoft SQL 
Server and IBM DB2, directly from within your Java server applications. XQJ is 
the JDBC for XML.  Get started today with XQuery and XQJ using the beta release 
of DataDirect XQuery.  For more information, visit: 
http://www.datadirect.com/products/xquery/xquerybetahome/ 
 .  
 
To learn more about XQuery, read our XQuery Tutorial at:  
http://www.datadirect.com/developer/xquery/xquery_tutorial/index.ssp
 
To learn more about the XQuery API for Java, read our XQJ Tutorial at: 
http://www.datadirect.com/developer/xquery/topics/xqj_tutorial/index.ssp
 
 
Sincerely,
 
The DataDirect XML Team
http://www.datadirect.com
 


Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Michael Mehrle
No, you're not the only one - and if they don't clean up their act soon, 
I'll simply unsubscribe. Fu.ing annoying!

Michael
- Original Message - 
From: "Guy Katz" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Monday, May 16, 2005 10:46 PM
Subject: RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

am i the only one getting this annoying spam from the tomcat lisy?
-Original Message-
From: s [mailto:[EMAIL PROTECTED]
Sent: Monday, May 16, 2005 10:32 PM
To: tomcat-user@jakarta.apache.org
Subject: No such list! 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
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]


open inside browser control?

2005-05-17 Thread Woodchuck
hihi,

i have some web pages that have links to .txt files which reside on the
server.

in Tomcat 4.1.24 clicking on these links caused these .txt files to be
loaded into Notepad

however, in Tomcat 5.5.9 these .txt files are being displayed in the
browser itself

what controls what should be displayed inside the browser or loaded by
an external application?

i tried deleting the mime-mapping element for txt extension in the
conf/web.xml for Tomcat but it didn't work... the .txt files were still
being displayed inside the browser

does anyone know?

thanks in advance,
woodchuck



Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html

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



Re: Upgrading from 5.0.28 to 5.5.9

2005-05-17 Thread Lutz Zetzsche
Hi Chris,

Am Dienstag, 17. Mai 2005 17:55 schrieb Chris:
> I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not
> found error for org.apache.catalina.logger.FileLogger  In 5.0.28,
> this class was in the catalina jar, but it's not in 5.5.9.  Is there
> something else I need to download?  Or some setting I need to change?

Something has changed:

" An important consequence for Tomcat 5.5 is that the  element 
found in previous versions to create a localhost_log is no longer a 
valid nested element of . Instead, the default Tomcat 
configuration will use java.util.logging."

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html


Best wishes

Lutz

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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: how to use -server parameter in service.bat (tomcat559)

2005-05-17 Thread Mladen Turk
Leonardo Otoni de Assis wrote:
  Can use the -server parameter (jvm 5) in the service.bat of the tomcat559?
  I try use this parameter but receive errors after startup of service Apache Tomcat with 
the message in event viewer of windows2000: "The Apache Tomcat service terminated 
with service-specific error 0. "

You will need to copy the server/jvm.dll from SDK to JRE.
The JRE is in 'Program Files' installed by Sun as default, but the
server .dll in not installed there. You'll have to do that manually.
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Re: Upgrading from 5.0.28 to 5.5.9

2005-05-17 Thread David Smith
Yes.

If choose to stay with Java JDK 1.4.x, download and install the
compatibility package.  Just follow the links for downloading Tomcat 5.5
and you should also find the compatibility package in the same
location.  Otherwise, Tomcat 5.5 was built for use with JDK 5 and you
should upgrade your JVM.

--David

Chris wrote:

> I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not
> found error for org.apache.catalina.logger.FileLogger  In 5.0.28, this
> class was in the catalina jar, but it's not in 5.5.9.  Is there
> something else I need to download?  Or some setting I need to change?
>
> Chris
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

-- 
===
David Smith
Network Operations Supervisor
Department of Entomology
College of Agriculture & Life Sciences
Cornell University
2132 Comstock Hall
Ithaca, NY  14853
Phone: 607.255.9571
Fax: 607.255.0939



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



Re: Upgrading from 5.0.28 to 5.5.9 (Fixed)

2005-05-17 Thread Chris
Chris wrote:
I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not 
found error for org.apache.catalina.logger.FileLogger  In 5.0.28, this 
class was in the catalina jar, but it's not in 5.5.9.  Is there 
something else I need to download?  Or some setting I need to change?
NM, I had copied over the server.xml instead of changing the one in 
5.5.9.  When I redid the file, it worked fine.  Thanks anyways.

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


Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Re: What are those "No such list!" s and "Illegal IMail List Server Command!" ?

2005-05-17 Thread joelsherriff
Don't know, but http://www.newatlanta.com would seem to be the place to
start.


- Original Message - 
From: "Maxime" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, May 17, 2005 2:13 AM
Subject: What are those "No such list!" s and "Illegal IMail List Server
Command!" ?


Hello everybody,
Since yesterday I am receiving a thousand of the same emails.
What can I (or we) do to avoid these ???
Thank you !
++
Max





---
Here the spam mail that I've received a lot of time !

New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



RE: Arabic encoding

2005-05-17 Thread Benson Margulies
You can only store and retrieve byte values from 0 to 127 in an Oracle
US7ASCII database, as far as the Oracle JDBC driver is concerned. Crappy
C programs that call OCI can store other byte values, but they are
inaccessible from Java, in my experience. You will have to create JNI
code for your database access instead of using JDBC.

-Original Message-
From: Fadwa Barham [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 2:36 AM
To: Tomcat Users List
Subject: RE: Arabic encoding

I agree with you that I have to change my oracle encoding, and
everything will work fine, but it is not easy to change the
configuration of oracle in my company, cause we are upgrading an old
system, and cause we are in an intermediat stage, I need to use oracle
with us7ascii now, in the future we will change the configuration of
oracle. and until we change the oracle configuration, I need to make
advantage of the new versions of Java and tomcat.
 
thanks

Benson Margulies <[EMAIL PROTECTED]> wrote:
Why do you expect this to work with the us7 oracle encoding? The JDBC
driver will work very hard to force all your Arabic characters to turn
into ? marks with this configuration. You must use UTF-8 or CP1256 or
ISO-8869-6 in Oracle.

-Original Message-
From: Fadwa Barham [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 14, 2005 12:56 AM
To: Tomcat Users List
Subject: Re: Arabic encoding

thanks for your reply.

I agree with you that utf-8 encoding is suitable for all cases, but in
tc4 with jdk1.3, I write the servlets and compile them and use data from
oracle with us7ascii encoding, and I don't set any encoding except:
pw.println("content=\"ar-sa\">");
pw.println("content=\"text/html;charset=windows-1256\">");
and the page display all the characters correctly.
I think sun microsystems and tomcat made changes to the new packages
about encoding.
but how to deal with the new changed? Is there special setup I've to do?

thanks
Fadwa


Mark Thomas wrote:
There are lots of potential pitfalls when using non-default character 
encodings. It is easy to make mistakes both with Tomcat settings and 
with your code.

To sort out the tomcat settings, get the following index.jsp to work for

whatever text you supply to the form. I have tested this with the latest

TC4 and TC5 code and it works for me with any text I choose to enter.

Once you have this working, you can look at your application and see 
what is different.

Mark









Data posted to this form was:
request.setCharacterEncoding("UTF-8");
out.print(request.getParameter("mydata"));
%>



enctype="application/x-www-form-urlencoded">
[input] 
[input] 
[input] 




Fadwa Barham wrote:
> While I was searching for a solution for the encoding, I found this
> 
> There is a standard for encoding URIs
(http://www.w3.org/International/O-URL-
> code.html) but this standard is not consistently followed by clients.
This 
> causes a number of problems.
> 
> The functionality provided by Tomcat (4 and 5) to handle this less
than ideal 
> situation is described below.
> 
> 1. The Coyote HTTP/1.1 connector has a useBodyEncodingForURI attribute
which 
> if set to true will use the request body encoding to decode the URI
query 
> parameters.
> - The default value is true for TC4 (breaks spec but gives consistent 
> behaviour across TC4 versions)
> - The default value is false for TC5 (spec compliant but there may be 
> migration issues for some apps)
> 2. The Coyote HTTP/1.1 connector has a URIEncoding attribute which
defaults to 
> ISO-8859-1.
> 3. The parameters class (o.a.t.u.http.Parameters) has a
QueryStringEncoding 
> field which defaults to the URIEncoding. It must be set before the
parameters 
> are parsed to have an effect.
> 
> Things to note regarding the servlet API:
> 1. HttpServletRequest.setCharacterEncoding() normally only applies to
the 
> request body NOT the URI.
> 2. HttpServletRequest.getPathInfo() is decoded by the web container.
> 3. HttpServletRequest.getRequestURI() is not decoded by container.
> 
> Other tips:
> 1. Use POST with forms to return parameters as the parameters are then
part of 
> the request body.
> 
> 
> Is this means that the changes between tc4 and tc5 about encoding is
the reason why I can't have the write encoding in the new versions of
tomcat? and if so, how to solve the problem?
> 
> Thanks
> 
> - Original Message - 
> From: "Fadwa Barham" 
> To: "Tomcat Users List" 
> Sent: Tuesday, March 01, 2005 3:24 AM
> Subject: Re: Arabic encoding
> 
> 
> 
>>As tomcat 4.1.31 is suitable for arabic and it seems until now that
tomcat 
>>4.1.31 solved the jndi datasource problems: Intermittent dB connection

>>Failures and Random Connection closed Exceptions
>>I will use tomcat 4.1.31 until I can configure the latest versions of 
>>tomcat.
>>I feel not lucky
>>- Original Message - 
>>From: "Fadwa Barham" 
>>To: "Tomcat Users List" 
>>Sent: Tuesday, March 01, 2005 2:39 AM
>>Subject: Re: Arabic encoding
>>
>>
>>
>>>I tested many tomcat versions

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Re: No such list! s

2005-05-17 Thread Rick Beton
Chris wrote:
Is anyone else getting these when they try to send mail to the list?

Yes.  My guess is that the Apache list administrator needs to remove 
[EMAIL PROTECTED] from the tomcat-user list.  I may be wrong; 
either way, I'd like someone to work out how to stop these annonyances 
please.

Rick


--
Visit our website at www.roke.co.uk
Roke Manor Research Ltd, Roke Manor, Romsey, Hampshire SO51 0ZN, UK.
The information contained in this e-mail and any attachments is proprietary to
Roke Manor Research Ltd and must not be passed to any third party without
permission. This communication is for information only and shall not create or
change any contractual relationship.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



RE: Illegal IMail List Server Command!

2005-05-17 Thread Kevin Kang \(Intl Vendor\)
Yes, exactly. You can block or just redirect them to Junk Mail folder.

Best Regards
Kevin Kang
MSN: [EMAIL PROTECTED]
[EMAIL PROTECTED]

-Original Message-
From: Drew Jorgenson [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 16, 2005 11:22 PM
To: Tomcat Users List
Subject: Re: Illegal IMail List Server Command!

Very annoying!

On Mon, 2005-05-16 at 12:28 -0400, List Server wrote:

> New Atlanta List Server General Help File
> -
> 
> Lists hosted by this server are:
> 
>bluedragon-interest
>servletexec-interest
>jturbo-interest
> 
> Use one of these list names where you see  in the command
syntax below.
> 
> All list server commands must be addressed to:
> 
>[EMAIL PROTECTED]
> 
> Commands must be placed on the first line of the message body and may
not be preceded by blanks, whitespace, or other characters.
> 
> Valid Commands are:
> 
>To subscribe to a list:
> 
>subscribe  
> 
>For example:
> 
>subscribe servletexec-interest John Smith
> 
>If you don't include your name in the subscribe command you'll
receive an "Invalid Syntax" error message from the list server.
> 
>To unsubscribe from a list:
> 
>unsubscribe 
> 
>To receive help send after subscribing to a list:
> 
>help 
> 
> If you have any questions or need additional help, send email to:
> 
>[EMAIL PROTECTED]
> 
> 
> -
> 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: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Len Popp
Hey, maybe *I'm* missing something. :-) I haven't tried this yet.
I guess it only works if the web app is unpacked, not in a war file. (That's 
how my site is currently.)
When the site is down it's running a minimal web app that is only using two 
files - web.xml and the jsp or servlet that's returning the site-down page. 
All other files and the database are not in use and can be munged at will.
 The original question mentioned database maintenance in particular. In that 
case it doesn't really matter what the web app is doing, as long as it's not 
accessing the database. The idea of using a filter to turn off the app 
sounds good for this.
 On 5/16/05, Richard Mixon (qwest) <[EMAIL PROTECTED]> wrote: 
> 
> Len,
> 
> Sounds simple - but maybe I'm missing something. How do I do maintenance
> on the site context (under webapp) if the context is being used to show
> this simple page?
> 
> It may end up being simplest to alter (or swap in) the Apache config
> file and do a reload. On my site the reload is pretty quick and I do not
> think it disrupts active Tomcat sessions (in other contexts).
> 
> Thanks - Richard
> 
> -Original Message-
> From: Len Popp [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 16, 2005 8:33 AM
> To: Tomcat Users List
> Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp
> 
> I've been thinking about the same problem, but I haven't gotten around
> to working on it seriously.
> How about this: Instead of fiddling with the JkMount directives in
> Apache, swap the web.xml in your Tomcat app so it points to a minimal
> servlet that returns the "Out of service" page for all requests.
> Does that sound like it would work? It would be less disruptive because
> you don't have to restart Apache (if there's more to the web site than
> the one Tomcat app). Plus this will work with stand-alone Tomcat.
> 
> On 5/15/05, Richard Mixon (qwest) <[EMAIL PROTECTED]> wrote:
> >
> > I'm curious how folks handle letting users know that their webapp is
> > down when doing maintenance.
> >
> > We've got a pretty standard setup. Our informational/static site is
> > served by Apache 2.0.x. We use mod_jk to link to a page in our
> > webapplications, triggering CMA for authentication and login. We run
> > Tomcat 5.5.x. Although we actually have Tomcat clustered, there are
> > still times when we need to make the application unavailable. (i.e.
> > doing database schema changes, etc.).
> >
> > I would like for a page to be displayed that says the application is
> > temporarily not available.
> >
> > So, what's the best way to do this?
> >
> > One way I can think of is to modify the JkMount directives so that may
> 
> > context name was not mapped to Tomcat, but instead to a static page -
> > the just do a restart. Trouble is some of our users have bookmarks
> > into various pages/actions in the application - we would somehow have
> > to mapp all pages that began with the context name to this single
> > page. This sounds a bit messy.
> >
> > Is there a more straightforward way of doing this?
> >
> > Thank you - Richard
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> --
> Len Popp
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat banner

2005-05-17 Thread Jon Wingfield
The ability to change the Server header in a filter depends on the 
connector. The Coyote connector uses the response.addHeader(..., ...) 
variant so you get your custom header AND coyote's:

HTTP/1.1 304 Not Modified
Server: IMP/4.1
Date: Tue, 17 May 2005 08:54:10 GMT
Server: Apache-Coyote/1.1
A custom Valve may be able to correct this, the RequestDumperValve log 
shows both values, because it can execute late enough in the response chain.

In production we have Apache in front of Tomcat connected using mod_jk2 
and the client never sees our custom header. I haven't yet looked into 
whether the final setting of the header occurs on the apache side or on 
the tomcat side. (I'm assuming it's the Apache side.)

Jon
Jason Bainbridge wrote:
On 5/16/05, Rick Beton <[EMAIL PROTECTED]> wrote:
André Cruz wrote:

Hello!
Is there anyway to remove the tomcat banner that appears in the header
of all pages served by tomcat?
I don't want to disclose that information to my users.

The standard webapps (ROOT, manager, admin etc) include the Tomcat
banner.  If it's also in your own webapp, then perhaps someone put it
there.  That's where I'd suggest you need to have a look.

I think by banner the OP was referring to the HTTP Header for Server,
which I don't believe you can change without making changes to the
source or maybe a  filter would be able to change it?
Regards,

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


Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Edd Dawson
No you aren't!

> am i the only one getting this annoying spam from the tomcat lisy?
> 
> -Original Message-
> From: s [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 16, 2005 10:32 PM
> To: tomcat-user@jakarta.apache.org
> Subject: No such list! 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> 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: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Edd Dawson
No you aren't!

> am i the only one getting this annoying spam from the tomcat lisy?
> 
> -Original Message-
> From: s [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 16, 2005 10:32 PM
> To: tomcat-user@jakarta.apache.org
> Subject: No such list! 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> 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: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Matt Galvin
On 5/17/05, Guy Katz <[EMAIL PROTECTED]> wrote:
> am i the only one getting this annoying spam from the tomcat lisy?

No, I have gotten like 100 of them, it's getting really annoying.

Matt

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



RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Atanu Neogi
We have all been getting it for last couple of days. I added a spam filter 
on the sender domain. 



"Guy Katz" <[EMAIL PROTECTED]> 
05/17/2005 01:46 AM
Please respond to
"Tomcat Users List" 


To
"Tomcat Users List" 
cc

Subject
RE: No such list! s  (AM I THE ONLY ONE GETTING THIS SPAM)?






am i the only one getting this annoying spam from the tomcat lisy?

-Original Message-
From: s [mailto:[EMAIL PROTECTED]
Sent: Monday, May 16, 2005 10:32 PM
To: tomcat-user@jakarta.apache.org
Subject: No such list! 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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




Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What are those "No such list!" s and "Illegal IMail List Serv er Command!" ?

2005-05-17 Thread Mandar Vaidya
Same problem here.

Mandar
 

-Original Message-
From: Maxime [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 2:14 AM
To: tomcat-user@jakarta.apache.org
Subject: What are those "No such list!" s and "Illegal IMail List Server
Command!" ?

Hello everybody,
Since yesterday I am receiving a thousand of the same emails.
What can I (or we) do to avoid these ???
Thank you !
++
Max





---
Here the spam mail that I've received a lot of time !

New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]

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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Re: website hosting

2005-05-17 Thread Woodchuck
fwiw, i am upgrading my web app from Tomcat 4.1.24 to Tomcat 5.5.9 and
wow... the performance increase is very noticeable.  


--- Mark <[EMAIL PROTECTED]> wrote:
> I read the link, and was curious as to what your opinion is when
> running Tomcat over SSL.  I put Apache in front of Tomcat when SSL is
> required.
> 
> TIA...
> Mark
> 
> On 5/15/05, Lutz Zetzsche <[EMAIL PROTECTED]> wrote:
> > Hi Tomislav,
> > 
> > Am Sonntag, 15. Mai 2005 16:10 schrieb t.n.a.:
> > > Lutz Zetzsche wrote:
> > > >As regards performance, running Apache in front of Tomcat is not
> > > >preferable. A standalone Tomcat is faster than a Tomcat behind
> an
> > > >Apache.
> > >
> > > I'm not speaking from my own experiance, but I've done some
> reading
> > > some time ago and the best practice I've found is to have apache
> > > serve static content because it's faster and comes with a whole
> lot
> > > of modules and have Tomcat serve the dynamic content - don't know
> if
> > > we're talking about the same thing.
> > 
> > Well, what I mean is that Tomcat can serve dynamic content faster
> if it
> > runs standalone so that the requests are directly handled and the
> pages
> > are directly served by Tomcat.
> > 
> > Also, the gap between Tomcat and Apache is closing as regards the
> > performance in serving static content.
> > 
> > Here are a few pros and cons for the Apache-Tomcat combination:
> > 
> >
> http://jakarta.apache.org/tomcat/faq/connectors.html#integrate
> > 
> > My personal point of view is that I would always try to avoid to
> run a
> > Tomcat behind an Apache, as this can sometimes significantly impair
> the
> > performance when serving dynamic content from Tomcat.
> > 
> > Best wishes
> > 
> > Lutz
> > 
> >
> -
> > 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 you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread jackpark
No you are not. This is absolutely the noisiest list I have
ever subscribed to: each post generates more than one of
those bad list or bad list command spams.

On Tue, 17 May 2005 08:46:54 +0300
 "Guy Katz" <[EMAIL PROTECTED]> wrote:
>am i the only one getting this annoying spam from the
>tomcat lisy?
>
>-Original Message-
>From: s [mailto:[EMAIL PROTECTED]
>Sent: Monday, May 16, 2005 10:32 PM
>To: tomcat-user@jakarta.apache.org
>Subject: No such list! 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:
>[EMAIL PROTECTED]
>For additional commands, e-mail:
>[EMAIL PROTECTED]
>
>
>-
>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]



Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Gabriel Belingueres
Hi,
 I need to deny the access to my web app's directory listing in Tomcat 4.1.x. 

How do I do that?
 TIA,
Gabriel


RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Charles P. Killmer
No I have been getting these too for the last few days.

Quite annoying. 

-Original Message-
From: Guy Katz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 12:47 AM
To: Tomcat Users List
Subject: RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

am i the only one getting this annoying spam from the tomcat lisy?

-Original Message-
From: s [mailto:[EMAIL PROTECTED]
Sent: Monday, May 16, 2005 10:32 PM
To: tomcat-user@jakarta.apache.org
Subject: No such list! 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
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: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Ed,
Thank you - a very cool reference with a number of tricks/knowledge. -
Richard 

-Original Message-
From: Gmail User [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 16, 2005 1:23 PM
To: Tomcat Users List
Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp

I believe this link has the info you are looking for. It discusses
displaying error messages by Apache when the app server is down.

http://wiki.apache.org/cocoon/ApacheModProxy


Ed

On Mon, 2005-05-16 at 11:33 -0400, Len Popp wrote:
> I've been thinking about the same problem, but I haven't gotten around

> to working on it seriously.
>  How about this: Instead of fiddling with the JkMount directives in 
> Apache, swap the web.xml in your Tomcat app so it points to a minimal 
> servlet that returns the "Out of service" page for all requests.
>  Does that sound like it would work? It would be less disruptive 
> because you don't have to restart Apache (if there's more to the web 
> site than the one Tomcat app). Plus this will work with stand-alone
Tomcat.


-
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: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Ed,
Thank you - a very cool reference with a number of tricks/knowledge. -
Richard 

-Original Message-
From: Gmail User [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 16, 2005 1:23 PM
To: Tomcat Users List
Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp

I believe this link has the info you are looking for. It discusses
displaying error messages by Apache when the app server is down.

http://wiki.apache.org/cocoon/ApacheModProxy


Ed

On Mon, 2005-05-16 at 11:33 -0400, Len Popp wrote:
> I've been thinking about the same problem, but I haven't gotten around

> to working on it seriously.
>  How about this: Instead of fiddling with the JkMount directives in 
> Apache, swap the web.xml in your Tomcat app so it points to a minimal 
> servlet that returns the "Out of service" page for all requests.
>  Does that sound like it would work? It would be less disruptive 
> because you don't have to restart Apache (if there's more to the web 
> site than the one Tomcat app). Plus this will work with stand-alone
Tomcat.


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



DBCP Exception

2005-05-17 Thread Joy Kenneth Harry

Hi,
Can anyone tell why I am getting this exception.


SEVERE: Null component
Catalina:type=DataSource,path=/,host=localhost,class=javax.sql.DataSourc
e, name="jdbc/oracle"


Thanks
Joy Kenneth Harry
Infosys Tech Ltd

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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



Re: tomcat jsessionid

2005-05-17 Thread Millie Morton
Load balancing appA on one set of hosts and accessed via http:/hostA/abc
Load balancing appB on another set of hosts accessed via https:/hostB/abc.
We see jessionid.hostA and jsessionid.hostB in the apache log. The 
problem is stickiness seems to be broken only if someone goes to hostA 
first and then to hostB.

No, you cannot access both apps on the same host, e.g. http://hostA/abc 
and https://hostA/abc
Thanks for your response.

Millie
Andrew Miehs wrote:
Are you load balancing? or do you have two different applications on  
two different servers?

The cookie is attached to the host name. Therefore you will have  two  
JSESSIONIDs

One cookie: hostA:JESSIONID and the other hostB:JESSIONID
Or do both hosts A and B have BOTH applications? IE:
Can someone access http://hostA/abc and https://hostA/abc ?
- If so - and these are two different appications - you will have  
problems.

Andrew
On May 16, 2005, at 4:54 PM, Millie Morton wrote:
As a systems admin I've set up the following
apache-2.0.54
tomcat-5.0.28
We are loadbalancing (tomcat) 2 different applications with the  same 
path, one under SSL on hostA and the other unsecure on hostB.

Application A:   http:/hostA/abc
Application B:   https:/hostB/abc
The problem is: if a user goes to Application A (on hostA) first  and 
then to Application B (on hostB) we are seeing apache log  entries 
with 2 JSESSIONIDS, one from hostA and one from hostB. This  makes 
for stickiness problems as you can imagine.

Is there a way to fix this without changing the path for one of the  
apps?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Millie Morton
Information Technology Services
Yale University
New Haven, CT 06520
203-432-9226


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: No such list! s

2005-05-17 Thread Anto Paul
On 5/17/05, Chris <[EMAIL PROTECTED]> wrote:
> s wrote:
> > 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: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> Is anyone else getting these when they try to send mail to the list?
> 
> Chris
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

I got several.

-- 
rgds
Anto Paul

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



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2005-05-17 Thread List Server
New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax 
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be 
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an 
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



RE: Illegal IMail List Server Command!

2005-05-17 Thread Mandar Vaidya
Hi,

   Does anyone know how to stop these emails ? I'm getting too many emails
like this

Thanks, 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 2:51 AM
To: tomcat-user@jakarta.apache.org
Subject: Illegal IMail List Server Command!

New Atlanta List Server General Help File
-

Lists hosted by this server are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest

Use one of these list names where you see  in the command syntax
below.

All list server commands must be addressed to:

   [EMAIL PROTECTED]

Commands must be placed on the first line of the message body and may not be
preceded by blanks, whitespace, or other characters.

Valid Commands are:

   To subscribe to a list:

   subscribe  

   For example:

   subscribe servletexec-interest John Smith

   If you don't include your name in the subscribe command you'll receive an
"Invalid Syntax" error message from the list server.

   To unsubscribe from a list:

   unsubscribe 

   To receive help send after subscribing to a list:

   help 

If you have any questions or need additional help, send email to:

   [EMAIL PROTECTED]


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



multiple contexts

2005-05-17 Thread Oleg
Hi,

I am running Tomcat 5.0.28. Our setup is somewhat similar to Virtual
hosting company. When a new user signs up, user's site is accessible
through localhost.com/user1 and after user registers the domain name
site is also available through user1.com.

My problem is that it seem to be double the load, each application is
deployed twice.

1. Application is deployed by adding a user1.xml file to
conf/Catalina/localhost for localhost.com/user1

2. Application is deployed for domain name bu adding user1.xml to
conf/Catalina/localhost.com/ and making appropriate changes to
server.xml file for a virtual host

Is there a better way to do it? to allow user access to a website both
ways but having the application deploy only once and somehow having
pointers to it?

Thank you for the help
Oleg

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



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat -Ant Deploy task not found problem

2005-05-17 Thread Robert Sinner
I am trying to install tomcat on red hat enterprise server 8 with ant and
apache. However when trying to run ant (to compile a simple servlet I get
the following error).

…/build.xml:146: taskdef class org.apache.catalina.ant.DeployTask cannot be
found

Using the simple build file I get the following error trying to run the ant.
I have searched everything I could find on google, and almost certain it’s a
classpath issue, however I have tried to alter the classpath in several ways
to make what I think are the appropriate jars visible and I am at a loss.

I have installed the following

On red hat enterprise 8 , Apache/2.0.46 – already in place

Jdk1.5.0-03 tar, Tomcat 5.5.9 tar, mod_jk 1.2.10 – built .so and placed
under apache shared objects

Also installed ant version 1.6.3

CATALINA_HOME=/usr/local/jakarta-tomcat
ANT_HOME=/usr/local/apache-ant-1.6.3
JAVA_HOME=/usr/java/jdk1.5.0_03"

I have already copied the catalina-ant jar from $CATALINA_HOME/server/lib to
$ANT_HOME/lib, I also tried copying the caalina-deployer.jar from the tomcat
deployer into the same location.

If I comment out the taskdefs in the build.xml I can get ant to build the
war for a simple servlet application

Here are the lines that are causing failure in to build.xml







If I comment them out then I can run ant. However in order to allow them to
be there so I can deploy via ant I have tried several things,

1. placing the catalina-ant.jar in the
classpath environment variable.

2.I added a classpath element to each of these
tasks, like


 
 
 
 


3. However the error persists, as I mentioned I googled this and found that
I
should just copy the Catalina-ant.jar and Catalina-deployer.jar to apache
ant
lib directory however this is not solving my problem.

Thanks in advance for any help, RS



Fwd: RE: Illegal IMail List Server Command! & Re: No such list! s

2005-05-17 Thread delbd
Just for info, here is answer from [EMAIL PROTECTED] about those 
polluting emails. Message received about 18 hours ago.

--  Message transmis  --

Subject: RE: Illegal IMail List Server Command! & Re: No such list! s
Date: Lundi 16 Mai 2005 14:59
From: "New Atlanta List Admin" <[EMAIL PROTECTED]>
To: "'David Delbecq'" <[EMAIL PROTECTED]>
Cc: "'Gregg Orangio'" <[EMAIL PROTECTED]>

We're investigating, but the problem doesn't seem to be originating from our
end. This message is sent by our list server in response to messages it
receives. So someone is sending us messages, and we're trying to figure out
who so we can filter them out.

> -Original Message-
> From: David Delbecq [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 16, 2005 5:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Illegal IMail List Server Command! & Re: No such list! s
>
> Hello.
>
> Since yesterday your server is polluting the
> tomcat-user@jakarta.apache.org mailing list (one message
> every 3 minutes) and so is polluting my mailbox as a subscriber.
> Could you fix this?
> Thanks.
>
> Le Lundi 16 Mai 2005 11:19, List Server a écrit :
> >New Atlanta List Server General Help File
> >-
> >
> >Lists hosted by this server are:
> >
> >   bluedragon-interest
> >   jturbo-interest
> >   servletexec-interest
> >
> >   bluedragon-customers
> >   jturbo-customers
> >   servletexec-customers
> >
> >   bluedragon-announce
> >   newatlanta-announce
> >
> >Use one of these list names where you see  in the command
> >syntax  below.
> >
> >All list server commands must be addressed to:
> >
> >   [EMAIL PROTECTED]
> >
> >Commands must be placed on the first line of the message
>
> body and may
>
> >not be  preceded by blanks, whitespace, or other characters.
> >
> >Valid Commands are:
> >
> >   To subscribe to a list:
> >
> >   subscribe  
> >
> >   For example:
> >
> >   subscribe servletexec-interest John Smith
> >
> >   If you don't include your name in the subscribe command you'll
> > receive an "Invalid Syntax" error message from the list server.
> >
> >   To unsubscribe from a list:
> >
> >   unsubscribe 
> >
> >   To receive help send after subscribing to a list:
> >
> >   help 
> >
> >If you have any questions or need additional help, send email to:
> >
> >   [EMAIL PROTECTED]
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
> --
>
> David Delbecq
> Royal Meteorological Institute of Belgium

---

-- 
David Delbecq
Royal Meteorological Institute of Belgium

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



RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Frank,

Thanks - that's a neat feature to add. It does not work for my current
requirement (the entire webapp is down at the time), but there are
definite times when I want the webapp up and only limited access (e.g.
checking out a just installed/upgraded application).

- Richard 

-Original Message-
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 16, 2005 12:36 PM
To: Tomcat Users List
Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp

I had a similar requirement in my app... We had a two-hour window per
day when the app was unavailable because background tasks were
processing.  The server was still up, and so was the app technically,
but it was not available.

I wrote a filter to take care of this.  I had a flag in application
context to tell if the app was up or not too, so that if I had to make
the app unavailable during a time when it normally was available, I just
set the flag.  I also defined a single user that was still allowed to
get in (another context parameter).  This works out great.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

Len Popp wrote:
> I've been thinking about the same problem, but I haven't gotten around
to 
> working on it seriously.
>  How about this: Instead of fiddling with the JkMount directives in
Apache, 
> swap the web.xml in your Tomcat app so it points to a minimal servlet
that 
> returns the "Out of service" page for all requests.
>  Does that sound like it would work? It would be less disruptive
because you 
> don't have to restart Apache (if there's more to the web site than the
one 
> Tomcat app). Plus this will work with stand-alone Tomcat.
> 
> On 5/15/05, Richard Mixon (qwest) <[EMAIL PROTECTED]> wrote: 
> 
>>I'm curious how folks handle letting users know that their webapp is
>>down when doing maintenance.
>>
>>We've got a pretty standard setup. Our informational/static site is
>>served by Apache 2.0.x. We use mod_jk to link to a page in our
>>webapplications, triggering CMA for authentication and login. We run
>>Tomcat 5.5.x. Although we actually have Tomcat clustered, there are
>>still times when we need to make the application unavailable. (i.e.
>>doing database schema changes, etc.).
>>
>>I would like for a page to be displayed that says the application is
>>temporarily not available.
>>
>>So, what's the best way to do this?
>>
>>One way I can think of is to modify the JkMount directives so that may
>>context name was not mapped to Tomcat, but instead to a static page -
>>the just do a restart. Trouble is some of our users have bookmarks
into
>>various pages/actions in the application - we would somehow have to
mapp
>>all pages that began with the context name to this single page. This
>>sounds a bit messy.
>>
>>Is there a more straightforward way of doing this?
>>
>>Thank you - Richard
>>
>>-
>>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]




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



  1   2   3   >