0 Replies Latest reply on Mar 1, 2012 10:23 PM by xo_tobacoo

    how  to set development environment  as7?

    xo_tobacoo

      Hi,

      context:jboss-as-7.1.0.Final,standalone,winXp,myeclipse 10, throme

      I have 2 problem:

      1)when I modify any file,my logistic.war would redeploy.

      I just want to repdeploy the file which was modified, how to do?

       

      2)when I commit data use encoding:utf-8,characters changed to be irrecognizable。

      how to setting?

       

      thank you.

       

       

              <subsystem xmlns="urn:jboss:domain:web:1.1" native="false" default-virtual-server="default-host">
                  <configuration>
                      <static-resources file-encoding="utf-8"/>
                      <jsp-configuration development="true" check-interval="true" java-encoding="utf-8"/>
                  </configuration>
                  <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" enable-lookups="true"/>
                  <virtual-server name="default-host" enable-welcome-root="true">
                      <alias name="localhost"/>
                  </virtual-server>
              </subsystem>