Salve a tutti,
da qualche giorno sto avendo problema con il debug su netbeans.
Prasticamento leggo due messaggi un pochino strani :
dopo un bel po' di tempo che aspetto mi viene mostrato il seguente messaggio:codice:AVVERTENZA: [SetPropertiesRule]{Server/Service/Engine/Realm/Realm} Setting property 'debug' to '99' did not find a matching property. 1-set-2011 11.56.08 org.apache.tomcat.util.digester.SetPropertiesRule begin AVVERTENZA: [SetPropertiesRule]{Server/Service/Engine/Realm/Realm} Setting property 'debug' to '1' did not find a matching property.
C:\Documents and Settings\Administrator\Documenti\NetBeansProjects\ MIT_MKD\nbproject\build-impl.xml:925: Starting of Tomcat failed.
BUILD FAILED (total time: 3 minutes 12 seconds)
Clicco sull'errore e vado alla riga 925
<!--
DEBUGGING SECTION
-->
<target depends="init,-init-cos,compile,compile-jsps,-do-compile-single-jsp,-pre-dist,-do-tmp-dist-with-manifest,-do-tmp-dist-without-manifest" description="Debug project in IDE." if="netbeans.home" name="debug">
riga 925------------> eccola <nbstartserver debugmode="true"/>
<antcall target="connect-debugger"/>
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="true" forceRedeploy="true"/>
<antcall target="debug-display-browser"/>
<antcall target="connect-client-debugger"/>
</target>
Secondo voi potrei rigenerare o ricostruire il file build-impl.xml???????????

Rispondi quotando