Hi,
> Permissions should be ok. It does create a file, but with 0 size (even
> though we have set something like 16m)
> ie:
> -rw-r--r-- 1 root other 0 Feb 27 12:31
> cr.sandwich.pfizer.com_81.shm
> Compared to the old version (same config bar the name and old conector
> used)
> -rwxr-xr-x 1 root root 1000448 Feb 24 11:14 shm.file
hmm, seems not so ok to me; I believe the init creates the file, and the child cant
access it...
can you please try to change the file open in jk_shm.c at line 100 and test if it
perhaps fixes the issue?
/* First make sure the file exists and is big enough
*/
rc=apr_file_open( &file, shm->fname,
APR_READ | APR_WRITE | APR_CREATE | APR_BINARY,
APR_WREAD|APR_WWRITE|APR_WEXECUTE, globalShmPool);
Guenter.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]