1

error while deployment in tomcat

  >C:\Users\SYSTEM7\Documents\NetBeansProjects\webbbbbbb\nbproject\build-impl.xml:1087: Deployment error: Access to Tomcat server has not been authorized. Set the correct username and password with the "manager-script" role in the Tomcat customizer in the Server Manager.
    >See the server log for details.
    >BUILD FAILED (total time: 17 seconds)

    In build-impl.xml:1087 line has following xml Snippet:


    1086: <target if="netbeans.home" name="-run-deploy-nb">
    1087:  <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
    1086: </target>
nobalG
  • 4,544
  • 3
  • 34
  • 72

1 Answers1

0

Provide full permission to administrator in (C:) or else change project workspace & Tomcat Server folder to another drive. This is good working... me and friend tried for a two days and found out.

Priyesh
  • 2,041
  • 1
  • 17
  • 25
Prakash
  • 16
  • 4