Mantis - Resin
Viewing Issue Advanced Details
3709 minor always 10-14-09 12:12 01-07-10 11:30
emil  
ferg  
normal  
closed 3.1.9  
fixed  
none    
none 4.0.2  
0003709: Window paths with spaces
(rep by Brian Deng)

I'm seeing the following error if I install resin to a Windows long path
name (e.g. Program Files)

c:/Progra~1/nProcess/server/conf/resin.conf:4: 'javac' is an unknown
property of
'com.caucho.boot.BootManager'.

2:
3: <!-- <javac compiler="internal" args="-nowarn -g"/> -->
4: <javac compiler="eclipse" args="-source 1.5"/>
5:
6: <class-loader>

I am launching resin using the following command:

set SERVER_HOME=c:/Progra~1/nProcess/server
"%SERVER_HOME%/bin/httpd -conf" "%SERVER_HOME%/conf/resin.conf" -server
gandalf.mycompany.local =resin_home "%SERVER_HOME%"

It can find the resin.conf file using the short-path notation, but doesn't
seem to like it.

If SERVER_HOME points to a path without spaces in the name (e.g.
c:/nProcess/server) everything works fine.


There are no notes attached to this issue.