Hello All, I want to profile my application using VisualVM while it runs on the development server. To do this well, the VisualVM documentation says that I need to turn class sharing off for the relevant (development server) JVM instance. I should do this by launching the (development server) application with the "-Xshare:off" argument.
Does anyone know how I can specify the JVM option "-Xshare:off" for the development server? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
