Sonntag, 7. September 2014

IntelliJ Tomcat deployment

Note to self:

1) First configure tomcat configuration such that there is a name Tomcat Server (usually Tomcat1) and only THEN configure the webapp.

2) Pay attention to the name (e.g. webapp, webapp(1), webapp(2)) as they are different instances in the project settings that are to be configured separately. Do not assume that webapp is the correct one ;).

Samstag, 5. April 2014

Für mich zum Protokoll

Für clsql brauchte ich folgendes

  • Installation von asdf, quicklisp, mysql-dev via apt
  • asdf und quicklisp einrichten, siehe stackoverflow (diverse .lisp dateien)
  • (ql:quickload "clsql")
  • redirect von apropos mit
     (with-open-file (*standard-output* "/tmp/foo" :direction :output) (apropos ""))
  • (ql:quickload "clsql-uffi") und clsql-mysql
  • qualifizierte funktionsaufrufe von
    http://langnostic.blogspot.de/2011/03/clsql-and-nothing-else.html