User Activity

  • Posted a comment on discussion Help on Hermes

    Steps to get Hermes to work under Windows 11: Hack the installer jar, to remove the need for Admin rights for the start menu entry: res/shortcutSpec.xml keep only an empty <shortcuts></shortcuts> Use a 32 bit Java 8 run the installer.jar replace lib/xercesImpl.jar with a current one hermes.bat set JAVA_HOME=C:\util\jdk\jdk8u352-b08_x86 set HERMES_HOME=C:\util\HermesJMS set HOME=%USERPROFILE% to see possible exceptions, at the end replace start javaw with "%JAVA_HOME%\bin\java"

  • Posted a comment on discussion Open Discussion on KeePass

    It took me some time to get a copy-to-ssh-server action working. To debug, it would help if you could add two options to the action definition: [ ] keep action window open [ ] print expanded command line to action window Or, log expanded command line and command output to a file. Anyway: the working action (would probably have been easier to outsource it to a batch file): "%comspec%" /C ""%ProgramFiles(x86)%\PuTTY\pscp.exe" -i %USERPROFILE%\Documents\private\sshkeys\weberjn_myserver.ppk "{DB_PATH}"...

  • Posted a comment on discussion General Discussion on VeraCrypt

    is there an sftp frontend for VeraCrypt? Idea is to start it like veracrypt --sftpd --port 4022 mycontainer as user mode demon on a server and access it from anywhere with an sftp client. This would be secure client to container. no need for root or mounting. Fast network acess as only individual files would go over the wire. ftp password would be container password. this would be 3. in https://www.veracrypt.fr/en/Sharing%20over%20Network.html

  • Created ticket #1901 on jEdit

    Lucene broken with 1.9

  • Posted a comment on ticket #118 on The Grinder

    One can collect CPU Load and Memory from OperatingSystemMXBean in the script and add it to a Datalog Expression: grinder.statistics.registerDataLogExpression("Load", "userDouble0") .. jmx = ... load = jmx.getOperatingSystemMXBean().getSystemLoadAverage() grinder.statistics.forCurrentTest.setDouble("userDouble0", load) Still it would be nice if the framework could do this.

  • Posted a comment on ticket #102 on SemanticScuttle

    Well, I gave up and re-implemented the thing in Java: https://github.com/weberjn/jBM

  • Created ticket #118 on The Grinder

    collect CPU Load and Memory

  • Posted a comment on ticket #8 on Cuckoo Resource Adapter for SAP

    Carsten, indeed there is in my notes: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)...

View All

Personal Data

Username:
weberjn
Joined:
2003-11-27 10:38:36
Location:
Germany / CEST
Gender:
Male

Projects

This is a list of open source software projects that Juergen Weber is associated with:

  • JSPWiki Plugins JSPWiki Plugins Last Updated:
  • Project Logo jEdit jEdit is a programmer's text editor written in Java. Last Updated:

Skills

This is a list of skills that Juergen Weber possesses:

  • Java
  • C++
  • Linux
  • Distributed Computing

Personal Tools