-
Notifications
You must be signed in to change notification settings - Fork 81
Railo_Resource_Bundle
Provides access to the files on the local physical file system. file:// absolute-path
Where absolute-path is a valid absolute file name for the local filesystem. Examples:
- /home/someuser/somedir
- c:\program files\some dir
- c:/program files/some dir
- file://home/someuser/somedir
- file://C:/Documents and Settings
- file:////somehost/someshare/afile.txt
Provides access to the contents of Zip, Tar and TGZ files. zip:// arch-file-uri [!] tar:// arch-file-uri [!] tgz:// arch-file-uri [!]
Where arch-file-uri refers to a file of any supported type, including other zip files. Examples:
- zip://c:/somedir/somefile.zip!/zipdir/file.txt
- tgz://file://Users/susi/somefile.tar.gz!/zipdir/file.txt
- tar:///Users/susi/somefile.tar!/zipdir/file.txt
Provides readonly access to files on an HTTP server. http://[username] hostname [:][absolute-path]
Examples:
- http://somehost:8080/downloads/pic.gif
- http://myUserName:myPassword@myHost/index.html
Provides access to the files on an FTP server. ftp://[username] hostname [:][absolute-path]
Example:
- ftp://myUsername:myPassword@somehost/pub/downloads/somefile.zip
A filesystem which stores all the data in memory. ram://[path]
Example:
- ram:///any/path/to/file.txt
Provides access to the files on an S3 (Simple Storage Service) Internet Storage s3://accessKey:secretAccessKey@/Bucketname[absolute-path]
Example:
- s3://ddsfdsfer34ewe:ewdkwhekwrh3432@/somebucket/dir/somefile.txt
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs