Re: Problem in apache tomact 6.0

2012-01-19 Thread Uttpal Kachhawa
Hi I understood the above sentence bt according to that error i had change the port number inside server.xml file and then again restart it then dont know wht is prblm here. actually i import existing prjct on my machine and then install apache tomcat mannually in eclipse then after it when

Re: Problem in apache tomact 6.0

2012-01-19 Thread Pid
On 19/01/2012 08:18, Uttpal Kachhawa wrote: Hi I understood the above sentence bt according to that error i had change the port number inside server.xml file and then again restart it then dont know wht is prblm here. actually i import existing prjct on my machine and then install

Re: Problem in apache tomact 6.0

2012-01-19 Thread Uttpal Kachhawa
Hi I am using OS -Windows Version of server -6.0(apache tomcat) eclipse-Gallileo LOG ERROR: Port 8009 required by Tomcat v6.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port.

Re: Problem in apache tomact 6.0

2012-01-19 Thread Pid
On 19/01/2012 08:49, Uttpal Kachhawa wrote: Hi I am using OS -Windows Windows NT? Windows 2.0? Windows ME? Version of server -6.0(apache tomcat) There are 35 versions of Tomcat 6.0. I will assume that you are using Tomcat 6.0.3. Upgrade! Upgrade! Upgrade! Thanks.

Re: Problem in apache tomact 6.0

2012-01-19 Thread Mikolaj Rydzewski
On Thu, 19 Jan 2012 14:19:02 +0530, Uttpal Kachhawa wrote: Connector port=8009 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / Connector port=8009 protocol=AJP/1.3 redirectPort=8443 / You have at least two connectors bound to the same

hi

2012-01-19 Thread lukky 410
hi

Re: Problem in apache tomact 6.0

2012-01-19 Thread Uttpal Kachhawa
Hi I am using 6.03 version and OS -2002 Service pack 2 Windows professional K i am sending u the file of .xml which is attached with mail plz look over it On Thu, Jan 19, 2012 at 2:32 PM, Pid p...@pidster.com wrote: On 19/01/2012 08:49, Uttpal Kachhawa wrote: Hi I am using OS

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread André Warnier
mandg wrote: Thanks guys- that was all good info. So I gather now that I'll leave the AJP connector configuration alone and instead focus on getting the APR piece to work for SSL - I do in fact have the tcnative-1.dll file present in my /bin directory so I'm pretty confident now that my server

Re: More, Re: Problem bringing up SSL with a CA certificate

2012-01-19 Thread Ognjen Blagojevic
James, On 19.1.2012 1:41, James Lampert wrote: secondary, Jan 18, 2012, trustedCertEntry, Certificate fingerprint (MD5): EB:A3:71:66:38:5E:3E:F4:24:64:ED:97:52:E9:9F:1B wintouch, Jan 18, 2012, trustedCertEntry, Certificate fingerprint (MD5): 55:D7:4D:D4:83:01:D6:E0:EB:A4:F3:9A:06:BD:87:38

Re: Problem in apache tomact 6.0

2012-01-19 Thread Uttpal Kachhawa
Hi why r u not replying? On Thu, Jan 19, 2012 at 2:44 PM, Uttpal Kachhawa buntycoo...@gmail.comwrote: Hi I am using 6.03 version and OS -2002 Service pack 2 Windows professional K i am sending u the file of .xml which is attached with mail plz look over it On Thu, Jan 19,

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread mandg
Well, there is the AJP connector but I gather that shouldn't matter - here's the full server.xml: ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / Listener

Re: Problem in apache tomact 6.0

2012-01-19 Thread André Warnier
Uttpal Kachhawa wrote: Hi why r u not replying? -- *I BELIEVE IN TIT FOR TAT* read this : http://catb.org/esr/faqs/smart-questions.html It fits with your motto above also. - To unsubscribe, e-mail:

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread André Warnier
mandg wrote: Well, there is the AJP connector but I gather that shouldn't matter - here's the full server.xml: ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / Listener

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread Pid
On 19/01/2012 05:29, mandg wrote: handler start failed: java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted. Is there an existing version of the application already running? Does the application bind

Cannot inherit from final class

2012-01-19 Thread aaron.stromas
Hello, I have deployed Axis2 v1.6.1 and deployed in it a web service using Spring v1.2.8. Upon accessing the service with the web services client I am getting the following stack trace in Tomcat v.6.0. I'm quite at loss. Any idea? TIA [ERROR] Cannot inherit from final class

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread Bilal S
If you are running windows, have you tried to connect to IIS via HTTPS and then via AJP to tomcat? I find that this is much easier solution then trying to configure HTTPS on tomcat or apache httpd.

Re: More, Re: Problem bringing up SSL with a CA certificate

2012-01-19 Thread James Lampert
Ognjen Blagojevic wrote: You must find keystore with earlier generated key pair (the one you also used to generate CSR for CA), and import all three certificates into that keystore. Dear Ognjen: Thanks. That does sound vaguely like something we went through ourselves some years ago, when

New development, Re: More, Re: Problem bringing up SSL with a CA certificate

2012-01-19 Thread James Lampert
Ognjen Blagojevic wrote: You must find keystore with earlier generated key pair (the one you also used to generate CSR for CA), and import all three certificates into that keystore. Dear Ognjen: At this point, I still don't have the keystore used to generate the CSR, but I *do* now have

Cannot rid of expired Certificate ...

2012-01-19 Thread Andrew Erskine
I have a self certificate that expired today. I removed the certificate from the keystore which the server.xml is pointin= g at and generated a new one with the same alias and I can see that cert in= the keystore. I've been through all my certificate locations on firefox and removed any

BonCode AJP Connector 1.0rc ready - AJP from IIS to Tomcat

2012-01-19 Thread Bilal S
After close to a year of development and help of countless volunteers version 1.0rc is finally available. Many thanks to all the people that helped. This was done despite the discouragement from the Apache foundation how nuts we were to even try to improve this old horse. We simply needed a better

Re: Cannot rid of expired Certificate ...

2012-01-19 Thread Darryl Lewis
Did you restart tomcat? On 20/01/12 5:00 AM, Andrew Erskine a.ersk...@darasoft.com wrote: I have a self certificate that expired today. I removed the certificate from the keystore which the server.xml is pointin= g at and generated a new one with the same alias and I can see that cert in=

Re: Cannot rid of expired Certificate ...

2012-01-19 Thread Andrew Erskine
Yep .. And bounced the box for good measure. On 19 Jan 2012, at 20:54, Darryl Lewis darryl.le...@unsw.edu.au wrote: Did you restart tomcat? On 20/01/12 5:00 AM, Andrew Erskine a.ersk...@darasoft.com wrote: I have a self certificate that expired today. I removed the certificate from

RE: [SOLVED] Cannot inherit from final class

2012-01-19 Thread aaron.stromas
The problem was in httpclient. Axis comes with version 4.0 while I was building against 4.12 and also packaging it in .aar, so I'm also using 4.0 too and all is peachy. -a -Original Message- From: aaron.stro...@rsa.com [mailto:aaron.stro...@rsa.com] Sent: Thursday, January 19, 2012

Re: [SOLVED] Cannot inherit from final class

2012-01-19 Thread Pid
On 19/01/2012 21:38, aaron.stro...@rsa.com wrote: deployed in it a web service using Spring v1.2.8 Are you really using Spring 1.2.8? p -- [key:62590808] signature.asc Description: OpenPGP digital signature

RE: [SOLVED] Cannot inherit from final class

2012-01-19 Thread aaron.stromas
Ugm. Axis2 sample uses it, so did I -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, January 19, 2012 5:32 PM To: Tomcat Users List Subject: Re: [SOLVED] Cannot inherit from final class On 19/01/2012 21:38, aaron.stro...@rsa.com wrote: deployed in it a web service

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread mandg
Good questions about the application - I really don't know so I've passed this on to the consultants doing the install. I think there is something related to the application because when I specified https port 8444 in place of 8443 withing the connector I got the same error message on startup.

Re: Cannot rid of expired Certificate ...

2012-01-19 Thread Brooke Hedrick
Are you sure you updated the correct keystore? Which o/s are you running? On Jan 19, 2012 2:54 PM, Darryl Lewis darryl.le...@unsw.edu.au wrote: Did you restart tomcat? On 20/01/12 5:00 AM, Andrew Erskine a.ersk...@darasoft.com wrote: I have a self certificate that expired today. I