tags java


published by Edmund Haselwanter on Wednesday, September 17, 2008

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

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

the symptom

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

org.apache.tomcat.jni.Error: Too many open files
       at org.apache.tomcat.jni.Socket.accept(Native Method)
       at org.apache.tomcat.util.net.AprEndpoint$Acceptor.run(AprEndpoint.java:1110)
       at java.lang.Thread.run(Thread.java:619)
Mar 12, 2009 12:01:34 PM org.apache.tomcat.util.net.AprEndpoint$Acceptor run
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

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/

Data Driven Deployment of a Java Web Application with Chef Solo and Vagrant

Posted by DI Edmund Haselwanter on Apr 16, 2011
Tags: java, ruby, vagrant

Chef Application Cookbook Showcase

This Vagrant project on github ( https://github.com/iteh/vagrant-demos/ ) showcases the application cookbook for chef

read on iteh.at