Announcement

Collapse
No announcement yet.

Fehler Deploy Java Webapplication Tomcat NetBeans

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fehler Deploy Java Webapplication Tomcat NetBeans

    Bei Deploy aus NetBeans bekomme ich folgende Fehlermeldung:

    Code:
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    compile:
    compile-jsps:
    In-place deployment at /[Pfad zu workspace]/WebApplication1/build/web
    Deployment is in progress...
    deploy?config=file:/tmp/context3012447790762208733.xml&path=/WebApplication1
    FAIL - Failed to deploy application at context path /WebApplication1
    [Pfad zum workspace]/build-impl.xml:545: The module has not been deployed
    Bitte um rasche Hilfe!
    Danke

  • #2
    /WebApplication1 Pfad wird offenbar nicht gefunden
    Christian

    Comment


    • #3
      Hm, und was soll ich da machen?
      Habe das Projekt ganz normal neu in Netbeans angelegt.
      Was sollte ich da noch wo anpassen?

      Comment


      • #4
        Das passiert wenn du eine Webapplikation neu anlegst und auf run drückst?
        Christian

        Comment


        • #5
          Hallo,

          ich hatte tomcat und netbeans separat aus den repositories installiert (Ubuntu) und das arbeitet scheinbar so nicht so leicht zusammen.
          Ich habe beides jetzt komplett vom System entfernt und das Installer All von http://www.netbeans.com/downloads/index.html geladen und installiert.

          Funktioniert jetzt einwandfrei!
          tomcat und netbeans werden im Zuge der Installation bereits konfiguriert und sind sofort verwendbar.

          Comment


          • #6
            schön, dass es geht
            Christian

            Comment

            Working...
            X