Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 4, 2009
1 parent 61b0523 commit ee661cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/en-US/gettingstarted.xml
Expand Up @@ -445,7 +445,7 @@ $> start]]></programlisting>
<programlisting><![CDATA[$> mvn war:inplace tomcat:run -Ptomcat]]></programlisting>

<para>
The advantage of using the embedded server is that changes to assets in src/main/webapp take affect
The advantage of using the embedded server is that changes to assets in src/main/webapp take effect
immediately. If a change to a webapp configuration file is made, the application may automatically redeploy
(depending on the plugin configuration). If you make a change to a classpath resource, you need to execute a
build:
Expand Down Expand Up @@ -504,7 +504,7 @@ $> mvn war:inplace jetty:run -Pjetty]]></programlisting>
</para>

<para>
Any changes to assets in src/main/webapp take affect immediately. If a change to a webapp configuration file is
Any changes to assets in src/main/webapp take effect immediately. If a change to a webapp configuration file is
made, the application may automatically redeploy. The redeploy behavior can be fined tuned in the plugin
configuration. If you make a change to a classpath resource, you need to execute a build and the inplace goal
of the Maven WAR plugin, again with the jetty profile enabled.
Expand Down

0 comments on commit ee661cc

Please sign in to comment.