Re: jsp page on Tomcat non loading css

2014-11-08 Thread Konstantin Kolinko
2014-11-06 14:04 GMT+03:00 Alessandro Panzeri alessandro.panzer...@gmail.com: I deployed a war on Tomcat 7 to serve a jsp page. In the jsp page I put this css tag: link href=../css/new_style.css rel=stylesheet type=text/css/ Also, at the beginning of the jsp page I put this: %@ page

Re: isELIgnored default is wrong

2014-11-08 Thread Konstantin Kolinko
I worked around the problem by adding the following to the JSP files: %@ page isELIgnored=false % However, I'd like to understand where the configuration error is occurring as from my perspective nothing changed except OS and Tomcat version. My own efforts have turned up nothing helpful

Re: Spurious Problem starting Tomcat7 (garbled class names)

2014-11-08 Thread Konstantin Kolinko
2014-11-06 19:33 GMT+03:00 Matthias Keller matthias.kel...@ergon.ch: 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

Problem when rebooting....

2014-11-08 Thread Bjørn T Johansen
I have a init script I have been using now for severeal years that has been working without any problems... But since upgrading to Tomcat 8 (now 8.0.14), Tomcat is not coming up if I boot the server.. Here is the output from catalina.out..: 08-Nov-2014 23:03:09.657 INFO [Thread-4]

Re: Problem when rebooting....

2014-11-08 Thread Konstantin Kolinko
2014-11-09 1:08 GMT+03:00 Bjørn T Johansen b...@havleik.no: I have a init script I have been using now for severeal years that has been working without any problems... But since upgrading to Tomcat 8 (now 8.0.14), Tomcat is not coming up if I boot the server.. Here is the output from

Re: Problem when rebooting....

2014-11-08 Thread Bjørn T Johansen
Ok, did a thread dump that resulted in the following dump..: Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode): localhost-startStop-1 #15 daemon prio=5 os_prio=0 tid=0x7fdc84002000 nid=0x702 runnable [0x7fdc8ebe7000] java.lang.Thread.State: RUNNABLE

Re: jsp page on Tomcat non loading css

2014-11-08 Thread Terence M. Bandoian
On 11/7/2014 7:55 PM, Daniel Baktiar wrote: Hi Alessandro, Is there any servlet filter running which modifies the Content-Type headers? Look at the web.xml for filter/ tag. Daniel Baktiar On Thu, Nov 6, 2014 at 7:04 PM, Alessandro Panzeri alessandro.panzer...@gmail.com wrote: I deployed a