A few Google searches later and I found this blog post from HermannSW where it says: define a local HTTP service listening on 127.0.0.1:8888 with base directory "logtemp:///". I figured that this could probably apply to my current situation.
First thing I did was to define a local:/// sub-directory to contain all my files:
Then, I created an HTTP Service with base directory pointed at "local:///WEB-CONTENT".
**Remember to assign the correct Local IP Address (or Alias) and Port Number to fit your configuration.
After defining the HTTP Service, I can now access the files via http://local_ip_address:port_number/full_path/file_name. I then defined my custom Login and Request Permission forms to use the files hosted in the HTTP Service.
3 comments:
Hi! I want you to know that even if I don't get these things, for me you are the best IT guy there is the world! :)
Thank you! :D
i have an exact scenario that needs to host a html static page, can you please help me how to display back
Post a Comment