Unsure on error: PojoEndpointBase or no Session data in chat websocket app

2014-05-01 Thread Stacy.Mader
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 SetSession chatroomUsers =

RE: Unsure on error: PojoEndpointBase or no Session data in chat websocket app

2014-05-01 Thread Konstantin Preißer
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

Re: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-05-01 Thread L. HAYWARD
On 30/04/14 23:39, Konstantin Kolinko wrote: 2014-05-01 2:00 GMT+04:00 Hayward, Leigh lh...@student.le.ac.uk: 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

Re: Regarding i think an intrusion

2014-05-01 Thread Cédric Couralet
2014-04-30 19:07 GMT+02:00 Christopher Schultz ch...@christopherschultz.net : -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

RE: Need How-To Authenticate with built-in SPNEGO and Authorize with a DataSourceRealm or JAAS database role lookup.

2014-05-01 Thread Troyer, Ron
Hi Felix, Thanks for the response. Maybe I am thinking about this the wrong way. In my mind I expected the security-constraint to name a Realm to use. Then the combined Realm would specify the JAASRealm to do the krb5 authenticate followed by the DataSourceRealm to get the roles. Now I see

Compiling mod_jk in CentOs release 6.5

2014-05-01 Thread Fidelis Mnyanyi
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

OpenSSL and keytool misery

2014-05-01 Thread Christopher Schultz
-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

Re: Compiling mod_jk in CentOs release 6.5

2014-05-01 Thread Christopher Schultz
-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

Re: High CPU Usage on restarting the Tomcat 7.0.39

2014-05-01 Thread srinivas rapolu
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

Re: Compiling mod_jk in CentOs release 6.5

2014-05-01 Thread Mark Eggers
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: OpenSSL and keytool misery

2014-05-01 Thread Daniel Mikusa
On May 1, 2014, at 7:56 AM, Christopher Schultz ch...@christopherschultz.net 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

Re: OpenSSL and keytool misery

2014-05-01 Thread Christopher Schultz
-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 ch...@christopherschultz.net wrote: All, I've been trying to convert an OpenSSL-generated key and certificate into a keystore for use with

RE: OpenSSL and keytool misery

2014-05-01 Thread Martin Gainty
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: /snip Key Attributes X509v3 Key Usage: nn /snip please verify Martin

RE: Need How-To Authenticate with built-in SPNEGO and Authorize with a DataSourceRealm or JAAS database role lookup.

2014-05-01 Thread Felix Schumacher
Hi Ron, On 1. Mai 2014 16:52:13 MESZ, Troyer, Ron arthur.tro...@honeywell.com wrote: Hi Felix, Thanks for the response. Maybe I am thinking about this the wrong way. In my mind I expected the security-constraint to name a Realm to use. Then the combined Realm would specify the JAASRealm to

RE: Need How-To Authenticate with built-in SPNEGO and Authorize with a DataSourceRealm or JAAS database role lookup.

2014-05-01 Thread Troyer, Ron
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

RE: Setup Issue tomcat 6 SLES 11 SSL

2014-05-01 Thread Terence M. Bandoian
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

Re: Regarding i think an intrusion

2014-05-01 Thread Christopher Schultz
-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 ch...@christopherschultz.net : Leonardo, On 4/30/14, 12:48 PM, Leonardo Santagostini wrote: Im uploading mi logfiles so it will be

Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-05-01 Thread Konstantin Kolinko
2014-04-30 18:00 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: Konstantin, On 4/29/14, 7:17 PM, Konstantin Kolinko wrote: 2014-04-29 12:28 GMT+04:00 Fredrik fredrik.l.stigb...@sitevision.se: Hello. We're using jamm (https://github.com/jbellis/jamm) a java agent for measuring

Reg: Connection pool

2014-05-01 Thread Anu Prab
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

Remote JMX Connection to Tomcat 7

2014-05-01 Thread Alexander
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