Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-237

Tomcat-vault.bat wrong message

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Minor
    • None
    • JWS 3.0.1
    • None
    • None

    Description

      There is wrong output when .bat script can`t find .jar file

      rem Find jboss-modules.jar, or we can't continue
      set "JBOSS_RUNJAR=%JBOSS_HOME%\modules\system\layers\base\tomcat-vault\main\tomcat-vault.jar"
      if not exist "%JBOSS_RUNJAR%" (
        echo Could not locate "%JBOSS_RUNJAR%".
        echo Please check that you are in the bin directory when running this script.
        goto END
      )
      

      "Please check that you are in the bin directory when running this script" >> This is not correct

      In .bat script JBOSS_HOME is set up automaticly to working directory if not set, therefore your working directory should be uziped folder with scripts

      Attachments

        Activity

          People

            rhn-support-csutherl Coty Sutherland
            bsikora Bogdan Sikora (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: