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
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
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
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
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
-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
-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
-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
-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
> 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
-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
-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
-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
-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
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
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
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
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
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
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
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
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"
>
>
> 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
> 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
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
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
> 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
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
> 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
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,
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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:
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.
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:
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
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
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
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.
>
>
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
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
54 matches
Mail list logo