On 06/21/2011 09:32 AM, Piero Campalani wrote: > Thank you Luca. > I'm curious about that. > What do you mean exactly?
For instance, you could: 1) Hard-code the settings in the start-up script; this option is simple and self-contained, but not much flexible; 2) Write many startup scripts (each with a different JVM setting) and setup an alias to start the appropriate configuration, like: alias gsstart='/opt/jetty-6.1.7/bin/jetty-small-instance.sh start' or alias gsstart='/opt/jetty-6.1.7/bin/jetty-large-instance.sh start' After the alias is set, every subsequent invocation of "gsstart" will fire up Jetty with the same configuration (you can set up the aliases user-wide in the $HOME/.bash_profile, or system-wide in the /etc/profile). This option has the benefit of allowing greater customization of the Jetty start-up. Regards, Luca Morandini http://www.lucamorandini.it ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
