Re: Tomcat 6.0.12 in windows vista 64 bits does not start

2010-03-03 Thread iainmac
. Sorry if I need my hand holding but I am very unfamiliar with this. mturk wrote: On 02/26/2010 11:43 AM, iainmac wrote: Thanks - is it safe to use that with 6.0.24? Download from http://commons.apache.org/downloads/download_daemon.cgi Click on the 'browse download area' and go

RE: Tomcat 6.0.12 in windows vista 64 bits does not start

2010-02-26 Thread iainmac
Hi, That link doesnt work - can anyone tell us where its gone? Thanks, Iain n828cl wrote: From: Mr Popo Sama [mailto:mrpopo...@yahoo.com.ar] Subject: Re: Tomcat 6.0.12 in windows vista 64 bits does not start sorry it is tomcat version 6.0.18 not .12 - Mensaje original De: Mr

Re: Tomcat 6.0.12 in windows vista 64 bits does not start

2010-02-26 Thread iainmac
Thanks - is it safe to use that with 6.0.24? Mark Thomas wrote: On 26/02/2010 10:15, iainmac wrote: Hi, That link doesnt work - can anyone tell us where its gone? http://svn.apache.org/repos/asf/tomcat/trunk/res/procrun/amd64/ The binary is from commons daemon. Mladen just did

6.0.24 SSL Session always New

2010-02-19 Thread iainmac
Hi, I have just moved from 5.0.18 to 6.0.24 using JSSE for SSL. I have a web application that checks for a current session, and if there isn't one it sends the user to a login screen. This is working fine from Explorer as it did before in the previous version of Tomcat, but it keeps saying the

Re: 6.0.24 SSL Session always New

2010-02-19 Thread iainmac
Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain, On 2/19/2010 7:02 AM, iainmac wrote: I have just moved from 5.0.18 to 6.0.24 using JSSE for SSL. I have a web application that checks for a current session, and if there isn't one it sends the user

Re: 6.0.24 SSL Session always New

2010-02-19 Thread iainmac
Thanks I think it must be something to do with that. Eric Lenio-5 wrote: On Fri, Feb 19, 2010 at 12:02:18PM +, iainmac wrote: Hi, I have just moved from 5.0.18 to 6.0.24 using JSSE for SSL. I have a web application that checks for a current session, and if there isn't one

Re: 6.0.24 SSL Session always New

2010-02-19 Thread iainmac
, although if anyone knows why its not consistent across all browsers please let me know. Thanks. awarnier wrote: iainmac wrote: Hi, I have just moved from 5.0.18 to 6.0.24 using JSSE for SSL. I have a web application that checks for a current session, and if there isn't one it sends

SSL APR Tomcat 6.0.20 Not Working

2010-02-18 Thread iainmac
Hi, I am trying to upgrade from 5.0.16 to 6.0.20 and also try to use the APR, with SSL. I had SSL working fine in 6.0.20 with JSSE (i.e. not APR SSL). I have used http://conshell.net/wiki/index.php/Keytool_to_OpenSSL_Conversion_tips to get my private key file and added this to my

Re: SSL APR Tomcat 6.0.20 Not Working

2010-02-18 Thread iainmac
I changed TLSv1 to just TLS and it worked iainmac wrote: Hi, I am trying to upgrade from 5.0.16 to 6.0.20 and also try to use the APR, with SSL. I had SSL working fine in 6.0.20 with JSSE (i.e. not APR SSL). I have used http://conshell.net/wiki/index.php

Stack Trace debug to screen

2010-01-18 Thread iainmac
Hi, I am upgrading from Tomcat 5 to 6. When developing I run Tomcat from the command line so I can see the debug as it happens, but with Tomcat 6 I can see the debug that I have coded but when there is a Tomcat exception, it doesn't appear in the command line window any more although it is in

Re: Stack Trace debug to screen

2010-01-18 Thread iainmac
into it. Thanks for getting me this far. Konstantin Kolinko wrote: 2010/1/18 iainmac iain_macau...@hotmail.com: Hi, I am upgrading from Tomcat 5 to 6. When developing I run Tomcat from the command line so I can see the debug as it happens, but with Tomcat 6 I can see the debug that I have

Re: The code of method _jspService(...) is exceeding the 65535 byteslimit

2010-01-18 Thread iainmac
Hi, I am moving from Tomcat 5 to 6, and jsp's that worked fine in 5 now give me this length error. I also have moved from java j2sdk1.4.1_02 to jdk1.6.0_18. I know I can rewrite the code, and over time I probably will, but is there a way of configuring Tomcat 6 to enable me to compile these

Re: allowTrace=false allowing Trace Method

2010-01-14 Thread iainmac
what it was supposed to. I was flummoxed when it didn't work n the new box. Iain Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian, On 1/13/2010 12:37 PM, iainmac wrote: I need to disable TRACE to pass a security scan, so I added allowTrace=false to all my

allowTrace=false allowing Trace Method

2010-01-13 Thread iainmac
Hi, I need to disable TRACE to pass a security scan, so I added allowTrace=false to all my connectors, but its still allowing TRACE! I had to work around with urlrewrite and a jsp with 1 line which was response.sendError(response.SC_NOT_IMPLEMENTED , NOT IMPLEMENTED); However I would prefer