Java

(tag)

  • Installing Tomcat 9 behind Apache on CentOS 7

    There are a number of posts on how to do this. I have created this post mostly for my own records so I know I will continue to have a record of what I have done. Setup Ensure you have at least JDK 8, I have the RPM “java-1.8.0-openjdk.x86_64” installed by this point. Create a… read more…

    Installing Tomcat 9 behind Apache on CentOS 7
  • Live editing of a war in JBoss

    When I am writing some JSP or web app or similar I am a real fan of being able to edit a file and the changes get picked up by the application server immediately and I can see my changes quickly. Tomcat has done this for ages but now I need to develop in JBoss… read more…

    Live editing of a war in JBoss
  • Problems with single quotes, JSP and PostgreSQL

    I have a small web app that updates various PostgreSQL tables. I recently updated from Fedora 14 to Fedora 18 and as a result PostgreSQL was updated and I expect JDK as well. All of a sudden I notice I couldn’t update rows which contained strings when the strings had single quotes in them. I… read more…

    Problems with single quotes, JSP and PostgreSQL