<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Today I installed OpenCms 8.0.4 on another Windows 7 desktop
    computer just to check the behaviour what<br>
    cmsshell.hs (.bat) is concerned.<br>
    <br>
    I installed tomcat6.0 and jdk1.7.0_72 (32 bit) in c:\Program files
    (x86)\Apache Software Foundation<br>
    and deployed the opencms.war file as ROOT application. Install went
    fine and after editing JAVA_HOME in cmsshell.bat<br>
    I could run the .bat script without problems and it came back with a
    prompt.<br>
    <br>
    Then I removed opencms 8.0.4 again and installed OpenCms 9.5.0. Also
    as ROOT app. Setup went fine also.<br>
    <br>
    But starting cmsshell.bat just hangs the same way as it does on my
    Ubuntu 14.04 system. <br>
    <br>
    <small><small><font face="Courier New, Courier, monospace">C:\Program
          Files (x86)\Apache Software Foundation\Tomcat
          6.0\webapps\ROOT\WEB-INF>cmsshell<br>
          Using JAVA_HOME:       c:\program files (x86)\Java\jdk1.7.0_72<br>
          Using OPENCMS_HOME:    .<br>
          Using TOMCAT_HOME:     ..\..\..<br>
          Listening for transport dt_socket at address: 8000<br>
          OpenCms WEB-INF path:  "C:\Program Files (x86)\Apache Software
          Foundation\Tomcat<br>
           6.0\webapps\ROOT\WEB-INF".<br>
          OpenCms property file: "C:\Program Files (x86)\Apache Software
          Foundation\Tomcat<br>
           6.0\webapps\ROOT\WEB-INF\config\opencms.properties".<br>
          <br>
          Not starting JLAN server because no config file was found at
          C:\Program Files (x<br>
          86)\Apache Software Foundation\Tomcat
          6.0\webapps\ROOT\WEB-INF\config\jlanConfig<br>
          .xml<br>
          <br>
          Welcome to the OpenCms shell!<br>
          <br>
          <br>
          This is OpenCms 9.5.0.<br>
          <br>
          Copyright (c) 2014 Alkacon Software GmbH<br>
          OpenCms comes with ABSOLUTELY NO WARRANTY<br>
          This is free software, and you are welcome to<br>
          redistribute it under certain conditions.<br>
          Please see the GNU Lesser General Public Licence for<br>
          further details.</font></small></small><br>
    <br>
    Interestingly it says it is listening at port 8000. Under Linux I
    could not see anything binding to<br>
    0.0.0.0:8000 <br>
    <br>
    Windows 7:<br>
    <br>
    <br>
    C:\Windows\system32>netstat -ab | grep 8000<br>
      TCP    0.0.0.0:8000           pc234:0                ABH▒REN<br>
    <br>
    <br>
    C:\Windows\system32>netstat -an | grep 8000<br>
      TCP    0.0.0.0:8000           0.0.0.0:0              ABH▒REN<br>
    <br>
    Does this ring any bells at  TPTB?<br>
  </body>
</html>