Pierre,

Thank you for your help. The installer worked without any problems, and looks good too.

The server is running fine. I can browse using Eclipse plugin.
There is one problem. I don't seem to be able to run the apacheds- tools to stop the server.

/usr/local/apacheds-1.5.2-SNAPSHOT/bin$ java -jar apacheds-tools.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ commons/cli/ParseException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
at org.apache.directory.server.tools.ApachedsTools.getInstance (ApachedsTools.java:155) at org.apache.directory.server.tools.ApachedsTools.main (ApachedsTools.java:52)

I understand I need to stop the server before I uninstall.

Thank you,
Alex Soto
[EMAIL PROTECTED]

-
Amicus Plato, sed magis amica veritas.



On Mar 12, 2008, at 9:39 AM, Pierre-Arnaud Marcelot wrote:

Hi Alex,

Thanks for trying out Apache DS.

How did the installer worked ?

To uninstall here are the files you need to remove (as root):

   - file "/Library/LaunchDaemons/org.apache.directory.server.plist"
   - file "/usr/bin/apacheds"
   - folder "/usr/local/apacheds-1.5.2-SNAPSHOT"


Hope this helps,
Pierre-Arnaud

On Wed, Mar 12, 2008 at 2:01 PM, Alex Soto <[EMAIL PROTECTED]> wrote:

Hi,

How do I uninstall apacheds for Mac OSX?
I recently tested the installer for Mac OSX and now I need to uninstall.

Thanks,
Alex Soto
[EMAIL PROTECTED]

-
Amicus Plato, sed magis amica veritas.



On Mar 12, 2008, at 7:27 AM, ossi petz wrote:

Hallo

i tested to install and start apacheDS on debian etch (minimal
netinst with sun jdk 1.5)

dpkg -i apacheds-debian-1.5.2-SNAPSHOT.deb
was pretty fast (1-2 seconds)

i had to add JAVA_HOME and PATH vars for root (since normally root
is not used)
export JAVE_HOME=/usr/local/java/jdk-1.5
export PATH=$PATH:$JAVA_HOME/bin

using the init.d script to start apacheDS then worked. (also status
and stop work)

a few comments / questions:
 - the log file ends up in /opt/apacheds-1.5.2-SNAPSHOT/bin/
wrapper.log
   is there another log file somewhere else?

 - is there some test-suite to verify its more than running but also
   working?

- is the fact the root user is used related to the port? ports below
   1000 need root permissions. but i remember there are some tomcat
   faq on running tomcat on port 80 without the root user.


hope this helped somehow :)
regards

ossi




Pierre-Arnaud Marcelot schrieb:
Hi everyone,
Here's another installer to be tested, a Deb package (for Debian
based Linux
distributions).
I tested it on my machine with Ubuntu 7.10 and Java 1.5.0_13.
For those who are interested in, the installer is located here:
http://people.apache.org/~pamarcelot/apacheds-<http:// people.apache.org/%7Epamarcelot/apacheds->
debian-1.5<http://tr_1205232733253>
.2-SNAPSHOT.deb<http://people.apache.org/%7Epamarcelot/apacheds-
debian-1.5.2-SNAPSHOT.deb>
This installer will install the following things on your system:
   - ApacheDS data is installed in "/opt/apacheds-1.5.2-SNAPHOT"
   - ApacheDS instances are installed in "/var/lib/apacheds-1.5.2-
SNAPHOT
   "
   - An init script will be installed in "/etc/init.d/apacheds-
   1.5.2-SNAPSHOT-default"
To start the server, run the following command:
$ /etc/init.d/apacheds-1.5.2-SNAPSHOT-default start
To stop the server, run the following command:
$ /etc/init.d/apacheds-1.5.2-SNAPSHOT-default stop
Note: As with the previous binary installer, the server is run
using user
"root", I still need to figure out why this can't work when using an
"apacheds" user.
Thanks in advance for any feedback.
Regards,
Pierre-Arnaud




Reply via email to