Ticket #1032 (closed task: fixed)
Add python wrapper script around startup Java
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0-Beta3.1 |
| Component: | Deployment | Version: | 3.0-M1 |
| Keywords: | python, java, startup | Cc: | callan |
Description
import os
os.execvp("java",["java",...])
could go a long way in creating sensible start up configurations based on operating system, environment variables, available memory and processors, etc.
This would also simplify debugging parameters in etc/grid/templates.xml.
Change History
Note: See
TracTickets for help on using
tickets.
