Tagged with java

Found the following pages that are tagged with "java".

Tomcat character enconding UTF-8

Posted by Edmund Haselwanter on Oct 09, 2008
Tags: java, tomcat
Technorati Tags: ,

As with EVERY project sooner or later I encounter character encoding problems. This time everything seemed to be ok. UTF-8 settings everywhere I can think of. Did I miss something? Continue Reading…

Tomcat: Too many open files

Posted by Edmund Haselwanter on Mar 13, 2009
Tags: java, tomcat
Technorati Tags: ,

the symptom

If tomcat just respondes with HTTP 500 and you find something like

   1  
   2  org.apache.tomcat.jni.Error: Too many open files
   3         at org.apache.tomcat.jni.Socket.accept(Native Method)
   4         at org.apache.tomcat.util.net.AprEndpoint$Acceptor.run(AprEndpoint.java:1110)
   5         at java.lang.Thread.run(Thread.java:619)
   6  Mar 12, 2009 12:01:34 PM org.apache.tomcat.util.net.AprEndpoint$Acceptor run
   7  SEVERE: Socket accept failed

in catalina.out

Continue Reading…

Glassfish cookbook for chef from opscode

Posted by Edmund Haselwanter on Oct 11, 2009
Tags: chef, Glassfish, java, opschef, opscookbook, Sun
Technorati Tags: , , , , ,

Install and run the Sun Glassfish Application Server from Sun with Chef from Opscode

At the moment its really dumb and just installs Glassfish and runs it:
http://github.com/ehaselwanter/cookbooks/tree/COOK-191/glassfish/