Uploaded image for project: 'Commons Daemon'
  1. Commons Daemon
  2. DAEMON-86

[daemon] procrun --User and --Password options do not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.2
    • None
    • None
    • Windows 2000, 2003, XP

    Description

      Using procrun as tomcat5.exe from Tomcat 5.5.17 distribution, I am unable to set the user and password using --User and --Password options, I searched in the mailing list archive, it seems that several users have experienced this bug but no solution was provided.

      I tried the following:

      tomcat5.exe //US// --User tomcat_usr --Password 1qaZ2wsX

      tomcat5.exe //US// --User "tomcat_usr" --Password "1qaZ2wsX"

      tomcat5.exe //US// --User .\tomcat_usr --Password 1qaZ2wsX

      tomcat5.exe //US// --User ".\tomcat_usr" --Password 1qaZ2wsX

      tomcat5.exe //US// --User ".\tomcat_usr" --Password "1qaZ2wsX"

      I tested both on Windows 2000, 2003 and XP, no luck.

      I also tried using environment variables PR_USER and PR_PASSWORD: also not working.

      Finally, I ended up by using the "sc" command but it does not exist in Windows 2000.

      sc config tomcat5 obj= .\tomcat_usr password= "1qaZ2wsX"

      So having these options working would help automatic deployment

      Attachments

        Activity

          People

            Unassigned Unassigned
            gmarziou Gael Marziou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: