I am hoping this is the proper forum for my problem. I have enabled the
JmxRemoteLifeCycleListener and able to connect to tomcat 7 using
jconsole etc. using the following url.
service:jmx:rmi://10.92.12.88:10002/jndi/rmi://10.92.12.88:10001/jmxrmi
However as soon as I try to connect from my ow
Hi,
We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling
connections.
We are able to pool connections for different aliases. But for one alias,
connections are not pooling. The user and password is good because the same
alias in apache dbcp works fine.
Why are we not able
2014-04-30 18:00 GMT+04:00 Christopher Schultz :
>
> Konstantin,
>
> On 4/29/14, 7:17 PM, Konstantin Kolinko wrote:
>> 2014-04-29 12:28 GMT+04:00 Fredrik
>> :
>>> Hello. We're using jamm (https://github.com/jbellis/jamm) a java
>>> agent for measuring object memory usage, passing the javaagent
>>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Cédric,
On 5/1/14, 10:00 AM, Cédric Couralet wrote:
> 2014-04-30 19:07 GMT+02:00 Christopher Schultz
> > :
>
> Leonardo,
>
> On 4/30/14, 12:48 PM, Leonardo Santagostini wrote:
Im uploading mi logfiles so it will be available when
finishe
On 4/30/2014 3:35 PM, Vincent T. DiScipio wrote:
Terence,
I poked around in the configuration file and knew it was something I did to
screw it up. I just scrapped the install and started from fresh.
Thanks for the reply
Vince DiScipio
Director of Digital Infrastructure
The College of Wooster
Thanks Felix,
That is just what I needed. Once I got my head screwed on straight it makes
perfect sense.
Best Regards
Ron
-Original Message-
From: Felix Schumacher [mailto:felix.schumac...@internetallee.de]
Sent: Thursday, May 01, 2014 1:42 PM
To: Tomcat Users List
Subject: RE: Need H
Hi Ron,
On 1. Mai 2014 16:52:13 MESZ, "Troyer, Ron" wrote:
>Hi Felix,
>
>Thanks for the response.
>
>Maybe I am thinking about this the wrong way. In my mind I expected
>the to name a to use. Then the combined
> would specify the JAASRealm to do the krb5 authenticate
>followed by the DataSo
apparently the provided cert that came with your P12 is not a X509v3 cert
assuming $1 is the root name of the PEM file
openssl pkcs12 -in $1.p12 -out $1.pem -nodes -clcerts
vi $1.pem
and you should see something like:
Key Attributes
X509v3 Key Usage: nn
please verify
Martin
> Subject:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Dan,
On 5/1/14, 11:53 AM, Daniel Mikusa wrote:
> On May 1, 2014, at 7:56 AM, Christopher Schultz
> wrote:
>
> All,
>
> I've been trying to convert an OpenSSL-generated key and
> certificate into a keystore for use with Tomcat. I had given up on
>
On May 1, 2014, at 7:56 AM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> All,
>
> I've been trying to convert an OpenSSL-generated key and certificate
> into a keystore for use with Tomcat. I had given up on this months ago
> and now I'm resuming my attemp
On 5/1/2014 7:59 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Fidelis,
On 5/1/14, 10:53 AM, Fidelis Mnyanyi wrote:
Hi everyone,
I am trying to setup apache http server to work with tomcat 7
through the jk connector (version 1.2.40-src). My server is CentOs
re
Hi, any clue can draw from the screenshot is really appreciated.
http://www.imageurlhost.com/images/souyh4ks07ber4kwu9u.png
I can get the thread dump if it is needed to figure out the root cause.
Thanks for the help!
On Wed, Apr 30, 2014 at 4:24 PM, srinivas rapolu
wrote:
> #1. Sorry, was not a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Fidelis,
On 5/1/14, 10:53 AM, Fidelis Mnyanyi wrote:
> Hi everyone,
>
> I am trying to setup apache http server to work with tomcat 7
> through the jk connector (version 1.2.40-src). My server is CentOs
> release 6.5. I couldn't find the binary di
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I've been trying to convert an OpenSSL-generated key and certificate
into a keystore for use with Tomcat. I had given up on this months ago
and now I'm resuming my attempts.
What I've done so far:
1. Created an RSA private key using openssl
2
Hi everyone,
I am trying to setup apache http server to work with tomcat 7
through the jk connector (version 1.2.40-src). My server is CentOs release 6.5.
I couldn't find the binary distribution of mod_jk for CentOs release 6.5 on the
net.
I am trying to compile it from source but I am getting
Hi Felix,
Thanks for the response.
Maybe I am thinking about this the wrong way. In my mind I expected the
to name a to use. Then the combined
would specify the JAASRealm to do the krb5 authenticate followed by the
DataSourceRealm to get the roles. Now I see that the tag doesn't have
a
2014-04-30 19:07 GMT+02:00 Christopher Schultz :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Leonardo,
>
> On 4/30/14, 12:48 PM, Leonardo Santagostini wrote:
> > Im uploading mi logfiles so it will be available when finished
> > uploading.
>
> Remember to get a thread dump while Runtim
On 30/04/14 23:39, Konstantin Kolinko wrote:
2014-05-01 2:00 GMT+04:00 Hayward, Leigh :
OK so I just spent an age trying to push my project to a GitHub repositry but
I think i must just be too tired to use my brain correctly.
Eventally gave up and just pasted my servlet into a file there.
http
Hi,
> -Original Message-
> From: stacy.ma...@csiro.au [mailto:stacy.ma...@csiro.au]
> Sent: Thursday, May 1, 2014 12:45 PM
>
> Hi all,
>
> Just starting out with Tomcat v7.0.53, running under Java SE 1.7.0_51 with
> Mac OSX 10.9. I am writing a chat application using websockets. I have a
Hi all,
Just starting out with Tomcat v7.0.53, running under Java SE 1.7.0_51 with Mac
OSX 10.9. I am writing a chat application using websockets. I have a method
getUserNames() which allows me to list all logged on users via Session
chatroomUsers:
static Set chatroomUsers = Collections.synch
20 matches
Mail list logo