RE: Tomcat tried to execute wine! I am going crazy?

2013-01-22 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
It sounds like you are trying to start one of the tomcat .exe files instead of the Linux shell script. Robert Purvis Senior Technical Specialist Systems and Service Delivery NHS Connecting for Health 01392 206691 robert.pur...@nhs.net http://www.connectingforhealth.nhs.uk NHS Connecting for

How to leave this list?

2012-03-16 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
Can anyone tell me how to leave this email list? I have tried sending an email to the unsubscribe address, but that has not worked. This message may contain confidential

RE: How to leave this list?

2012-03-16 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
List Subject: Re: How to leave this list? 2012/3/16 Purvis Robert (NHS CONNECTING FOR HEALTH) robert.pur...@nhs.net: Can anyone tell me how to leave this email list? I have tried sending an email to the unsubscribe address, but that has not worked. Was the mail lost, or there was some specific

RE: mod_jk doesn't map to software-generated web address, but maps to this address when I enter it into browser

2012-02-17 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
I have found that some versions of mod_jk 1.2 don’t work. I use 1.2.14.1 with Apache 2.0.52, and Tomcat 5.5.23. When I tried going up to a higher version of mod_jk then the connection to Tomcat was ignore, as if there was nothing there at all. If you can, get hold of 1.2.14.1 and see if that

RE: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-23 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
Sorry to possibly state the obvious, but are there perhaps files that are not being closed? This can often happen if code goes into a catch, and a file is not closed. Best to have a finally block which checks if a file is open, and closes it. Robert Purvis -Original Message- From:

RE: Sending email ( Tomcat 7 )

2012-01-18 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
java.util.Properties p = new Properties(); javax.mail.Session s = javax.mail.Session.getInstance(p); javax.mail.internet.MimeMessage message = new javax.mail.internet.MimeMessage(s); try { javax.mail.internet.InternetAddress from = new javax.mail.internet.InternetAddress(emailFrom,