Re: Spurious Problem starting Tomcat7 (garbled class names)

2014-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthias, On 11/6/14 11:33 AM, Matthias Keller wrote: > We have a spurious problem which still happened quite a few times > but is not really reproducible since it only occurs on every 1000. > startup or something. The effect is that tomcat scans al

Spurious Problem starting Tomcat7 (garbled class names)

2014-11-06 Thread Matthias Keller
Hi We have a spurious problem which still happened quite a few times but is not really reproducible since it only occurs on every 1000. startup or something. The effect is that tomcat scans all class files but somewhere something goes wrong and it tries to load an invalid class name which is o

Re: Security Best Practices on Windows Service

2014-11-06 Thread Aurélien Terrestris
>In my previous employment, we did that. Create a local user account and set permissions to the Tomcat installation directory and optional CATALINA_BASE (if you separated them). I agree with this (done hundreds of times), and you can set rights with xcacls. However this reminds us that usually th

Re: Tomcat JDBC pool - too many connections in TIME_WAIT state

2014-11-06 Thread Daniel Mikusa
On Thu, Nov 6, 2014 at 2:36 AM, Vasily Kukhta wrote: > I have received additional details - the application starts getting > "java.sql.SQLException: Listener refused the connection with the following > error: ORA-12519, TNS:no appropriate service handler found", although the > amount of listeners

jsp page on Tomcat non loading css

2014-11-06 Thread Alessandro Panzeri
I deployed a war on Tomcat 7 to serve a jsp page. In the jsp page I put this css tag: Also, at the beginning of the jsp page I put this: <%@ page contentType="text/html;charset=utf-8" %> However when I contact via browser such jsp page, the css is NOT loaded and I found that the reason is (re

Re: From HTTP to HTTPS request.getHeader("referer")

2014-11-06 Thread Léa Massiot
Hello and thank you for your answers. I would like to say that my problem is solved (even though I would like to answer the remarks you made). I can't really tell what combination of adjustments (see my previous posts) are responsible for it. I just did things with more care than when I do things

Re: Security Best Practices on Windows Service

2014-11-06 Thread Aurélien Terrestris
>In my previous employment, we did that. Create a local user account and set permissions to the Tomcat installation directory and optional CATALINA_BASE (if you separated them). I agree with this (done hundreds of times), and you can set rights with xcacls. However this reminds us that usually th

Re: Tomcat JDBC pool - too many connections in TIME_WAIT state

2014-11-06 Thread chris derham
On 6 November 2014 05:36, Vasily Kukhta wrote: > I have received additional details - the application starts getting > "java.sql.SQLException: Listener refused the connection with the following > error: ORA-12519, TNS:no appropriate service handler found", although the > amount of listeners in the