[infinispan-issues] [JBoss JIRA] Work started: (ISPN-353) Add a single shell script to handle cache server startup
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Tue Mar 9 06:08:00 EST 2010
[ https://jira.jboss.org/jira/browse/ISPN-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on ISPN-353 started by Galder Zamarreno.
> Add a single shell script to handle cache server startup
> --------------------------------------------------------
>
> Key: ISPN-353
> URL: https://jira.jboss.org/jira/browse/ISPN-353
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cache Server
> Reporter: Manik Surtani
> Assignee: Galder Zamarreno
> Fix For: 4.1.0.ALPHA1, 4.1.0.Final
>
>
> Rather than having separate startup scripts for memcached and hotrod, a single script should be used, which would take in a "protocol" parameter to determine which server module to start.
> From my email to infinispan-dev:
> "I notice you have a memcached.sh script to start the memcached server. I believe this should be something like startServer.sh, given that we are not actually starting memcached? ;)
> And perhaps the script could be reused for HotRod as well ... passing in a flag to specify which protocol to speak, perhaps something like:
> $ startServer.sh -p memcached
> or
> $ startServer.sh -p hotrod
> Perhaps org.infinispan.server.memcached.Main could be in the server/core module instead, and based on the protocol flag passed in, kick start the appropriate server? WDYT?"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list