chago schrieb: > Wow, still no way to install this thing on a linux box that doesn't have X11 > installed? > > Forget about a Solaris installer, or at least prioritize a simple tarball > before it. I'm on Ubuntu PPC and I can't find instructions on how to > install. Really quite frustrating considering all the easy install programs > available, but no simple manual install instructions. > > thanks. > > > > Alex Karasulu wrote: > >> Oh and btw the RPM and the windows executable are also available here: >> >> http://people.apache.org/~akarasulu/apacheds/candidates/1.0.1/apacheds-1.0.1-linux-i386.rpm >> http://people.apache.org/~akarasulu/apacheds/candidates/1.0.1/apacheds-1.0.1-win32-setup.exe >> >> Alex >> >> On 2/21/07, Alex Karasulu <[EMAIL PROTECTED]> wrote: >> >>> Yeah but you need a solaris machine with a display to generate the >>> installer script. Basically go through an install on that machine then >>> at >>> the end of the install there is a screen with a button that asks you if >>> you >>> want to create a unmanned installation file. Hit that button and >>> generate >>> the script. Then scp that script to the target headless machine. Then >>> install using the following command: >>> >>> java -jar apacheds-1.0.1-solaris-i386-setup.jar >>> path/to/the<installer-file-you-created> >>> >>>
I haven't tried, but does it also doesn't works when running in headless mode? java -Djava.awt.headless=true -jar apacheds-1.0.1-solaris-i386-setup.jar (http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/) Felix
