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)
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/cl
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
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 b
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: Wednesd
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
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 ad
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 quick
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
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
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
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
data
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 aske
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.
Th
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 aske
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.
- O
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
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
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/
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-mai
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
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 b
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
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
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 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
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 av
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 ru
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
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'
unsubscribe * [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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 K
[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
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 ONL
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 displ
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 dow
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 addres
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: [EM
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: [EM
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-spec
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 addres
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 addres
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: [EM
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 addres
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
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 ha
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 addres
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 addres
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 ye
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 data
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: [EM
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: [EM
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 addres
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: [EM
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 addres
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 addres
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 addres
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: [EM
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 addres
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.
Ri
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 addres
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 L
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 retur
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: [EM
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 c
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 addres
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 addres
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 addres
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
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
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 PROTECT
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
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 addres
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: [EM
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 rec
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 addres
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
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: [EM
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 li
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
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 t
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
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
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 unsubsc
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 addres
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 addres
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 addres
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 t
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: [EM
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: [EM
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
> >
>
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 addres
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: [EM
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 addres
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
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
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: [EM
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 followi
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" <[EM
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 Me
1 - 100 of 203 matches
Mail list logo