| author | Hristo Iliev | 2010-09-27 07:09:38 (EDT) |
|---|---|---|
| committer | Glyn Normington | 2010-09-27 07:09:38 (EDT) |
| commit | 8ce3f500e41f998a2f119b43b9f0645ced8824f0 (patch) (side-by-side diff) | |
| tree | d264bb15d25d0aa5286a7e89eb35d3a048f101c3 | |
| parent | 1971786de1ffb81b6e1e610759e20302b036e675 (diff) | |
| download | org.eclipse.virgo.documentation-8ce3f500e41f998a2f119b43b9f0645ced8824f0.zip org.eclipse.virgo.documentation-8ce3f500e41f998a2f119b43b9f0645ced8824f0.tar.gz org.eclipse.virgo.documentation-8ce3f500e41f998a2f119b43b9f0645ced8824f0.tar.bz2 | |
bug 326140: document how to set jmx.permissions manually if necessary on Windows
| -rw-r--r-- | user-guide/src/installing.xml | 12 | ||||
| -rw-r--r-- | user-guide/src/virgo-user-guide.xml | 9 |
2 files changed, 14 insertions, 7 deletions
diff --git a/user-guide/src/installing.xml b/user-guide/src/installing.xml index 9cce0cc..43faa32 100644 --- a/user-guide/src/installing.xml +++ b/user-guide/src/installing.xml @@ -114,20 +114,18 @@ export PATH=$JAVA_HOME/bin:$PATH</screen> When starting the @product.name@ on some variants of Windows you might encounter a problem with file permissions. The error looks like this. </para> - <screen>C:\dev\virgo-web-server-2.0.1.BUILD-20091208094124>bin\startup.bat -Error: Exception thrown by the agent : java.io.FileNotFoundException: C:\dev\...\config\ - org.eclipse.virgo.kernel.jmxremote.access.properties (Access is denied)</screen> + <screen>WARNING: jmxPermissions.vbs did not update the permissions of C:\virgo\config\org.eclipse.virgo.kernel.jmxremote.access.properties. Check the file has the correct permissions.</screen> <para> - If the @short.product.name@ starts at this point you can skip this section and carry on. Otherwise, go to the - ‘config’ directory of your install in Windows Explorer and you will be able to confirm the problem, - an incorrect file ownership. + If the @short.product.name@ starts at this point you can skip this section and carry on. However to secure your + installation you have to set correct permissions. To do so, go to the ‘config’ directory of the installation + in Windows Explorer. </para> <para> <imagedata fileref="images/install-windows-1-FileListing.png" /> </para> <para> Right click on the ‘org.eclipse.virgo.kernel.jmxremote.access.properties’ file and view its properties, - then select the ‘Security’ tab. + then select the ‘Security’ tab. Remove all groups and users from the list and select ‘Apply’. </para> <para> <imagedata fileref="images/install-windows-2-SecuritySettings.png" /> diff --git a/user-guide/src/virgo-user-guide.xml b/user-guide/src/virgo-user-guide.xml index 60b26f9..0a96049 100644 --- a/user-guide/src/virgo-user-guide.xml +++ b/user-guide/src/virgo-user-guide.xml @@ -58,6 +58,10 @@ <firstname>Violeta</firstname> <surname>Georgieva</surname> </author> + <author> + <firstname>Hristo</firstname> + <surname>Iliev</surname> + </author> </authorgroup> <legalnotice> @@ -77,6 +81,11 @@ Violeta Georgieva, SAP AG - Tomcat context configuration </para> </listitem> + <listitem> + <para> + Hristo Iliev, SAP AG - Setting jmx.properties permissions + </para> + </listitem> </itemizedlist> </para> </legalnotice> |

