If you are implementing on Linux 
 
classpath version mismatches can be overcome by executing version-specific 
maven-jsvc-plugin in pom.xml
<build>
  <plugins>
   <plugin>
     <artifactId>Maven-Jsvc-Plugin</artifactId>
    

grab the source here
 
https://github.com/jeroenr/Maven-Jsvc-Plugin

Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.

  


> Date: Mon, 29 Apr 2013 06:42:56 +0200
> From: mt...@apache.org
> To: user@commons.apache.org
> Subject: Re: [daemon] JSVC re-exec requires execution with an absolute or 
> relative path
> 
> On 04/28/2013 11:05 PM, John Boyer wrote:
> > Hello:
> >
> > I'm trying to run jsvc on Ubuntu Linux (10.04.4). I'm getting a re-exec 
> > path error. I've sunk a lot of hours into this. I'm beginning to think I 
> > should have used the Java Service Wrapper Community Edition instead.
> >
> > Anyway, can anyone help me with this problem? Thank you for your time. John
> >
> 
> Like the log says. Use either absolute or relative paths.
> I presume you know what those concepts are.
> 
> Reason for that is security. Having just 'commons-daemon-1.0.15.jar' in the 
> classpath
> means it can come from anywhere in the PATH.
> So use
> -cp ./commons-daemon-1.0.15.jar:./api-monitor.jar
> (That's relative path)
> or
> -cp `pwd`/commons-daemon-1.0.15.jar:`pwd`/api-monitor.jar
> (That's absolute path)
> 
> 
> 
> Regards
> -- 
> ^TM
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
> 
                                          

Reply via email to