RE: worker2.properties file and windows long names

2002-10-28 Thread Turner, John

A better way is to use the ~ character.

On Windows, a long directory is the first 6 characters, then ~, then a
number for the alphabetical order of that directory name.

For example, Program Files is PROGRA~1.  Using this notation, you can
avoid the quotation marks entirely.

C:/Program Files/Apache Group/Apache2/conf/workers2.properties

becomes

C:/PROGRA~1/APACHE~1/Apache2/conf/workers2.properties

An even better way is to reinstall into directories that require neither,
like apache and tomcat.

John


 -Original Message-
 From: Kemp Randy-W18971 [mailto:Randy.L.Kemp;motorola.com]
 Sent: Monday, October 28, 2002 10:39 AM
 To: '[EMAIL PROTECTED]'
 Subject: worker2.properties file and windows long names
 
 
 I am running Apache 2.0.43 and Tomcat 4.1.12, connected via 
 mod_jk2, on Windows 2000.  Please tell me if I am addressing 
 the long names in Windows via quotes in the 
 worker2.properties file in Apache correctly.  
 For example, is this the correct way to name these paths?
 file=C:/Program Files/Apache 
 Group/Apache2/conf/workers2.properties
 I am enclosing the worker and jk2.properties files. 
 worker2.properties  jk2.properties 
 

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: worker2.properties file and windows long names

2002-10-28 Thread Mladen Turk
Simply use:

file=C:/Program Files/Apache Group/Apache2/conf/workers2.properties

There is no need to quote the filepaths wit spaces like in apache conf.

MT.

 -Original Message-
 From: Kemp Randy-W18971 [mailto:Randy.L.Kemp;motorola.com] 
 Sent: Monday, October 28, 2002 4:39 PM
 To: '[EMAIL PROTECTED]'
 Subject: worker2.properties file and windows long names
 
 
 I am running Apache 2.0.43 and Tomcat 4.1.12, connected via 
 mod_jk2, on Windows 2000.  Please tell me if I am addressing 
 the long names in Windows via quotes in the 
 worker2.properties file in Apache correctly.  
 For example, is this the correct way to name these paths? 
 file=C:/Program Files/Apache 
 Group/Apache2/conf/workers2.properties
 I am enclosing the worker and jk2.properties files. 
 worker2.properties  jk2.properties 
 



--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org