Re: org.apache.catalina.valves.RemoteHostValve issue

2005-09-20 Thread Tony Tomcat
ok. got off my lazy butt and looked at the code. RemoteHostValve uses request.getRequest().getRemoteHost() so just the javadoc needs updating for RemoteHostValve.java. I'm sure this was just a copy of RemoteAddrValve. ;-) Now i just need to figure out how to configure my tomcat to r

Re: org.apache.catalina.valves.RemoteHostValve issue

2005-09-20 Thread Tony Tomcat
> > -- Forwarded message -- > From: Mark Thomas <[EMAIL PROTECTED]> > To: Tomcat Users List > Date: Wed, 17 Aug 2005 08:03:45 +0100 > Subject: Re: org.apache.catalina.valves.RemoteHostValve issue > Tony Tomcat wrote: > > Does the RemoteHostValve w

Re: war classpath problem

2005-09-20 Thread lio tomcat
forgot to tell about my env : jboss3.2.2/jbossweb-tomcat41.sar On 9/20/05, lio tomcat <[EMAIL PROTECTED]> wrote: > > Hello world, > My war and i have some problem for loading some class that are embedded > in jars in myWar/WEB-INF/lib... > I tried to solve this by writin

war classpath problem

2005-09-20 Thread lio tomcat
Hello world, My war and i have some problem for loading some class that are embedded in jars in myWar/WEB-INF/lib... I tried to solve this by writing a proper myWar/META-INF/MANIFEST.MF with no success. It simply ignores it. I don't have anymore idea. May you give me some clue? At list a sample

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
Ah, it worked like a charm! Thanks a bunch, Peter! :) /Jimi Quoting Peter Johnson <[EMAIL PROTECTED]>: Jimi, try /manager/html [EMAIL PROTECTED] wrote: Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it co

Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuring it. Tomcat has been working great, together with Apache 2, for several months now. But now, I find myself wanting to use the manager webapp for the first time

classloader issue on jboss3.2.2 for tomcat4.1

2005-09-16 Thread lio tomcat
Hello world, For some reason, i had to change default conf of my jboss 3.2.2 in order to avoid the use of jboss class loader. It's now set in [jboss]\deploy\jbossweb- tomcat41.sar\META-INF\jboss-service.xml in this way : false The problem is now my webapp does not even see/load my jars in my

org.apache.catalina.valves.RemoteHostValve issue

2005-08-16 Thread Tony Tomcat
Does the RemoteHostValve work? There are no examples in the Tomcat 5 docs and the tomcat 4 docs have the following.. Any regex starting with * fails in Tomcat 5 and you can also see this happen on the Regex test applet. http://jakarta.apache.org/regexp/applet.html Does anyone have some

{Virus} Status

2005-08-16 Thread tomcat-user
Warning: This message has had one or more attachments removed Warning: (file.scr). Warning: Please read the "DiE-Attachment-Warning.txt" attachment(s) for more information. test This is a message from the MailScanner E-Mail Virus Protection Service ---

Regarding JDBC Driver error

2005-08-04 Thread tomcat
Hi all Placing jar in the /common/lib works fine. but placing jar in the webapp//WEB-INF/lib throws JDBC Driver error i think this is due to classloader.could anyone explain me in detail why placing a jar under WEB-INF/lib throws error reason? regards, siva --

Re: Welcome File

2005-07-10 Thread tomcat
Behrang Saeedzadeh wrote: Hi I've a simple JSF application. As long as I can remember, it was possible to specify a logical URI instead of as a physical file in the welcome file list in the 2.4 spec. I have specified the index.jsf page to be the welcome page, but I'm presented with the

Eclipse/Error listenerStart problem need Class Loader Configuration Dumper

2005-06-03 Thread tomcat-users . list
I would like to dump the configuration of a specific instance of a class loader form within tomcat. For some reason when I run TC standalone my listener works no problem, the class loader can find my class from within my webapp directory. However when its run under Eclipse it can not, I notice

Your advise with Background Thread Creation / Management ?

2005-06-01 Thread tomcat-users . list
). I would then like to get access to one or more exposed API classes from my web application. This will be a simple start/stop/status. I believe the JNDI to be limited within tomcat, would I have to implement my own lookup mechanism to find or could I dynamically register control classes in JNDI

RE: log files with servlets ?

2005-05-25 Thread rusty+tomcat
If you don't want to mess with your server.xml file, or you're a mere user and can't, you can do it easily with Apache log4j. Create the following file, log4j.properties and put it in your WEB-INF/classes directory. This will create a log file in /var/tmp named logtags.log. The docs for log4j

start tomcat-4.1.31 with jsvc?

2005-05-19 Thread rusty+tomcat
Is it possible to start tomcat 4 with jsvc from tomcat-5.5.0? If so, how are you doing it? I tried it using the args given on the tomcat 5 doc page but it doesn't start, it just immediately exits with no error. Thanks ---

No list tomcat-user@jakarta.apache.org (or Null List Specified)!

2005-05-16 Thread tomcat-user@jakarta.apache.org
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

Re: Performance monitoring

2005-04-05 Thread Tony Tomcat
an also show a subset of the full stats in XML. there's this > other project in jakarta called JMeter. It has a monitor for > tomcat5.0.19 and newer that can monitor one or more Tomcat instances. > > so if you don't count the status servlet and tomcat, nothing exists :)

Performance monitoring

2005-04-05 Thread Tony Tomcat
I started writing a Filter for my tomcat to monitor performance but then I started wondering.. Is there a solution already out there that I can use? Can I pull data from Tomcat's MBeanServer? What I would like to know is how long my servlets are taking to run. I need the Min, Max and Av

crossContext="true" ignored after restart

2005-02-18 Thread Tony Tomcat
After my war file is reloaded I can no longer access other webapp context's. Simple test.jsp follows. It prints "everything is fine" 1st time war file is deployed. If I rebuild the war file and it is auto reloaded I get "cross context failed". test,jsp (does not live in /) <% ServletCont

Server.xml parameters unavailable after reload

2005-02-17 Thread Tony Tomcat
I am unable to read init parameters in my server.xml file when my webapp is reloaded. This issue was documented in the following bug http://issues.apache.org/bugzilla/show_bug.cgi?id=19852 It said the bug was fixed but I am using Tomcat 5.0.28 and I have this issue. Was this bug re-introduced

The FIX - Shutdown not working under SLES8 and FC2

2005-02-03 Thread tomcat
to the machine. > > I'm going to upgrade to _07 and get the latest kernel and try again, as > currently the only difference seems to be that your execting startup and > shutdown from within the bin directory and I'm executing it from the top > level (i.e. doing bin/startup.sh

separate log4j configurations

2005-02-01 Thread Tony Tomcat
Is it safe to have 1 log4j.properties setup for all of tomcat and then override it for a webapp that might need slightly different logging? For example.. I place log4j.jar and the Jakarta commons-logging.jar into the $TOMCAT_HOME/common/lib directory and have a log4j properties file in

Re: karjera@m-1.lt

2005-01-17 Thread Tomcat Newbie
Someone, throw them out. It is an auto-responder. I know. Ed On Mon, 2005-01-17 at 09:50 -0800, Dakota Jack wrote: > Is anyone else getting personal responses from this address after > every submission to tomcat-user? >

Returned mail: see transcript for details

2004-12-13 Thread tomcat-user
This Message was undeliverable due to the following reason: Your message was not delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely ther

Information

2004-11-29 Thread tomcat-user
Important bill! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_jk2 - problem with servlets

2004-11-04 Thread tomcat
Nevermind I figured it out. Just needed to add this in the in conf/server.xml: Doesn't make a lot of sense but it did the trick. John > Hello Im running tomcat5 with mod_jk2, apache 2 and RH FC01 > > Im having trouble getting servlets to work under mod_jk2 and shared > instance for virtual

mod_jk2 - problem with servlets

2004-11-03 Thread tomcat
Hello Im running tomcat5 with mod_jk2, apache 2 and RH FC01 Im having trouble getting servlets to work under mod_jk2 and shared instance for virtual hosting. It works fine with preview link context for the site: http://ip:8080/domain.com/serlvet/helloworld but with domain.com/servlet/helloworld d

Cant get servlets to run in shared instance through mod_jk2

2004-11-02 Thread tomcat
Hello Im running tomcat5 with mod_jk2, apache 2 and RH FC01 Im not a programmer, just someone who manages tomcat. But anyway, Im having trouble getting servlets to work under mod_jk2 and shared instance. It works fine with preview link context for the site: http://ip:8080/domain.com but with

Re: Wheres the index.jsp coming from??

2004-10-20 Thread tomcat
the mailing list archives. ;) > > Once more for good measure: > > : No matter what, domain.com/index.jsp brings up that original tomcat > index > : file. (even after work dir cleared out and /conf/Catalina/ cleared out > as > : well and tomcat restarted) > : > : WHE

Wheres the index.jsp coming from??

2004-10-20 Thread tomcat
Hello, Strange problem, im sure you've all seen with tomcat5 as ive seen it before too. in tomcat/webapps/ROOT/ the index.jsp has been changed and the index that comes with tomcat 5 has been DELETED. No matter what, domain.com/index.jsp brings up that original tomcat index file. (even

Re: Apache 2.0.51, Tomcat 5.0.x, mod_jk (not supported?!)

2004-10-19 Thread tomcat
Hello, I meant multiple tomcats running on different ports on the same machine. Im currently working on getting this working since ive gone too far to turn back to mod_jk. Also - I hear rumor (may be true) that mod_jk2 is no longer in dev and focus is on pulling features from mod_jk2 to mod_jk. K

Re: Apache 2.0.51, Tomcat 5.0.x, mod_jk (not supported?!)

2004-10-19 Thread tomcat
Fed Core 2, Apache 2.0.51, Tomcat 5.0.x. > > I'm trying to configure Apache and Tomcat like I have countless times > before. The only mod_jk source or binary I can find is for Apache > 2.0.50. If I try to use it with 2.0.51 it's a no-go. > > Since the documentation on

RE: Help with mod_jk2

2004-10-19 Thread tomcat
am running this on Fedora Core 2 with httpd 2.0.52 and Tomcat 5.0.28. > > httpd.conf > == > > # > # general section - for all virtual hosts > # > LoadModule jk2_module modules/mod_jk2.so > > # > # particular virtual host > # > > Ser

Re: mod_jk2 configuration

2004-10-18 Thread tomcat
Check your server.xml for the coyote connector. Was this modified in any way? Try replacing the jk2.properties file with default on in tomcat/conf/ Strange, because tomcat default install works fine, so Im assuming you may have made some mods somewhere. Im sure you've already checked

Re: mod_jk2 configuration

2004-10-18 Thread tomcat
Hello Edward, You need to add this link in your httpd.conf file: JkSet config.file /etc/httpd/conf/workers2.properties John > my system: > Tomcat 5.0.27; Apache 2.0.51; mod_jk2/2.0.4; Gentoo Linux 2004.2/x86 > > my problem: > It doesn't work.. > > probable caus

RE: Help with mod_jk2

2004-10-14 Thread tomcat
this now: > [Thu Oct 14 10:57:32 2004] [notice] uriEnv.setAttribute() the worker > directive is deprecated. Use 'group' instead. > > (I removed all the uri mapping for that instance in workers2) > > And tomcat isnt getting routed to port 80. > > Any ideas? > &g

RE: Help with mod_jk2

2004-10-14 Thread tomcat
Hello, Using jkUriSet I get this now: [Thu Oct 14 10:57:32 2004] [notice] uriEnv.setAttribute() the worker directive is deprecated. Use 'group' instead. (I removed all the uri mapping for that instance in workers2) And tomcat isnt getting routed to port 80. Any ideas? Thanks!

RE: Help with mod_jk2

2004-10-14 Thread tomcat
ple questions, then an answer. > > If you are front-ending Tomcat with a web server, why are you passing > things like .html, .gif, .jpg, etc. to Tomcat to process? The web > server itself is a bit more efficient in handling this content. > > Secondly, what web server front end

RE: mod_jk2 Ready/Recommended For Production?

2004-10-14 Thread tomcat
Yes for static, but what about port 80? John > Dangerous. > > You should run tomcat as a non-root user, no login, no shell. The reason > Apache is involved is because we want Apache to serve static pages. > > -Original Message- > From: Mike Millson [mailto:[EM

Help with mod_jk2

2004-10-14 Thread tomcat
Hello all, I have gotten mod_jk2 working just fine for multiple instances of tomcat and jvm. However, could one of you jk2 experts help me streamline this? worker2.properties is a pain for each instance. Is there a way to set it so that all processes are processed by tomcat instead of having the

Re: mod_jk2 Ready/Recommended For Production?

2004-10-13 Thread tomcat
Boy am I confused now. If mod_jk2 is dead, so what is everyone using? Still using just the first mod_jk? I had just gotten everythign working with mod_jk2 - more or less- but configurationwise mod_jk2 is a pain since the syntax was completely changed and requires you to map every nook and cranny.

Re: individual tomcat instances...

2004-10-13 Thread tomcat
run 5 >> instances >> of tomcat at the same time, each controlled by a different user... >> >> I know I'll have to make tomcat run on different ports, so I've looked >> at >> the server.xml file... >> >> I've tried changing the ports fo

New to list -Mod_JK2 question-

2004-10-13 Thread tomcat
dedicated jvm wants new webapp, they need to add context in server.xml, restart their tomcat. Still doesnt work until I add to workers2: [uri:domain.com:80/webapp/*] context=/webapp group=ajp13:name [uri:www.domain.com:80/webapp/*] context=/webapp group=ajp13:name Theres got to be easier way to do

RE: Classloading, jar-files in shared/lib works only when webapp is placed in $CATALINA_HOME/webapps (tomcat 5.0.28), could it be caused by privileged="true"

2004-09-23 Thread tomcat-user
When creating my context snippet, i used the snippet for the tomcat admin application as a template. I just realized that I did not remove the attribute ' privileged="true" ' When removing this attribute, the application works as expected, that is, classes in jar-files

RE: Classloading, jar-files in shared/lib works only when webapp is placed in $CATALINA_HOME/webapps (tomcat 5.0.28)

2004-09-23 Thread tomcat-user
PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: jeudi 23 septembre 2004 14:25 >To: Tomcat Users List >Subject: Classloading, jar-files in shared/lib works only when webapp is >placed in $CATALINA_HOME/webapps (tomcat 5.0.28) > > > >I tested a very simple servlet application and found

Classloading, jar-files in shared/lib works only when webapp is placed in $CATALINA_HOME/webapps (tomcat 5.0.28)

2004-09-23 Thread tomcat-user
looks like * When testing the same application under Tomcat4, everyting works just fine. Any ideas why folks ? Regards Erik On 2004-09-17 [EMAIL PROTECTED] wrote: >Hello > >Sorry to drag this issue on but, I still don't get Tomcat 5 to recognize cl

{Virus?} Message could not be delivered

2004-09-21 Thread tomcat-user
Atención: Este mensaje contenía uno o más anexos que han sido eliminados Atención: (instruction.zip). Atención: Por favor, lea el(los) anexo(s) "TinoRED-Advertencia-de-Virus.txt" para más información. ›F`‹Þ þӗY»y†Ì£†“dBbÆb;’^ŸX&×lcNð{¯à*dÖM#ÞÍä˜w‡¼¶æºâ<¸jlÏZ„÷W,oä«^Xñ âiüqƒ8èH'™ ‘E8ŒKµ¼UBRàVx®

RE: What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-17 Thread tomcat-user
Hello Sorry to drag this issue on but, I still don't get Tomcat 5 to recognize classes in jar files located in $CATALINA_HOME/shared/lib I tried my orginal application (which was running fine under Tomcat 4.1.x, both on Windows and Linux) with Tomcat 5.0.28 and then with 5.0.16, both

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-05 Thread Tomcat Newbie
> I forgot to tell you > the debug flag is not in place anymore. > if you want to see debug messages, you have to enable it through the logger. > I setup log4j and set the output to DEBUG to see all the replication > messages, there are plenty of them :) OK, I remember seeing the post about log4j.

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-05 Thread Tomcat Newbie
> did you try replication with 5.0.27? > if that works for you, then for sure something broke. It does. Quietly, like 5.0.28, but it seems to work. I just tested 5.5 again, and I still cannot get it to replicate. > 5.5 is still in dev mode, so you can't bank on everything working quit yet Yes,

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-04 Thread Tomcat Newbie
> that is exactly the point I was trying to make. Setup your security in the > OS that way you get more performance out of tomcat. > If you allow mcast traffic from other hosts into your machine, you are > already taking up resources. Oh, I get it n

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-04 Thread Tomcat Newbie
ributes were replicating beautifully on 5.0.28, but without any logging. Yup, with all debug="" cranked up all the way to 9 or 10. Go figure! Glad it works, though. I also found a link for JDBC persistence manager (http://www.ingrid.org/ jajakarta/tomcat/tomcat-4.0b5/src/catalina/docs/

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-03 Thread Tomcat Newbie
config showed multicast enabled, but a route was missing in my setup): route add -net 224.0.0.0 netmask 224.0.0.0 dev lo which now allows me to see servers joining. This roue basically means that I am not using network, or so they say. :-) (One probably should stop tomcat instances before ch

Tomcat 5.5 In-Memory Session Replication

2004-09-03 Thread Tomcat Newbie
I know the replication subject has been addressed somewhat for 5.x. I am trying my first replication setup with two 5.5 servers on the same host. Each Tomcat instance works just fine by itself. I followed the configuration notes for Tomcat in the documentation for in-memory replication, however I

What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-01 Thread tomcat-user
Hello I tried running the application using Tomcat 5.0.16, but the same ClassNotFoundException was thrown again. Let me know if I should try to test something else. I still do not understand why this does not work. Regards Erik On 2004-09-01 Shapira Yoav wrote: >Hi, >Oh yeah

What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-01 Thread tomcat-user
In a web application running under Tomcat, I have defined a filter in the web.xml file. The filter is pointing to a class that is packed in a jar-file, and the jar-file is kept in the $CATALINA_HOME/shared/lib directory. In Tomcat 4.1.x the application is working without any problems. When

Re: approved screensaver

2004-08-27 Thread tomcat-user
Please read the attached file! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mail Authentification

2004-08-26 Thread tomcat-user
Protected Mail System Test. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Important

2004-08-25 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Details.txt .exe (in Details.zip) The uncleanable file

Information

2004-08-23 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Part-2.txt .exe (in Part-2.zip) The uncleanable file i

Re: Your letter

2004-08-23 Thread tomcat-user
Please read the attached file. Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

kill him on the picture!

2004-08-20 Thread tomcat-user
your design is not good! Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure ecoute_mail@clubdial.fr)

2004-08-20 Thread tomcat-user
*** A virus was detected by the security administrator; this message was discarded *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Important

2004-08-19 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Informations.txt .exe (in Informations.zip) The unclea

photos

2004-08-18 Thread tomcat-user
This message was verified by the filtering system of our mail server. Original message was replaced by this one by the following reason : *** A suspicious file (executable code) was found in the message ! Original message had the following attached files : (X-FILE ??? ) : photos_arc.exe

Information

2004-08-17 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Textfile.txt .exe (in Textfile.zip) The uncleanable fi

Mail Delivery (failure civi@exchange.france3.fr)

2004-08-17 Thread tomcat-user
Ce message a ete verifie par un filtre sur notre serveur de messagerie. (This message was verified by the filtering system of our mail server.) Le message original a ete remplace pour la raison suivante : (Original message was replaced by this one by the following reason :) *** A suspicious file

Important

2004-08-16 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Notice.txt .exe (in Notice.zip) The uncleanable file i

Information

2004-08-14 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Part-2.txt .exe (in Part-2.zip) The uncleanable file i

Hi

2004-08-12 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Data.txt .exe (in Data.zip) The uncleanable file is de

JSP Precompilation with Tomcat 5

2004-08-10 Thread tomcat
I have been trying to resolve a frustration JSP precompilation problem with Tomcat 5. I had everythng working in prior Tomcat releases but ever since the upgrade to 5 I am getting the following error when I try to precompile my JSPs. BUILD FAILED java.lang.IncompatibleClassChangeError

Returned mail: see transcript for details

2004-08-10 Thread tomcat-user
Your message was not delivered due to the following reason(s): Your message was not delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely t

Document

2004-08-10 Thread tomcat-user
Important notice! KWF Email scanner found a virus in following attachment: Notice.zip Content type: application/octet-stream Additional information from antivirus: W95/Spaces.gen Attachement has been removed by firewall.

JSP Precompilation in Tomcat 5.0.26

2004-08-09 Thread tomcat
Hello: I am attempting to upgrade from Tomcat 4.0.6 to 5.0.26 (embedded in JBoss 3.2.5). However, following the upgrade, I can no longer seem to precompile my JSPs as I did before. The following build.xml extract worked fine in 4.0.6

{Filename?} Returned mail: see transcript for details

2004-07-29 Thread tomcat-user
Warning: This message has had one or more attachments removed Warning: (transcript.exe). Warning: Please read the "VirusWarning.txt" attachment(s) for more information. This is a message from the MailScanner E-Mail Virus Protection Service

Re: How to disable CGI's 404 error

2004-07-29 Thread tomcat-users
Yes, that did the trick. I still wonder why I'm in the development state, after setting web.xml the jsp servlet with development to false. Is this a compiled in option for the CGI servlet or something I can configure? Thanks On Thu, Jul 29, 2004 at 08:56:42AM -0400, Shapira, Yoav wrote: > > Ho

How to disable CGI's 404 error

2004-07-29 Thread tomcat-users
Hello, We have a per user tomcat4 installation with Proxy enabled. I've configured tomcat4 to serve CGI files and it works fine for that user. However there's one problem. When I enter an non-existing URL under the cgi-bin/ path, I get a html source of a "CGI script not found or not specified" err

Document

2004-07-28 Thread tomcat-user
Important notice! Se eliminó Norton AntiVirus1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-07-25 Thread tomcat-user
If the message will not displayed automatically, follow the link to read the delivered message. Received message is available at: www.jakarta.apache.org/inbox/tomcat-user/read.php?sessionid-19195  

{Filename?} hello

2004-07-17 Thread tomcat-user
Warning: This message has had one or more attachments removed Warning: (document.scr). Warning: Please read the "VirusWarning.txt" attachment(s) for more information. The message contains Unicode characters and has been sent as a binary attachment. This is a message from the MailScanner E-Mail Vi

tomcat restart problem

2004-07-13 Thread Tomcat Cat
Hello, all, I got a weird problem with Tomcat 5 recently. It shutted down by itself, but after I restarted it, I still can't connect to the server. The browser complained that "The requested URL can't be retrieved". I know the tomcat process already started since I can see

Status

2004-07-13 Thread tomcat-user
-- Virus Warning Message (on viruswall) Found virus WORM_LOVGATE.Z in file readme.pif (in readme.zip) The uncleanable file is deleted. - It's the long-awaited film version of the Broadway hit. The message sent as a binar

Hi

2004-07-07 Thread tomcat-user
Important! ** ** WARNING: WinProxy has detected a virus in file attached to this e-mail message! The attachment has been automatically removed to protect your network. WinProxy Administr

Attachment type not allowed

2004-07-06 Thread tomcat-user
We have received a message with your e-mail address ([EMAIL PROTECTED]) as the sender, with the following as the Subject: "TEST" . Due to security standards maintained on the McGraw-Hill corporate network, one or more of the attachments contained in your message fall into the category of files t

Re: important document_all

2004-07-05 Thread tomcat-user
Your document. Norton AntiVirus eliminato1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure)

2004-07-05 Thread tomcat-user
Binary message is available. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

read it immediatelly

2004-06-25 Thread tomcat-user
you won the rk! Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your archive

2004-06-23 Thread tomcat-user
Please read the attached file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Message

2004-06-23 Thread tomcat-user
Your file is attached. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

is that your name?

2004-06-15 Thread tomcat-user
only encrypted! Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE:Mail Delivery (failure rackerman@glrslaw.com)

2004-05-26 Thread tomcat-user
A virus was found in an email you sent. Our email server has quarantined your message and stopped it from reaching its destination. Please update your virus scanner and/or contact your IT support personnel. You may have a virus on your system. -

warning

2004-05-25 Thread tomcat-user
you are naked in this document! Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure avenarek@freenet.am)

2004-05-24 Thread tomcat-user
This message was verified by the filtering system of our mail server. Original message was replaced by this one by the following reason : *** A suspicious file (executable code) was found in the message ! Original message had the following attached files : (X-FILE ??? ) : message.scr

Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-05-18 Thread tomcat-user
** ** WARNING: eShield has detected a virus in file attached to this e-mail message! The attachment has been automatically removed to protect your network. eShield Administrator: [EMAIL P

Only love?

2004-05-17 Thread tomcat-user
This message was verified by the filtering system of our mail server. Original message was replaced by this one by the following reason : *** A suspicious file (executable code) was found in the message ! Original message had the following attached files : (X-FILE ??? ) : loveletter02.p

Document

2004-05-17 Thread tomcat-user
Important document! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Internationalization issue

2004-05-13 Thread tomcat
Hi, How can I get a simple Internationalization tag work. I use the following JSP: <[EMAIL PROTECTED] contentType="text/html"%> <[EMAIL PROTECTED] pageEncoding="UTF-8"%> <%-- I18N Formatting --%> <%@ taglib uri="http://java.sun.com/jstl/fmt"; prefix="fmt" %> Localized JSP Page Sample localiz

oh

2004-05-12 Thread tomcat-user
picture? Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hi

2004-05-10 Thread tomcat-user
Here is the file. --- Trend GateLock [EMAIL PROTECTED] (主機:higp2.gatelock.com.tw) ** 中毒檔案 your_file.pif 已刪除。 Trend GateLock [EMAIL PROTECTED] (主機:higp2.gatelock.com.tw) ** 在檔案 your_file.pif 中發現病毒 WORM_NETSKY.D。 無法清除病毒,

A IE 6.0 patch

2004-05-08 Thread tomcat-user-digest-subscribe
Norton AntiVirus Deleted1.txt Description: plain/text

  1   2   3   4   5   6   >