Hi, here is an short introduction of how to use slf4j’s logback.xml configuration file within an EAR. Everybody who uses slf4j (or other Logging Frameworks) knows the following Problem When you deliver the configuration file of the logging framework within an WAR works everything as expected and without any problems. But if you try this […]
Category Archives: Server
Richfaces Fileuploader stucks in uploading
When you want to use the Richfaces FileUpload on Glassfish ( version > 3.1.1) you may figure out that it won’t work properly. The behavior after pressing the Upload button, is that it stucks in a loop. When you look via a tool like Firebug or something else, you see, that the request is send but […]
Glassfish 3.1.2+: Enable secure admin
Yesterday I updated an old GlassFish (V.3.0.1 (build 43) ) to the current one (V.3.1.2 (build 43)). After the upgrade procedure was done successfully, I encountered the problem that I couldn’t login via browser into the administration UI / console. Glassfish told me that: Secure Admin must be enabled to access the DAS remotely. The […]