bdw429s
09/06/2023, 8:24 PMbdw429s
09/06/2023, 8:25 PMbdw429s
09/06/2023, 8:25 PMbdw429s
09/06/2023, 8:25 PMrequest
is reserved in Luceebendur
09/06/2023, 8:25 PMbdw429s
09/06/2023, 8:25 PMbendur
09/06/2023, 8:25 PMbdw429s
09/06/2023, 8:25 PMbendur
09/06/2023, 8:26 PMseancorfield
bendur
09/06/2023, 8:32 PMbendur
09/06/2023, 8:33 PMseancorfield
bendur
09/06/2023, 8:33 PMbendur
09/06/2023, 8:33 PMseancorfield
seancorfield
seancorfield
.header()
call -- show both the method-chaining and the individual call versions)bendur
09/06/2023, 8:36 PMbendur
09/06/2023, 8:37 PMseancorfield
rstewart
01/16/2024, 4:13 PMSeth Feldkamp
01/30/2024, 2:42 PM<Context WorkDir="/opt/coldfusion2018/cfusion/runtime/conf/Catalina/localhost/tmp" docBase="/mnt/fileserver/www/distributorcentral" path="">
<Resources>
<PreResources base="/opt/coldfusion2018/cfusion/wwwroot/CFIDE" className="org.apache.catalina.webresources.DirResourceSet" webAppMount="/CFIDE"/>
<PreResources base="/opt/coldfusion2018/cfusion/wwwroot/WEB-INF" className="org.apache.catalina.webresources.DirResourceSet" webAppMount="/WEB-INF"/>
<PreResources base="/opt/coldfusion2018/cfusion/wwwroot/cf_scripts" className="org.apache.catalina.webresources.DirResourceSet" webAppMount="/cf_scripts"/>
</Resources>
</Context>
The PreResources virtual directory mappings for CFIDE and cf_scripts are working as expected, but not the WEB-INF mapping. When the ColdFusion service is started it writes the compiled class files to /mnt/fileserver/www/distributorcentral/WEB-INF/cfclasses
instead of /opt/coldfusion2018/cfusion/wwwroot/WEB-INF/cfclasses
.
It is highly desirable for us to have those written into the virtual directory instead of the webroot, since the former is very fast to access (being a local folder) and the latter is much slower (being a network folder).
Is anyone else successfully configured in this way? Is this something that should work?rstewart
04/16/2024, 5:18 PMRodney
06/14/2024, 7:48 PMseancorfield
caldjeff
09/23/2024, 11:14 PMAsher Densmore-Lynn
10/14/2024, 7:08 PMNo matching method for java.nio.file.Files.copy(com.amazonaws.services.s3.model.S3ObjectInputStream, sun.nio.fs.UnixPath, java.nio.file.StandardCopyOption) found. there are similar methods with the same name, but diferent arguments:
copy(java.nio.file.Path, java.nio.file.Path, java.nio.file.CopyOption[]);
copy(java.io.InputStream, java.nio.file.Path, java.nio.file.CopyOption[]);
The problem I'm having is that the constructor inputs for the second suggestion there -- a stream, a path, and a proper CopyOption -- are all 100% implemented by the things being passed into it, as verified by cfdump (for the last two) and the AWS SDK docs (pasted). Is there something I'm not doing to suggest how this should stick together?Asher Densmore-Lynn
10/14/2024, 10:13 PMBen Reid
10/16/2024, 10:50 PM