|
From: <ant...@yo...> - 2012-12-04 14:14:25
|
Hi everyone, I would like to deploy signserver on my server. Is it possible to just copy the ear file and to build the admincli to manage workers ? Or do I need to build and deploy completely signserver on the machine ? Thanks for your help. Best regards, Antoine Louiset |
|
From: Markus K. <ma...@pr...> - 2012-12-04 14:28:21
|
Hi Antoine, The ear file is the only thing that is strictly required to run SignServer. If you want the AdminCLI and not build on the server you can build SignServer an a different machine and then copy it over to the server. Either you copy over everything or you try to find only the things you need like SignServer-AdminCLI.jar and all of its dependencies as well as the wrapper script and jndi.properties etc. There is also an Ant target available for building an binary distribution that should be possible to copy directly to the server: $ bin/ant release:binary-tarball Best regards, Markus On 2012-12-04 10:29, ant...@yo... wrote: > Hi everyone, > > I would like to deploy signserver on my server. Is it possible to just > copy the ear file and to build the admincli to manage workers ? Or do I > need to build and deploy completely signserver on the machine ? > > Thanks for your help. > > Best regards, > > > Antoine Louiset > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > SignServer-develop mailing list > Sig...@li... > https://lists.sourceforge.net/lists/listinfo/signserver-develop > -- Kind regards, Markus Kilås Security Consultant & Developer PrimeKey Solutions AB Anderstorpsv. 16 171 54 Solna Sweden Phone: +46 70 424 94 85 Skype: markusatskype Email: mar...@pr... www.primekey.se |
|
From: <ant...@yo...> - 2012-12-04 14:48:49
|
Thanks Markus for your fast answer ! I just want to manage workers on my server so is it possible to do it without the admin CLI ? It is really easy to deploy the ear but the ear alone is not usefull or maybe I don't know how to proceed. You see what I mean ? Have a good afternoon. Best regards, Antoine On Tue, 04 Dec 2012 15:26:58 +0100, Markus Kilås <ma...@pr...> wrote: > Hi Antoine, > > The ear file is the only thing that is strictly required to run SignServer. > > If you want the AdminCLI and not build on the server you can build > SignServer an a different machine and then copy it over to the server. > Either you copy over everything or you try to find only the things you > need like SignServer-AdminCLI.jar and all of its dependencies as well as > the wrapper script and jndi.properties etc. > > There is also an Ant target available for building an binary > distribution that should be possible to copy directly to the server: > $ bin/ant release:binary-tarball > > > Best regards, > Markus > > > On 2012-12-04 10:29, ant...@yo... wrote: >> Hi everyone, >> >> I would like to deploy signserver on my server. Is it possible to just >> copy the ear file and to build the admincli to manage workers ? Or do I >> need to build and deploy completely signserver on the machine ? >> >> Thanks for your help. >> >> Best regards, >> >> >> Antoine Louiset >> >> >> ------------------------------------------------------------------------------ >> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >> Remotely access PCs and mobile devices and provide instant support >> Improve your efficiency, and focus on delivering more value-add services >> Discover what IT Professionals Know. Rescue delivers >> http://p.sf.net/sfu/logmein_12329d2d >> _______________________________________________ >> SignServer-develop mailing list >> Sig...@li... >> https://lists.sourceforge.net/lists/listinfo/signserver-develop >> |
|
From: Markus K. <ma...@pr...> - 2012-12-04 16:17:49
|
On 2012-12-04 15:48, ant...@yo... wrote: > Thanks Markus for your fast answer ! > > I just want to manage workers on my server so is it possible to do it > without the admin CLI ? If you just want to edit worker properties and install certificates etc, not doing anything advanced, then it could be possible to do it using the Admin GUI (bin/admingui.sh -ws) which runs over web services. But if you need to add new workers and do more advanced stuff you will need the admin CLI. > > It is really easy to deploy the ear but the ear alone is not usefull or > maybe I don't know how to proceed. You see what I mean ? Sure, you need some sort of admin interface to activate workers etc. Having the admin CLI on the server is the normal solution. Best regards, Markus > > Have a good afternoon. > > Best regards, > > > Antoine > > On Tue, 04 Dec 2012 15:26:58 +0100, Markus Kilås <ma...@pr...> > wrote: >> Hi Antoine, >> >> The ear file is the only thing that is strictly required to run SignServer. >> >> If you want the AdminCLI and not build on the server you can build >> SignServer an a different machine and then copy it over to the server. >> Either you copy over everything or you try to find only the things you >> need like SignServer-AdminCLI.jar and all of its dependencies as well as >> the wrapper script and jndi.properties etc. >> >> There is also an Ant target available for building an binary >> distribution that should be possible to copy directly to the server: >> $ bin/ant release:binary-tarball >> >> >> Best regards, >> Markus >> >> >> On 2012-12-04 10:29, ant...@yo... wrote: >>> Hi everyone, >>> >>> I would like to deploy signserver on my server. Is it possible to just >>> copy the ear file and to build the admincli to manage workers ? Or do I >>> need to build and deploy completely signserver on the machine ? >>> >>> Thanks for your help. >>> >>> Best regards, >>> >>> >>> Antoine Louiset >>> >>> >>> ------------------------------------------------------------------------------ >>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >>> Remotely access PCs and mobile devices and provide instant support >>> Improve your efficiency, and focus on delivering more value-add services >>> Discover what IT Professionals Know. Rescue delivers >>> http://p.sf.net/sfu/logmein_12329d2d >>> _______________________________________________ >>> SignServer-develop mailing list >>> Sig...@li... >>> https://lists.sourceforge.net/lists/listinfo/signserver-develop >>> > -- Kind regards, Markus Kilås Security Consultant & Developer PrimeKey Solutions AB Anderstorpsv. 16 171 54 Solna Sweden Phone: +46 70 424 94 85 Skype: markusatskype Email: mar...@pr... www.primekey.se |