truststore and keystore SSL

2011-12-16 Thread Lau Eng Huat
Hi Guys, After I have followed the instructions from http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certificates-tomcat I managed to 1. install the certificates in Tomcat using APR 2. managed to get the web browsers to accept the certificates The question that I have now i

Re: Access dbf files outside context/docbase

2011-12-16 Thread David Kerber
On 12/16/2011 5:54 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, Thanks for posting back. On 12/16/11 2:50 PM, David kerber wrote: Figured out the cause, though I don't have it fixed yet: I'm running under a 64-bit JRE, and there is no 64-bit dBAse drive

java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2011-12-16 Thread Frank Zhang
Hi All: Our code is using apache dbcp library and mysql-connector as JDBC driver other than tomcat own tomcat-dbcp.jar. we always put mysql-connector at CATALINA_HOME/lib while put commons-dbcp-1.4.jar at CATALINA_HOME/webapps/client/WEB-INF/lib/. This worked fairly well in tomcat

AJP 1.3 Connector

2011-12-16 Thread Vickie Troy-McKoy
Hi, I'm in need of a little help. I'm trying to get my tomcat and apache web server instances communicating; they are running on two different physical servers. When I attempt a test of the application url, it basically says that a connection cannot be established. I am running the followi

Re: path used for tc-natuve

2011-12-16 Thread André Warnier
Christopher. looks like I have some reading for the week-end. Thanks for all the info. Here is just the answer to your question : Christopher Schultz wrote: Try running this from the command line: $ dpkg -S /usr/lib/tcnative.so (or whatever the exact filename is) That will tell you what pac

Re: Recall: Free Tomcat Hosting?

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charlotte, On 12/16/11 9:32 AM, Charlotte Binns wrote: > Charlotte Binns would like to recall the message, "Free Tomcat > Hosting?". Sorry, Microsoft Exchange isn't here right now. On the real Internet, what you say sticks :) -BEGIN PGP SIGNATURE

Re: Free Tomcat Hosting?

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/16/11 9:33 AM, André Warnier wrote: > So you not only want free advice, but free hosting too ? I'll never > really comprehend this Open Source as a business model.. :-) It's a "service-oriented architecture". :) - -chris -BEGIN PGP

Re: RESOLVED Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Warren, On 12/16/11 12:32 PM, Warren Bell wrote: > First off, it had nothing to do with Tomcat or the JDK. It was a > conflict between two jars that Maven brought into my project with > Smooks and Velocity Tools. Thanks for the report. Now, it's in

Re: [OT] dbcp is mixing up connections

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aitor, (Marking OT because this has nothing to do with Tomcat or even with the original thread. I may be feeding a troll, here. Apologies in advance.) On 12/16/11 4:31 AM, Aitor Garcia | Tempel.es wrote: > I'm not an expert but in past I worked a wit

RE: path used for tc-natuve

2011-12-16 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: path used for tc-natuve > dlopen does not take a search path as a parameter -- it always uses > LD_LIBRARY_PATH. Well... no. If a slash is included in the dlopen() argument, that is taken to be a path; it can be r

Re: Access dbf files outside context/docbase

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, Thanks for posting back. On 12/16/11 2:50 PM, David kerber wrote: > Figured out the cause, though I don't have it fixed yet: I'm > running under a 64-bit JRE, and there is no 64-bit dBAse driver > installed, just 32-bit. So I have to either

Re: URIEncoding

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/16/11 3:37 PM, André Warnier wrote: > 4) Thus, if your pages are UTF-8, then any link in the page which > "calls" the server, is going to send all values to the server in > the UTF-8 character set. I'm not so sure about that. Firefox ha

Re: path used for tc-natuve

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/16/11 5:13 AM, André Warnier wrote: > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- The issue is that the tomcat5 >> install (or a related package, or even someone manually >> installing tcnative) > > It was the Debian

Re: path used for tc-natuve

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregor, On 12/16/11 3:50 AM, Gregor S. wrote: > Chris: > >> IIRC, Tomcat loads tcnative without a version number in it's name >> even when it prefers a version that is of a certain level. > > I don't believe you're right, since when I upgraded Tomca

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: André Warnier To: Tomcat Users List Sent: Friday, December 16, 2011 10:34:24 PM Subject: Re: Change Default SSL port on Tomcat Pid * wrote: >> Thank you pid, >> >> I looked in Catalina.out and found out 443 port is already in use error >> and I had

Re: URIEncoding

2011-12-16 Thread André Warnier
starz10de wrote: I have an application which is running in local machine and it work perfect. I installed my application in the server to make it available for all. In the server we have tomcat running and provide services for many instances. After I played my application in the server, I had pro

URIEncoding

2011-12-16 Thread starz10de
I have an application which is running in local machine and it work perfect. I installed my application in the server to make it available for all. In the server we have tomcat running and provide services for many instances. After I played my application in the server, I had problem with query wh

Re: Access dbf files outside context/docbase

2011-12-16 Thread David kerber
On 12/15/2011 3:56 PM, David kerber wrote: I am trying to figure out how to access .dbf files that are on a networked drive from my TC 5.5.xx server. I have no trouble with the coding; it all works fine from my Eclipse dev environment. I believe the issue is tomcat's contexts on the production se

Re: Change Default SSL port on Tomcat

2011-12-16 Thread André Warnier
Pid * wrote: Thank you pid, I looked in Catalina.out and found out 443 port is already in use error and I had listen 443 in apache, so removed it and now tomcat comes up and all is good. I am not sure if it is better to serve ssl and https through Tomcat or Apache So your plan is to serve nor

Re: dbcp is mixing up connections

2011-12-16 Thread Terence M. Bandoian
On 1:59 PM, Pid * wrote: > On 16 Dec 2011, at 09:32, "Aitor Garcia | Tempel.es" > wrote: > > Mark: > > I'm just declaring variables there, no putting logic. > > You had overlooked log4jdbc, if you have read books in the same way > > Library log4jdbc is COOL! Works very Well, is really a good

Re: keepalive issue

2011-12-16 Thread André Warnier
Mike Wertheim wrote: APR is definitely being loaded. The DLL is there, and the log says it's being used. My question was basically: If I'm using APR, can I assume that I'll get the APR Connector, or do I need to explicitly specify that I want the APR Connector? (I'm assuming the answer is 'yes

Re: Tomcat 7.0.23 problem

2011-12-16 Thread Pid *
On 16 Dec 2011, at 15:57, "Lutischán Ferenc" wrote: > Dear Users, > > I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02. > When I have upgraded it to 7.0.23, the starting process is paused on the line: > "INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT" >

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Pid *
> > Thank you pid, > > I looked in Catalina.out and found out 443 port is already in use error > and I had listen 443 in apache, so removed it and now tomcat > comes up and all is good. > > I am not sure if it is better to serve ssl and https through Tomcat or Apache So your plan is to serve norma

RE: Tomcat 7.0.23 problem

2011-12-16 Thread Caldarale, Charles R
> From: Lutischán Ferenc [mailto:lutisch...@gmail.com] > Subject: Tomcat 7.0.23 problem > When I have upgraded it to 7.0.23, the starting process is > paused on the line: > "INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT" > There are not error messages. Take a thread

Re: dbcp is mixing up connections

2011-12-16 Thread Pid *
On 16 Dec 2011, at 09:32, "Aitor Garcia | Tempel.es" wrote: Mark: I'm just declaring variables there, no putting logic. You had overlooked log4jdbc, if you have read books in the same way Library log4jdbc is COOL! Works very Well, is really a good library that helps me a lot, without it I

Re: RESOLVED Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-16 Thread Warren Bell
Tomcat Users, I Just wanted to get back and let everyone know how I resolved this issue in case someone else comes against the same type of problem. First off, it had nothing to do with Tomcat or the JDK. It was a conflict between two jars that Maven brought into my project with Smooks and Veloci

RE: keepalive issue

2011-12-16 Thread Caldarale, Charles R
> From: mike.werth...@gmail.com [mailto:mike.werth...@gmail.com] On Behalf Of > Mike Wertheim > Subject: Re: keepalive issue > My question was basically: If I'm using APR, can I assume that I'll > get the APR Connector Yes, you'll have the APR , with all of its attributes. > Also, I reduced th

Re: keepalive issue

2011-12-16 Thread Mike Wertheim
APR is definitely being loaded. The DLL is there, and the log says it's being used. My question was basically: If I'm using APR, can I assume that I'll get the APR Connector, or do I need to explicitly specify that I want the APR Connector? (I'm assuming the answer is 'yes' to the first question

RE: keepalive issue

2011-12-16 Thread Caldarale, Charles R
> From: mike.werth...@gmail.com [mailto:mike.werth...@gmail.com] On Behalf Of > Mike Wertheim > Subject: Re: keepalive issue > In my server.xml, I have this line which turns on APR: "Enables" would be a better word; it does not force the usage of APR. > With this configuration, can I assume tha

Re: keepalive issue

2011-12-16 Thread Mike Wertheim
In my server.xml, I have this line which turns on APR: And the Connectors look like this: With this configuration, can I assume that the Connector that I'm using is the APR/native Connector (the 3rd one in the Connector Comparison table)? On Fri, Dec 16, 2011 at 5:21 AM, Caldarale,

Tomcat 7.0.23 problem

2011-12-16 Thread Lutischán Ferenc
Dear Users, I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02. When I have upgraded it to 7.0.23, the starting process is paused on the line: "INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT" There are not error messages. Can you suggest something? R

Re: Free Tomcat Hosting?

2011-12-16 Thread André Warnier
David kerber wrote: On 12/16/2011 8:52 AM, Rhino wrote: I'm wondering if anyone can tell me of anywhere that has free Tomcat hosting? I'd like to make a small number of Tomcat servlets and JSPs available as part of a code portfolio to show prospective clients and/or employers. Presumably, thes

Re: Free Tomcat Hosting?

2011-12-16 Thread David kerber
On 12/16/2011 8:52 AM, Rhino wrote: I'm wondering if anyone can tell me of anywhere that has free Tomcat hosting? I'd like to make a small number of Tomcat servlets and JSPs available as part of a code portfolio to show prospective clients and/or employers. Presumably, these would get very litt

Re: Free Tomcat Hosting?

2011-12-16 Thread André Warnier
Rhino wrote: I'm wondering if anyone can tell me of anywhere that has free Tomcat hosting? I'd like to make a small number of Tomcat servlets and JSPs available as part of a code portfolio to show prospective clients and/or employers. Presumably, these would get very little use, just the o

Recall: Free Tomcat Hosting?

2011-12-16 Thread Charlotte Binns
Charlotte Binns would like to recall the message, "Free Tomcat Hosting?". - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Free Tomcat Hosting?

2011-12-16 Thread Charlotte Binns
It may also be worth looking at these: http://www.freewebspace.net/forums/showthread.php?2201697-Free-Web-Hosti ng-.hta-access-Ruby-on-Rails-FFMPEG-TomCat-Python-cPanel-No-Ads http://www.stonerocket.net/freehost.php Never used them myself but I do have friends and colleagues who use them who hav

Re: Free Tomcat Hosting?

2011-12-16 Thread Daniel Mikusa
On Fri, 2011-12-16 at 06:13 -0800, Daniel Mikusa wrote: > On Fri, 2011-12-16 at 05:52 -0800, Rhino wrote: > > I'm wondering if anyone can tell me of anywhere that has free Tomcat > > hosting? > > > > I'd like to make a small number of Tomcat servlets and JSPs available as > > part of a code port

Re: Free Tomcat Hosting?

2011-12-16 Thread Daniel Mikusa
On Fri, 2011-12-16 at 05:52 -0800, Rhino wrote: > I'm wondering if anyone can tell me of anywhere that has free Tomcat > hosting? > > I'd like to make a small number of Tomcat servlets and JSPs available as > part of a code portfolio to show prospective clients and/or employers. > Presumably, t

Re: Access dbf files outside context/docbase

2011-12-16 Thread David kerber
On 12/16/2011 8:54 AM, André Warnier wrote: David kerber wrote: On 12/16/2011 6:03 AM, André Warnier wrote: André Warnier wrote: David Kerber wrote: On 12/15/2011 4:47 PM, Pid wrote: On 15/12/2011 20:56, David kerber wrote: I am trying to figure out how to access .dbf files that are on a ne

Re: Access dbf files outside context/docbase

2011-12-16 Thread André Warnier
David kerber wrote: On 12/16/2011 6:03 AM, André Warnier wrote: André Warnier wrote: David Kerber wrote: On 12/15/2011 4:47 PM, Pid wrote: On 15/12/2011 20:56, David kerber wrote: I am trying to figure out how to access .dbf files that are on a networked drive from my TC 5.5.xx server. I hav

Free Tomcat Hosting?

2011-12-16 Thread Rhino
I'm wondering if anyone can tell me of anywhere that has free Tomcat hosting? I'd like to make a small number of Tomcat servlets and JSPs available as part of a code portfolio to show prospective clients and/or employers. Presumably, these would get very little use, just the occasional glan

Re: Access dbf files outside context/docbase

2011-12-16 Thread David kerber
On 12/16/2011 6:03 AM, André Warnier wrote: André Warnier wrote: David Kerber wrote: On 12/15/2011 4:47 PM, Pid wrote: On 15/12/2011 20:56, David kerber wrote: I am trying to figure out how to access .dbf files that are on a networked drive from my TC 5.5.xx server. I have no trouble with the

RE: keepalive issue

2011-12-16 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: keepalive issue > Since you are under Tomcat 7, you may want to have a look at > the Executor feature. Which has been available since at least Tomcat 6 (I'm too lazy to look at the older docs). > Again, I am not an expert, but if I

Re: Access dbf files outside context/docbase

2011-12-16 Thread André Warnier
André Warnier wrote: David Kerber wrote: On 12/15/2011 4:47 PM, Pid wrote: On 15/12/2011 20:56, David kerber wrote: I am trying to figure out how to access .dbf files that are on a networked drive from my TC 5.5.xx server. I have no trouble with the coding; it all works fine from my Eclipse d

Re: Access dbf files outside context/docbase

2011-12-16 Thread André Warnier
David Kerber wrote: On 12/15/2011 4:47 PM, Pid wrote: On 15/12/2011 20:56, David kerber wrote: I am trying to figure out how to access .dbf files that are on a networked drive from my TC 5.5.xx server. I have no trouble with the coding; it all works fine from my Eclipse dev environment. I bel

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid To: Tomcat Users List Sent: Friday, December 16, 2011 12:35:24 PM Subject: Re: Change Default SSL port on Tomcat On 16/12/2011 08:47, Blaxton wrote: > > > > > >  From: Pid * > To: Tomcat Users List > Sent:

Re: path used for tc-natuve

2011-12-16 Thread André Warnier
Christopher, thanks. You provided the missing pieces. Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, (Just discovered how to type é on my Mac's keyboard.. no more copy/paste for you name!) Thanks for the effot. ;-) It's getting better every year that passes.

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid To: Tomcat Users List Sent: Friday, December 16, 2011 12:35:24 PM Subject: Re: Change Default SSL port on Tomcat On 16/12/2011 08:47, Blaxton wrote: > > > > > >  From: Pid * > To: Tomcat Users List > Sent:

Re: dbcp is mixing up connections

2011-12-16 Thread Aitor Garcia | Tempel.es
Mark: I'm just declaring variables there, no putting logic. You had overlooked log4jdbc, if you have read books in the same way Library log4jdbc is COOL! Works very Well, is really a good

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Pid
On 16/12/2011 08:47, Blaxton wrote: > > > > > > From: Pid * > To: Tomcat Users List > Sent: Friday, December 16, 2011 10:59:02 AM > Subject: Re: Change Default SSL port on Tomcat > > On 16 Dec 2011, at 03:28, Blaxton wrote: > >> Hi >> >> Apache 2.2 is co

Re: path used for tc-natuve

2011-12-16 Thread Gregor S.
Guys, I feel you're seeing thing way too complicated. Chris: > IIRC, Tomcat loads tcnative without a version number in it's name even > when it prefers a version that is of a certain level. I don't believe you're right, since when I upgraded Tomcat5.5 having an old version of tcnative installed

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Blaxton
From: Pid * To: Tomcat Users List Sent: Friday, December 16, 2011 10:59:02 AM Subject: Re: Change Default SSL port on Tomcat On 16 Dec 2011, at 03:28, Blaxton wrote: > Hi > > Apache 2.2 is connected to Tomcat 6.0.29 through mod_jk and all works fine. > >

Re: path used for tc-natuve

2011-12-16 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: path used for tc-natuve This left me intellectually unsatisfied, because I still did not know how Tomcat6 was finding this old tc-native, Already told you: dlopen() is required to look in /usr/lib - as a la

Re: keepalive issue

2011-12-16 Thread André Warnier
Mike Wertheim wrote: I have a Java app running on Tomcat 7.0.21 with APR 1.4.7. The app runs on 64-bit Java 7 Update 1 on CENT OS servers, with an A10 load balancer that sends traffic to the servers. On average, each server is handling about 80 requests per second. We are having problems with