kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

Improvements to persvr startup script #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A couple of improvements:
Make it so you can start persevere OOTB by simply doing:
cd/bin
persvr
(have the persvr check to see if it is in a valid instance directory, and if 
not, go try the parent dir)

Also it would be nice if you could start persevere as a service/background 
process with:
persvr start

Original issue reported on code.google.com by kris...@gmail.com on 28 Apr 2009 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 28 Apr 2009 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 30 Apr 2009 at 4:39

GoogleCodeExporter commented 8 years ago
I think we also want to make sure the current directory is the directory of the
instance application. Not sure if that should be done from the script or from 
code.

Original comment by kris...@gmail.com on 1 May 2009 at 3:49

GoogleCodeExporter commented 8 years ago
a way to pass persvr the min/max java heap sizes (the Xps / Xpx stuff)

Original comment by dty...@gmail.com on 20 May 2009 at 4:28

GoogleCodeExporter commented 8 years ago
Added start and stop support

Original comment by kris...@gmail.com on 29 Jun 2009 at 5:37