Thx
but i resolve my problem
with an another way


----- Original Message -----
From: "Andrei Ivanov" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Thursday, May 23, 2002 4:44 PM
Subject: Re: need help for service under 2k


> Andrei Ivanov wrote:
> >
> > what is daemon?
>
> There are two ways to start Phoenix: via the included run.sh script, or
> better via the Java Service Wrapper. The latter is IMHO the better
> choice, you need to build Phoenix with entries like these in the
> build.xml:
>
> <property name="wrapper.jar" value="${lib.dir}/wrapper.jar"/>
> <property name="wrapper.exe" value="${lib.dir}/wrapper"/>
> <property name="wrapper.dll" value="${lib.dir}/libwrapper.so"/>
>
> And get these files from http://wrapper.sourceforge.net
>
> The presence of wrapper is detected by the build script if you have
> wrapper.jar on your classpath, so you need something like:
>
> <path id="project.class.path">
> <pathelement location="${wrapper.jar}"/>
> ..
> </path>
>
> > what is Management interface?
>
> Suppose you use the Wrapper, then you might have a wrapper.conf with
> entries like these:
>
> # Java Additional Parameters
> ..
> wrapper.java.additional.5=-Dphoenix.adapter.http=8080
> wrapper.java.additional.6=-Dphoenix.admin.passwd=foobar
>
> Then go to http://localhost:8080 and use "admin" as user login and
> "foobar" as password. The Management interface will come up. If you
> don't use the Wrapper, then you can write the above parameters as
> command-line options in run.sh.
>
> Ulrich
>
> --
> Ulrich Mayring
> DENIC eG, Systementwicklung
>
>
>
>
> ----- Original Message -----
> From: "eric aboudaram" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 23, 2002 5:15 PM
> Subject: need help for service under 2k
>
>
> I use a.bat script
> to create a service
> and it's not work
>
> if some one as a good files ?
>
> thx
> best regards
>
>
> ---
> Ce message Envoi est certifi� sans virus connu.
> Prot�g� par l'antivirus AVG Deluxe.
> Version: 6.0.363 / Base de donn�es virus: 201 - Date: 21/05/2002
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


---
Ce message Envoi est certifi� sans virus connu.
Prot�g� par l'antivirus AVG Deluxe.
Version: 6.0.363 / Base de donn�es virus: 201 - Date: 21/05/2002


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to