<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Marcio Kabke Pinheiro wrote:
<blockquote cite="mid20050706.jg8.51765400@localhost" type="cite">Hi,
Thierry.<br>
  <br>
I&acute;ve tried it, but obtained an "Unrecognized Option: -A" error. Tried
to copy the line captured in the Fedora Box with ./startconsole -D,
corrected the paths, the ";" and the "/", same thing. <br>
  <br>
In fact, when I just issue the "java" command alone in the Windows box,
the help message that appears don&acute;t show the "-A" option, in fact. What
version of JRE are you using?<br>
</blockquote>
The -A is not an argument to java, it's an argument to the java class
you are invoking:<br>
com.netscape.management.client.console.Console<br>
Also, I don't think the argument is -A, I think it's -a followed by the
url.<br>
<blockquote cite="mid20050706.jg8.51765400@localhost" type="cite"><br>
  <span style="font-style: italic; text-decoration: none;">Sam Tran
(<a class="moz-txt-link-abbreviated" href="mailto:stlist@gmail.com">stlist@gmail.com</a>) escreveu: </span>
  <table style="border-left: 1px solid black;" cellpadding="10"
 width="100%">
    <tbody>
      <tr>
        <td> On 7/6/05, Thierry Lanfranchi &lt;<a
 href="/email/compose.php?folder=INBOX&amp;to=thierry.lanfranchi@wanadoo.fr">thierry.lanfranchi@wanadoo.fr</a>&gt;
wrote:<br>
&gt; Sam Tran a &eacute;crit : <br>
&gt; On 7/5/05, <a
 href="/email/compose.php?folder=INBOX&amp;to=uffe@loop.to">uffe@loop.to</a>
&lt;<a href="/email/compose.php?folder=INBOX&amp;to=uffe@loop.to">uffe@loop.to</a>&gt;
wrote:<br>
&gt; <br>
&gt; <br>
&gt; Rich Megginson wrote:<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Sam Tran wrote:<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; On 7/5/05, Rich Megginson &lt;<a
 href="/email/compose.php?folder=INBOX&amp;to=rmeggins@redhat.com">rmeggins@redhat.com</a>&gt;
wrote:<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Sam Tran wrote:<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <b !="" r="">&gt; <br>
&gt; Hi,<br>
&gt; <br>
&gt; When are you planning to release the management console and admin<br>
&gt; server source code?<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Probably before the end of the year. We can't yet provide dates.<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Rich,<br>
&gt; <br>
&gt; Are you planning to have a Windows version of the management
console?<br>
&gt; It would be really convenient for admins who have a Windows box.<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; I don't know if we will have an "officially supported version" for<br>
&gt; Windows, but you will be able to run it on Windows. You can run it<br>
&gt; right now if you know the java class and arguments - it's just a<br>
&gt; java/swing application. The startconsole binary just sets up the<br>
&gt; environment, classpath, ld library path, etc. then invokes java.<br>
&gt; <br>
&gt; Sam,<br>
&gt; with only a little more hassle one can build or download the Win32
bits<br>
&gt; of JSS, NSS an!
d NSPR from mozilla.org and get SSL going too. Those are<br>
&amp;! gt; the o
nly native parts of the Console besides the startconsole wrapper.<br>
&gt; That will allow your Console to connect to the Admin Server via
https<br>
&gt; and the Directory Server via ldaps. It'll also be less fussy when<br>
&gt; creating ldaps replication agreements.<br>
&gt; <br>
&gt; Launch the Console in debug mode with "startconsole -D" to see how
to<br>
&gt; invoke java to get the Console to run.<br>
&gt; <br>
&gt; <br>
&gt; Thanks Rich and Uffe for your help.<br>
&gt; <br>
&gt; It would be nice to have a HOWTO for that.<br>
&gt; <br>
&gt; Sam<br>
&gt; <br>
&gt; --<br>
&gt; Fedora-directory-users mailing list<br>
&gt; <a
 href="/email/compose.php?folder=INBOX&amp;to=Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br>
&gt; <a
 href="https://www.redhat.com/mailman/listinfo/fedora-directory-users"
 target="_new">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hi,<br>
&gt; <br>
&gt; This is how I proceeded to get! the console working under Windows :<br>
&gt; <br>
&gt; * made a c:\fedora directory on my windows box and copied<br>
&gt; /opt/fedora-ds/java and /opt/fedora-ds/lib from red hat box to
windows box<br>
&gt; * started console on the red hat box with the -D command line
option like<br>
&gt; Rich recommended, and obtained the full command line<br>
&gt; * created a .BAT in my c:\fedora\java directory on the windows box<br>
&gt; <br>
&gt; edited the .BAT to :<br>
&gt; * modify the path to the java executable<br>
&gt; * replace ':' in the -cp option with ';'<br>
&gt; * replace the / in the pathes with \ (except for the admin server
url)<br>
&gt; <br>
&gt; I obtained a .BAT with that line (might be split into several
lines by my<br>
&gt; mail client, but it's a single command line):<br>
&gt; java -ms8m -mx64m -cp<br>
&gt;
.;.\nmclf70.jar;.\base.jar;.\ldapjdk.jar;.\mcc70.jar;.\nmclf70_en.jar;.\mcc70_en.jar;.\jss3.jar<br>
&gt; -Djava.library.path=..\lib\jss <br>
&gt; -Djava.util.prefs.sys!
temRoot=.\.java<br>
&gt; -Djava.util.prefs.userRoot=.<br>
&gt; ! com.nets
c
ape.management.client.console.Console -D -A<br>
&gt; <a href="http://myserver:55456" target="_new">http://myserver:55456</a><br>
&gt; <br>
&gt; (java executable is in my path and the .bat is ran from the
c:\fedora\java<br>
&gt; directory)<br>
&gt; <br>
&gt; working great so far<br>
&gt; <br>
&gt; Thierry<br>
&gt; <br>
&gt; <br>
        <br>
Fantastic Thierry!<br>
        <br>
Merci. ;)<br>
        <br>
Sam<br>
        <br>
--<br>
Fedora-directory-users mailing list<br>
        <a
 href="/email/compose.php?folder=INBOX&amp;to=Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br>
        <a
 href="https://www.redhat.com/mailman/listinfo/fedora-directory-users"
 target="_new">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a>
        <br>
        <br>
        </b></td>
      </tr>
    </tbody>
  </table>
  <br>
-- <br>
==================================<br>
M&aacute;rcio Kabke Pinheiro<br>
CELEPAR - Governo do Paran&aacute;<br>
<a class="moz-txt-link-abbreviated" href="mailto:marciok@celepar.pr.gov.br">marciok@celepar.pr.gov.br</a><br>
  <pre wrap="">
<hr size="4" width="90%">
--
Fedora-directory-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a>
  </pre>
</blockquote>
</body>
</html>