Apache Tribes:Is it suitable for P2P Applications?

2010-11-18 Thread hdiakos
Hello all :). First of all excuse me of any silly questions I might make in this list.As a devout supporter of Tomcat,and having made extensive use of it (:D), I've taken notice lately of the Apache Tribes framework.Lately,we had developed a P2P application with JXTA but looking to better

Assistance determining cause of httpd error log entries

2010-11-18 Thread David Dabbs
Hello. I have a number of error_log entries I’m trying to resolve. We're fronting a Tomcat 6.0.29 instance with httpd 2.2.15 via mod_proxy_ajp. My suspicion is that we get requests with too-long request uri and or Referrer and this is gumming up the works for AJP protocol marshalling. Would a

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread Pid
On 17/11/2010 22:41, André Warnier wrote: Typical Java thinking.. Sure, let's pull in another 15 classes.. Gotta use those GB of RAM for something.. Why do simple when complicated would do just as well, he ? That doesn't make sense*. Leon's trying to avoid using more RAM. The JMX method

configuring https enabled tomcat using user and CA certificate

2010-11-18 Thread Abhishek Srivastava
I have both user and CA certificate and trying to import into keystore newkeystore file *C:\keytool -import -alias root -keystore newkeystore -trustcacerts -file cacert.pem* *C:\keytool -import -alias tomcat -keystore newkeystore -file usercert.pem* then I have configured this newkeystore in

RE: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Rob Gregory
Thanks Chris, After messing around with JNDI yesterday I came to the same conclusion that Tomcat is doing some isolation and I can understand why. I will look into the JMX approach you suggest as I am running out of options. If That doesn't provide a solution I think I will have to deploy our

how to setup HOME_PATH for Java and CATALINA_HOME

2010-11-18 Thread Salam Y. ELIAS
I need to set up the environment variable JAVA_HOME and and CATALINA_HOME to start some web and Java EE, am little bit confused with conflicting information. When I run java -version ie get java version 1.6.0_18 OpenJDK Runtime Environment (IcedTea6 1.8.2) (fedora-43.1.8.2.fc13-x86_64)

Re: configuring the tomcat-6 to support list of user certificates

2010-11-18 Thread Mark Thomas
On 18/11/2010 05:03, shashidhar v wrote: Hi, Can anyone give some idea to configure the tomcat-6.0.18 to enable SSL ( https ) and also to support the list of user certificates to access a sample web application I have the user certificate and also the CA certficate , I have checked the

Re: how to setup HOME_PATH for Java and CATALINA_HOME

2010-11-18 Thread Pid
On 18/11/2010 09:46, Salam Y. ELIAS wrote: I need to set up the environment variable JAVA_HOME and and CATALINA_HOME to start some web and Java EE, am little bit confused with conflicting information. OK. No problem. When I run java -version ie get java version 1.6.0_18 OpenJDK

Re: configuring https enabled tomcat using user and CA certificate

2010-11-18 Thread Mark Thomas
On 18/11/2010 09:04, Abhishek Srivastava wrote: SEVERE: Error initializing endpoint java.io.IOException: Alias name root does not identify a key entry That tells you what is wrong. You have imported the cert but not the associated private key. Mark

Re: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Pid
On 18/11/2010 09:34, Rob Gregory wrote: Thanks Chris, After messing around with JNDI yesterday I came to the same conclusion that Tomcat is doing some isolation and I can understand why. I will look into the JMX approach you suggest as I am running out of options. If That doesn't provide

Re: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Mark Thomas
On 18/11/2010 09:34, Rob Gregory wrote: Thanks Chris, After messing around with JNDI yesterday I came to the same conclusion that Tomcat is doing some isolation Random thoughts that may or may not help. If you look in the DataSourceRealm you will see some code that lets a web-app use a

RE: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Rob Gregory
Thanks Pid, That’s two suggestions for me to try. Many thanks for your assistance. Rob -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 18 November 2010 10:26 To: Tomcat Users List Subject: Re: Dynamic GlobalNamingResources / Shared JDBC connection pools On

RE: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Rob Gregory
Thanks Mark. I'm spoilt for choice now and have some serious reading to do. Between the three suggestions I must be able to come up with a solution to my problem. Thanks to all for the pointers, most helpful. Rob -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent:

Re: configuring https enabled tomcat using user and CA certificate

2010-11-18 Thread Abhishek Srivastava
thanks. well can u tell me the exact way of importing the key. I mean which command i must use. I have one userkey.pem also I have one pkcs12 file which is combination of usercert.pem and userkey.pem...should I merge this with cacert.pem.. *How I can enable my tomcat on https with given

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread André Warnier
Pid wrote: On 17/11/2010 22:41, André Warnier wrote: Typical Java thinking.. Sure, let's pull in another 15 classes.. Gotta use those GB of RAM for something.. Why do simple when complicated would do just as well, he ? That doesn't make sense*. Leon's trying to avoid using more RAM. The JMX

[OT] re : spam

2010-11-18 Thread André Warnier
Guys, I am starting to receive quite a bit of spam from a guy named Ed about career moves etc.. Somehow it seems to originate from (or maybe simply mention) the tomcat users list as a reply-to. I have also seen at least one message like that in the list itself. Anything that should/can be done

Re: Apache Tribes:Is it suitable for P2P Applications?

2010-11-18 Thread Mark Thomas
On 17/11/2010 16:05, hdia...@csd.uoc.gr wrote: -Does Apache Tribes support message parallelism/multithreading? Yes. -Is it scalable?Does it support a limited number of peers or it depends on machinery hardware/equipment? It should be. I haven't tested it explicitly but all the scalability

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread Pid
On 18/11/2010 10:47, André Warnier wrote: The justification according to which a PID is not necessarily available on every platform seems a very weak one. Quite. In which case, return a null. Enough other methods do... p 0x62590808.asc Description: application/pgp-keys signature.asc

Re: [OT] re : spam

2010-11-18 Thread Mark Thomas
On 18/11/2010 11:04, André Warnier wrote: Guys, I am starting to receive quite a bit of spam from a guy named Ed about career moves etc.. Somehow it seems to originate from (or maybe simply mention) the tomcat users list as a reply-to. I have also seen at least one message like that in the

Re: [OT] re : spam

2010-11-18 Thread M . H . G . Emmerig
It is not just you. I received some emails from ed as well. Milko André Warnier a...@ice-sa.com

Problems with new mod_jk and possible misinformation on the website

2010-11-18 Thread Héctor Gómez
Hi, I'm running a CentOs 5 with Apache 2.0.52. I've tried to connect Apache with Tomcat 7.0.4 using mod_jk First I tried the jk-1.2.31 version. As I have a i586 I choosed the i386 release, and downloaded mod_jk-1.2.31-httpd-2.0.x.so Ok, here there might be a mistake. On the description you

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread Tim Funk
If you have Apr available ... you might be able to use this ... org.apache.tomcat.jni.Stdlib.getpid() // public static native int getpid(); -Tim On 11/18/2010 6:10 AM, Pid wrote: On 18/11/2010 10:47, André Warnier wrote: The justification according to which a PID is not necessarily

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread Ronald Klop
That is why my Tomcats spawn a pool of sh scripts to have them run a unix command (ImageMagick, etc.) Forking of a threaded process is very expensive on a loaded server. Unix has to suspend all threads, than fork, do a lot of housekeeping and than resume all threads. After making a pool of

Re: configuring the tomcat-6 to support list of user certificates

2010-11-18 Thread shashidhar v
Hi Mark, Could you please give any references or some sample steps , I am new to this tomcat usage and web applications . First, I want to check the authentication of users based on their DNs . I am using tomcat-6.0.18 on linux platform. I have usercert.pem, userkey.pem, cacert.pem files

RE: configuring the tomcat-6 to support list of user certificates

2010-11-18 Thread Caldarale, Charles R
From: shashidhar v [mailto:shashidhar.velagand...@gmail.com] Subject: Re: configuring the tomcat-6 to support list of user certificates Could you please give any references or some sample steps Start here: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
I managed to make Apache Tomcat work and created a dynamic web project. However, the inside the ide is flagged with a red exclamation mark. Checked the problems pane, it seems it is related to log4j jar file, I found -- Description ResourcePathLocation

Re: Assistance determining cause of httpd error log entries

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 11/18/2010 3:41 AM, David Dabbs wrote: We're fronting a Tomcat 6.0.29 instance with httpd 2.2.15 via mod_proxy_ajp. Obligatory question: is it really necessary to use httpd at all? My suspicion is that we get requests with too-long

Re: Problems with new mod_jk and possible misinformation on the website

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/18/2010 7:01 AM, Héctor Gómez wrote: Hi, I'm running a CentOs 5 with Apache 2.0.52. I've tried to connect Apache with Tomcat 7.0.4 using mod_jk. First I tried the jk-1.2.31 version. As I have a i586 I choosed the i386 release, and

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/17/2010 4:50 PM, André Warnier wrote: I found the following trick somewhere, maybe it works for you : When starting your JVM, use a line like java -Dpid=$$ program.java and in the java program using the statement

Re: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Mark Thomas
On 18/11/2010 14:24, Salam Y. ELIAS wrote: I managed to make Apache Tomcat work and created a dynamic web project. However, the inside the ide is flagged with a red exclamation mark. Checked the problems pane, it seems it is related to log4j jar file, I found --

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 11/18/2010 7:19 AM, Tim Funk wrote: If you have Apr available ... you might be able to use this ... org.apache.tomcat.jni.Stdlib.getpid() // public static native int getpid(); I was going to suggest roughly the same thing, except I

Re: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salam, On 11/18/2010 9:24 AM, Salam Y. ELIAS wrote: I checked my tomcat directrory, I have log4j.jar and a linik file log4j-6.0.26.jar. log4j is currently at version 1.2.x. I'm not sure what that 6.0.26 could possibly be, other than some corrupt

RE: EXTERNAL: Re: Tomcat hung

2010-11-18 Thread Robillard, Greg L
Production, as of yet, strangely, I have not been able to create this problem testing. Here is the top of the stack without a profiler. 2010-10-04 10:35:50 Full thread dump Java HotSpot(TM) Server VM (10.0-b19 mixed mode): Attach Listener daemon prio=10 tid=0x08170400 nid=0x716b waiting on

Re: 7.0.4 problem

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/13/2010 7:26 AM, Mark Thomas wrote: I think you have hit this: https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 Technically, 7.0.4 is sticking to the letter of the J2EE spec but it isn't what applications expect. 7.0.5 will

Re: configuring https enabled tomcat using user and CA certificate

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abhishek, On 11/18/2010 5:41 AM, Abhishek Srivastava wrote: well can u tell me the exact way of importing the key. I mean which command i must use. You have imported a certificate with the alias root. Instead, you should import a key with the

Re: Assistance determining cause of httpd error log entries

2010-11-18 Thread David Dabbs
On Thu, Nov 18, 2010 at 8:52 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 11/18/2010 3:41 AM, David Dabbs wrote: We're fronting a Tomcat 6.0.29 instance with httpd 2.2.15 via mod_proxy_ajp. Obligatory question: is it really necessary to use

RE: EXTERNAL: Re: Tomcat hung

2010-11-18 Thread Caldarale, Charles R
From: Robillard, Greg L [mailto:greg.l.robill...@lmco.com] Subject: RE: EXTERNAL: Re: Tomcat hung http-8080-200 daemon prio=10 tid=0xcbca9800 nid=0xb5e waiting on condition [0xc5dbc000..0xc5dbcea0] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method)

Re: 7.0.4 problem

2010-11-18 Thread Mark Thomas
On 18/11/2010 15:38, Christopher Schultz wrote: Mark, On 11/13/2010 7:26 AM, Mark Thomas wrote: I think you have hit this: https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 Technically, 7.0.4 is sticking to the letter of the J2EE spec but it isn't what applications expect. 7.0.5

Tomcat, JasperServer, and JAR files

2010-11-18 Thread Thangalin
Hi, The iReport tool (and hence JasperReports) bundles scores of JAR files across two different directories. (One of these JAR files conflicts with a JAR file deployed by Tomcat.) For development purposes it makes sense to have Tomcat and iReport installed on the same machine. This poses a

RE: Tomcat hung

2010-11-18 Thread Robillard, Greg L
java -version java version 1.6.0_05 Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java HotSpot(TM) Server VM (build 10.0-b19, mixed mode) Last I checked, this is a real VM. I will investigate the weather code. -Original Message- From: Caldarale, Charles R

RE: Tomcat, JasperServer, and JAR files

2010-11-18 Thread Caldarale, Charles R
From: Thangalin [mailto:thanga...@gmail.com] Subject: Tomcat, JasperServer, and JAR files 1. *Bundle JARs with Servlet.* This is the proper approach. 2. *Common libraries.* A Really Bad Idea. In the first case, multiple applications using JasperReports will result in a gross waste of

RE: Tomcat hung

2010-11-18 Thread Caldarale, Charles R
From: Robillard, Greg L [mailto:greg.l.robill...@lmco.com] Subject: RE: Tomcat hung Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java HotSpot(TM) Server VM (build 10.0-b19, mixed mode) Last I checked, this is a real VM. Yes, it was identifying it just as 10.0-b19 that was

RE: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Rob Gregory
Spot on Mark. I have been googling and playing around for over a day on this, Following your suggestion it boils down to a couple of lines of code:- StandardServer server = (StandardServer) ServerFactory.getServer(); Context context = server.getGlobalNamingContext();

Re: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Mark Thomas
On 18/11/2010 16:54, Rob Gregory wrote: Spot on Mark. I have been googling and playing around for over a day on this, Following your suggestion it boils down to a couple of lines of code:- StandardServer server = (StandardServer) ServerFactory.getServer(); Context context =

RE: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Rob Gregory
Awww... Is there going to be a replacement for the ServerFactory? Also what sort out timescales are you looking at before a production release of Tomcat 7 is available? Thanks Again. Rob -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 18 November 2010 16:59

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/17/2010 4:50 PM, André Warnier wrote: I found the following trick somewhere, maybe it works for you : When starting your JVM, use a line like java -Dpid=$$ program.java and in the java program using the

Re: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
It is the Apache Tomcat shipped with Fedora 13 Salam On Thu, 2010-11-18 at 15:14 +, Mark Thomas wrote: On 18/11/2010 14:24, Salam Y. ELIAS wrote: I managed to make Apache Tomcat work and created a dynamic web project. However, the inside the ide is flagged with a red exclamation mark.

Re: Dynamic GlobalNamingResources / Shared JDBC connection pools

2010-11-18 Thread Mark Thomas
On 18/11/2010 17:02, Rob Gregory wrote: Awww... Is there going to be a replacement for the ServerFactory? You need to get a reference to a Container (Context/Host/Engine) and then navigate Context-Host-Engine-Service-Server How you get the reference depends on where you start from. Also what

RE: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Caldarale, Charles R
From: Salam Y. ELIAS [mailto:salamli...@free.fr] Subject: Re: Tomact does not see log4j-6.0.26.jar while it is there It is the Apache Tomcat shipped with Fedora 13 To repeat what Mark said: -contact the maintainers of whatever 3rd party package you used for support - use an ASF

Re: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
Chris, here is the output, I highlighted the log4j lines Thanks -rw-r--r-- 1 root root 15232 Oct 12 22:43 annotations-api-6.0.26.jar lrwxrwxrwx 1 root root26 Nov 16 19:41 annotations-api.jar - annotations-api-6.0.26.jar -rw-r--r-- 1 root root 1182597 Oct 12 22:43 catalina-6.0.26.jar

RE: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
OK thanks On Thu, 2010-11-18 at 11:19 -0600, Caldarale, Charles R wrote: From: Salam Y. ELIAS [mailto:salamli...@free.fr] Subject: Re: Tomact does not see log4j-6.0.26.jar while it is there It is the Apache Tomcat shipped with Fedora 13 To repeat what Mark said: -contact the

RE: Tomcat hung

2010-11-18 Thread Robillard, Greg L
thx -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, November 18, 2010 10:23 AM To: Tomcat Users List Subject: EXTERNAL: RE: Tomcat hung From: Robillard, Greg L [mailto:greg.l.robill...@lmco.com] Subject: RE: Tomcat hung Java(TM) SE

Re: [OT] RE: Tomcat Consultant

2010-11-18 Thread David Fisher
I recently heard the story about how PL/1 got its name. I heard this recently from my brother who worked with the son of the inventor of APL, Kenneth E. Iverson. It was at IBM and APL was developed only the inventor wanted to call it The Programming Language - TPL. When it went to the

Re: Tomcat, JasperServer, and JAR files

2010-11-18 Thread Thangalin
Hi, In the first case, multiple applications using JasperReports will result in a gross waste of resources I would categorize it as a trivial waste of resources. Have you checked the price of disk and RAM lately? Sure. The machine has 8 GB of RAM. 7 GB used by the (100 GB) PostgreSQL; X,

Re: Tomcat, JasperServer, and JAR files

2010-11-18 Thread Mark Thomas
On 18/11/2010 18:42, Thangalin wrote: Step 2 is a manual process dependent on upgrading iReport, and is a scenario I want to avoid. Modify catalina.properties to restore the shared loader and put the JasperReport JARs in there. Mark

RE: [OT] RE: Tomcat Consultant

2010-11-18 Thread Martin Gainty
amazing that all of the language battles lead to a Pyrrhic victory speaking of languages ..which languages does IBM currently support? thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht

Re: Tomcat Consultant

2010-11-18 Thread Pid
On 24/09/2010 18:25, tdelesio wrote: My fortune 500 company is testing a pilot for switching over a J2EE web app over from Web Sphere application server to Tomcat and we are looking for a consultant to setup a crusted production instance of tomcat. Does anyone have any recommendations for a

Re: Tomcat Consultant

2010-11-18 Thread Pid
On 18/11/2010 19:35, Pid wrote: On 24/09/2010 18:25, tdelesio wrote: My fortune 500 company is testing a pilot for switching over a J2EE web app over from Web Sphere application server to Tomcat and we are looking for a consultant to setup a crusted production instance of tomcat. Does anyone

Re: how to setup HOME_PATH for Java and CATALINA_HOME

2010-11-18 Thread Mark Eggers
From this and other messages, it looks like you're running everything installed from the Fedora distribution. While I run Fedora (just upgraded to Fedora 14), I don't use any of the distribution-supplied packages for Java, Tomcat, or the IDE (my preference being NetBeans). To get the Oracle

Tomcat, JasperReports, and JAR files

2010-11-18 Thread Thangalin
Hi, Setting *shared.loader* in catalina.properties is a nearly perfect solution. Thank you. One minor, but significant, technical issue remains: iReports ships with a JAR file (jdt-compiler-3.1.1.jar) that conflicts with a JAR file shipped with Tomcat (ecj-3.6.jar, if memory serves). Can I add

Re: Tomcat, JasperReports, and JAR files

2010-11-18 Thread Mark Thomas
On 18/11/2010 20:30, Thangalin wrote: Hi, Setting *shared.loader* in catalina.properties is a nearly perfect solution. Thank you. One minor, but significant, technical issue remains: iReports ships with a JAR file (jdt-compiler-3.1.1.jar) that conflicts with a JAR file shipped with

Re: Tomcat, JasperReports, and JAR files

2010-11-18 Thread Thangalin
Then iReport no longer works. Dave

Re: Tomcat, JasperReports, and JAR files

2010-11-18 Thread Mark Thomas
On 18/11/2010 20:46, Thangalin wrote: Then iReport no longer works. OK. How about: - Copy the JARs to another directory, remove the ones that conflict. Point shared.loader to the copy - List each JAR (less conflicts) in shared.loader rather than using wildcards. Mark

Re: Tomcat, JasperReports, and JAR files

2010-11-18 Thread Thangalin
That is Step 2 in the 3-step process I want to avoid: 1. Upgrade iReport. 2. Upgrade the files in Tomcat's common directory (i.e., copy the JAR files). 3. Restart Tomcat. This is what I would like to do (that I have a working solution for, by the way, but involves setting the

RE: Tomcat Consultant

2010-11-18 Thread Leo Donahue - PLANDEVX
-Original Message- From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat Consultant On 18/11/2010 19:35, Pid wrote: On 24/09/2010 18:25, tdelesio wrote: My fortune 500 company is testing a pilot for switching over a J2EE web app over from Web Sphere application server to Tomcat and

Re: Tomcat Consultant

2010-11-18 Thread Pid
On 18/11/2010 21:04, Leo Donahue - PLANDEVX wrote: -Original Message- From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat Consultant On 18/11/2010 19:35, Pid wrote: On 24/09/2010 18:25, tdelesio wrote: My fortune 500 company is testing a pilot for switching over a J2EE web app

Re: Tomcat Consultant

2010-11-18 Thread Asangansi
It looks like a web page template to me. skype: asangansi.ini +47 48295638 On Thu, Nov 18, 2010 at 10:04 PM, Leo Donahue - PLANDEVX leodona...@mail.maricopa.gov wrote: -Original Message- From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat Consultant On

Re: Tomcat Consultant

2010-11-18 Thread Mark Thomas
On 18/11/2010 21:04, Leo Donahue - PLANDEVX wrote: Um, can anyone translate this? Am I really seeing that? http://training.mulesoft.com/about/index.html It looks like Latin to me. Google translate will take a stab at it on that basis. Best guess, someone at Mulesoft's idea of a joke (not sure

RE: Tomcat Consultant

2010-11-18 Thread Eric Hawkes
Hi, It is not Latin or a joke or the results of hacking. The text is lorem ipsum: http://en.wikipedia.org/wiki/Lorem_ipsum The guess about it being a web page template was probably closest. Thanks, Eric -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday,

Re: Tomcat Consultant

2010-11-18 Thread Mark Thomas
On 18/11/2010 21:11, Eric Hawkes wrote: Hi, It is not Latin or a joke or the results of hacking. The text is lorem ipsum: http://en.wikipedia.org/wiki/Lorem_ipsum The guess about it being a web page template was probably closest. Ah, that makes more sense. Odd that it is showing that

Re: Tomcat Consultant

2010-11-18 Thread André Warnier
Mark Thomas wrote: On 18/11/2010 21:11, Eric Hawkes wrote: Hi, It is not Latin or a joke or the results of hacking. The text is lorem ipsum: http://en.wikipedia.org/wiki/Lorem_ipsum The guess about it being a web page template was probably closest. Ah, that makes more sense. Odd that it is

RE: Tomcat Consultant

2010-11-18 Thread Martin Gainty
can we get someone from the vatican to translate? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich

Re: Tomcat Consultant

2010-11-18 Thread Daniel Savard
That's an Opus Dei owned company, I fear. Unless you are seeking for the anti-matter thing, you should rather than stay away of it. 2010/11/18 Martin Gainty mgai...@hotmail.com can we get someone from the vatican to translate? Martin Gainty __

Re: Assistance determining cause of httpd error log entries

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 11/18/2010 10:42 AM, David Dabbs wrote: We're using mod_proxy_ajp. I'm considering adding the following to my Apache Tomcat configs In Apache httpd.confProxyIOBufferSize 19456 # like max_packet_size I think

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/18/2010 12:11 PM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/17/2010 4:50 PM, André Warnier wrote: I found the following trick somewhere, maybe it works for you :

Re: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salam, On 11/18/2010 12:21 PM, Salam Y. ELIAS wrote: Chris, here is the output, I highlighted the log4j lines Thanks -rw-r--r-- 1 root root 15232 Oct 12 22:43 annotations-api-6.0.26.jar lrwxrwxrwx 1 root root26 Nov 16 19:41

Re: Tomcat Consultant

2010-11-18 Thread Pid
On 18/11/2010 21:52, Martin Gainty wrote: can we get someone from the vatican to translate? I think there's a couple of Cardinals lurking on the list, but you might have to wait until it's working hours in Europe again. p Martin Gainty __

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread André Warnier
Christopher Schultz wrote: You also might want to kill it. In either case, most JVMs are running on win32 or UNIX-like OSs, and they both support signals. Win32 supports signals ? - To unsubscribe, e-mail:

Re: [OT] How to obtain the id of the current process

2010-11-18 Thread André Warnier
André Warnier wrote: Christopher Schultz wrote: You also might want to kill it. In either case, most JVMs are running on win32 or UNIX-like OSs, and they both support signals. Win32 supports signals ? Well yes, kind of, apparently :

Re: how to setup HOME_PATH for Java and CATALINA_HOME

2010-11-18 Thread Salam Y. ELIAS
So many thanks for the detailed explanation. I use eclipse 3.6 but not the one shipped with fedora 13 Regards On Thu, 2010-11-18 at 12:08 -0800, Mark Eggers wrote: From this and other messages, it looks like you're running everything installed from the Fedora distribution. While I run

Re: Tomcat hung

2010-11-18 Thread Konstantin Kolinko
2010/11/18 Robillard, Greg L greg.l.robill...@lmco.com: I continually get tomcat in this state and can only recover by restarting tomcat from the command line.  Here is the stack trace that I gathered while getting into this state, but it does not make any sense to me. Tomcat version

How to source jobs/talent was RE: Tomcat Consultant

2010-11-18 Thread Jason Pyeron
There are going to be a lot of nit picks in this message. -Original Message- From: tdelesio [mailto:tdele...@gmail.com] Use a company email, this just looks unprofessional. I would never reply to it to negotiate a contract or ask for a job. Sent: Friday, September 24, 2010 13:25

Should I upgrade to 7.0

2010-11-18 Thread Robillard, Greg L
I am relatively unfamiliar with tomcat. I am currently running 6.26 in a production system that support 1 webapp for approximately 60 clients that continually poll the server for updates ( weather files ). Is there any reason why I should upgrade to tomcat 7.0 release. Thanks

RE: After manager says that there was a leak, how to use a profiler?

2010-11-18 Thread Brian
Hi Chris, I already took off the JARs from the shared/lib directory. So that is not an issue now. I have just stopped my apps, and this is what I have found in my log: Nov 18, 2010 10:22:57 PM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Nov

Re: Re: Problem in accessing jsp:useBean

2010-11-18 Thread Rekha Ravi Pai
I tried using beans.PasswordEncryptService . Still It did not work. Regards, Rekha. Karl San Gabriel wrote: *Your code: %@ page import = beans.*, java.sql.*% jsp:useBean id=verify scope=session class=PasswordEncryptService /* I think the value for class should be beans.PasswordEncryptService.

Re: Tomcat Consultant

2010-11-18 Thread Asangansi
Lets wait and watch guys. skype: asangansi.ini +47 48295638 On Fri, Nov 19, 2010 at 12:19 AM, Pid p...@pidster.com wrote: On 18/11/2010 21:52, Martin Gainty wrote: can we get someone from the vatican to translate? I think there's a couple of Cardinals lurking on the

Re: Tomcat Consultant

2010-11-18 Thread Rhino
There are two languages in the cited message, German and French. I'm positive about that. I'm not great in either language and certainly don't know all of the words but I think the French message is just a translation of the German message which appears to be a standard confidentiality

RE: Tomcat Consultant

2010-11-18 Thread Antonio Vidal Ferrer
Good Morning from Europe! It is a common disclaimer email message. Translated to English: This message is confidential and may be privileged. If you are not the intended recipient, we kindly ask you to notify the sender. Any unauthorized distribution or copying of this is prohibited. This

Re: How to source jobs/talent was RE: Tomcat Consultant

2010-11-18 Thread André Warnier
Jason Pyeron wrote: ... Disclaimer: We perform many types J2EE consulting. proofreading ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Should I upgrade to 7.0

2010-11-18 Thread Edoardo Panfili
On 19/11/10 03.28, Robillard, Greg L wrote: I am relatively unfamiliar with tomcat. I am currently running 6.26 in a production system that support 1 webapp for approximately 60 clients that continually poll the server for updates ( weather files ). Is there any reason why I should upgrade

Re: Should I upgrade to 7.0

2010-11-18 Thread André Warnier
Robillard, Greg L wrote: I am relatively unfamiliar with tomcat. I am currently running 6.26 in a production system that support 1 webapp for approximately 60 clients that continually poll the server for updates ( weather files ). Is there any reason why I should upgrade to tomcat 7.0