From jbosstools-commits at lists.jboss.org Wed Mar 18 06:19:32 2009 Content-Type: multipart/mixed; boundary="===============3986663640498889038==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r14255 - trunk/as/docs/reference/en/modules. Date: Wed, 18 Mar 2009 06:19:32 -0400 Message-ID: --===============3986663640498889038== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2009-03-18 06:19:32 -0400 (Wed, 18 Mar 2009) New Revision: 14255 Modified: trunk/as/docs/reference/en/modules/perspective.xml Log: https://jira.jboss.org/jira/browse/JBDS-595 - adding the note about more st= rict server launches; Modified: trunk/as/docs/reference/en/modules/perspective.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/as/docs/reference/en/modules/perspective.xml 2009-03-18 10:13:28 = UTC (rev 14254) +++ trunk/as/docs/reference/en/modules/perspective.xml 2009-03-18 10:19:32 = UTC (rev 14255) @@ -548,8 +548,8 @@ = Starting from 2.0.0.CR2 version of JBoss AS To= ols the JBoss Server View supports drag-n= -drop of deployable and - runnable projects/resources. - = + runnable projects/resources. +
Dragging to the JBoss Server View @@ -558,9 +558,9 @@
- = + With drag-n-drop the following actions can be performed:= - = + dragging a project to a server will deploy it to= the server and run it by @@ -578,9 +578,9 @@ = dragging a deployable resource (i.e. a datasourc= e ( - -ds.xml) file that= has - been made deployable) will simply deploy that reso= urce directly to the - server + -ds.xml + ) file that has been made deployable) w= ill simply deploy that + resource directly to the server = @@ -769,6 +769,21 @@ url=3D"http://docs.jboss.org/jbossas/guides/installgui= de/r1/en/html/start-stop.html" >here to find parameters which can be specifie= d for JBoss Server. + + + Note: + The Launch Configurations for JBoss Servers are enou= gh strict in enforcing the + configured values in the server in order to avoid inco= nsistencies between + server's and their configured runtime. + + For example, if you change the launch configuration = program arguments to "-c + myConfig" but do not change the target= ed runtime configuration, then your program + arguments will be ignored. The server runtime "wi= ns" so to speak. This ensures + consistency and if you change the location of the runt= ime, your launch + configurations will automatically pick that up. + = + Values are not controlled by the server and its runt= ime setup will be passed on unaltered. + =
--===============3986663640498889038==--