Inca X Service Browser Setup
on a login server, yucca.cs.ttu.edu for example

Set the following JVM argument in your inacx-browse.bat to avoid conflicts with Inca X log files owned potentially by your team members:

-Dincax.logFile=D:\msobolew\tmp\browser.log


If you do not have, create subdirectories
tmp and bin in your share in D:(users).
For example my Inca X startup script placed, in  my share in
users, in D:\msobolew\bin\inacx-browse.bat is as follows (inacx-browse.bat):

@echo off
echo Inca X: Service Browser
REM -- SET BY INCAX INSTALLER TO POINT TO YOUR JRE
set JINILIB="C:\Program Files\jini2_1\lib"
set PATH=C:\Program Files\Java\jdk1.5.0_05\bin
REM ---------- DONT MODIFY -----------
set POLICY=-Djava.security.policy=C:\IncaX\ce-browser\policy.all
set CP=%JINILIB%\jsk-platform.jar;%JINILIB%\jini-ext.jar;%JINILIB%\sun-util.jar;C:\IncaX\ce-browser\lib\serviceui.jar;C:\IncaX\ce-browser\incax-ce-browser.jar
java -cp %CP% %POLICY% -Dincax.logFile=D:\msobolew\browser.log
-Djava.protocol.handler.pkgs=net.jini.url IncaXBrowserCE %1