# start Red5
echo "Starting Red5"
exec /Applications/OpenOffice.org.app/Contents/MacOS/soffice.bin -
headless -nofirststartwizard -
accept="socket,host=localhost,port=8100;urp;StarOffice.Service" &
exec "$JAVA" "$JYTHON" -Dred5.root="${RED5_HOME}" $JAVA_OPTS -cp "$
{RED5_CLASSPATH}" "$RED5_MAINCLASS" $RED5_OPTS
ps -ef|grep office
0 8068 8065 0 0:00.17 ?? 0:00.64 /Applications/
OpenOffice.org.app/Contents/MacOS/soffice.bin -headless -
nofirststartwizard -
accept=socket,host=localhost,port=8100;urp;StarOffice.Service
soffice run, but not open 8100 port
# netstat -an | grep 8100
ffffff801f387f80 stream 0 0 0
ffffff801f388100 0 0 /var/run/
caldavd.sock
ffffff801f388100 stream 0 0 0
ffffff801f387f80 0 0
On 28 окт, 06:00, solomax <[email protected]> wrote:
> Its not very good idea to put 2 exec one by one
> you even need to end first one by "&" sign
> or run it as a separate command
> please try to run
> exec /Applications/OpenOffice.org.app/Contents/MacOS/soffice.bin -
> headless -nofirststartwizard -
> accept="socket,host=localhost,port=8100;urp;StarOffice.Service"
> in the separate Terminal first
> then ensure it is running
> ps -ef|grep office
>
> On Oct 27, 10:16 pm, Владимир Мурзабаев <[email protected]> wrote:
>
>
>
>
>
>
>
> > I try:
> > # start Red5
> > echo "Starting Red5"
> > exec "$JAVA" "$JYTHON" -Dred5.root="${RED5_HOME}" $JAVA_OPTS -cp
> > "${RED5_CLASSPATH}" "$RED5_MAINCLASS" $RED5_OPTS
> > exec /Applications/OpenOffice.org.app/Contents/MacOS/soffice.bin -headless
> > -nofirststartwizard
> > -accept="socket,host=localhost,port=8100;urp;StarOffice.Service"
>
> > OM starting, OOfice don`t start, 8100 port not listen.
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.