You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Jim Hurley (JIRA)" <ji...@apache.org> on 2007/08/10 22:05:42 UTC

[jira] Created: (RIVER-228) Class server directory defaults seem wrong

Class server directory defaults seem wrong
------------------------------------------

                 Key: RIVER-228
                 URL: https://issues.apache.org/jira/browse/RIVER-228
             Project: River
          Issue Type: Improvement
          Components: com_sun_jini_tool
    Affects Versions: jtsk_2.1
            Reporter: Jim Hurley
            Priority: Minor


Bugtraq ID [6192362|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6192362]

The default directory used by ClassServer, if none is specified, is "J:" on Windows and "/vob/jive/lib" non-Windows operating systems.  These seem like very bizzare defaults.

A better default may be 'pwd' or making the -dirs option mandatory.

Of course, changing these defaults has a (very) slim chance of breaking an external customer's exisiting scripts.
nigel.daley@sun.com 2004-11-08 21:48:21 GMT


Evaluation
-------------------
Defaulting to the current working directory does not seem useful,
given how this service is normally run. The current defaults, even
if not useful, do not seem to be causing trouble; there seems little
benefit in making -dir mandatory. Perhaps a better default would be
to use the directory from the CodeSource location of ClassServer
itself, obtained at runtime.

Now that we've got split lib and lib-dl directories, defaulting
to the directory of the CodeSource location isn't a particularly
good default either.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.