Consultor Eletrônico



Kbase 18697: Apptivity - JRun and Directory Names W/Spaces in CLASSPATH
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/05/2001
This document applies to: Apptivity Server 3.0.x

SUMMARY:

When deploying an HTML project on NT using JRun, do not include spaces
in directory names for directories which will be included in the PATH
or CLASSPATH for the JRun servlet engine.

EXPLANATION:

For many Windows applications, it is sufficient to enclose directory
names which include spaces in quotes, for example:

c:\"Program Files"\Apache\htdocs\appstar

JRun, however, does not recognize quotes.

SOLUTION:

The simplest solution is not to include any directories with spaces in their names in the PATH or CLASSPATH.

Another solution is to use the 8.3 format for any directory element
which includes spaces, for example, use Progra~1 instead of "Program Files", so that the example above becomes:

c:\Progra~1\Apache\htdocs\appstar

To find the 8.3 format for any directory name, right-click on the
directory in Windows Explorer and select Properties. The 8.3 format
can be found in the "MS-DOS name" property on the General tab of the
Properties dialog.


References To Written Documentation:

Progress Knowledge Base Solution 18424, "500 Internal Server Error Deploying HTML Project with JRUN"