Top "Static-content" questions

Static content generally refers to additional files or media that is delivered to browsers but not generated through the web application.

Best lightweight web server (only static content) for Windows

I got application server running in Windows – IIS6.0 with Zend Server to execute PHP. I am looking for lightweight static …

windows http webserver static-content
Event handler not working on dynamic content

I have a tag A in which when clicked on, it appends another tag B to perform an action B …

jquery dynamic-content static-content
Simplest way to serve static data from outside the application server in a Java web application

I have a Java web application running on Tomcat. I want to load static images that will be shown both …

tomcat jakarta-ee servlets static-content
How do I use Spring Boot to serve static content located in Dropbox folder?

I have a Spring Boot web application, and I would like to serve static content located in a shared Dropbox …

apache spring-mvc dropbox static-content spring-boot
How to do static content in Rails?

Looking at different options: One is to just put the static pages in the public/ folder, but I do want …

ruby-on-rails ruby static-content
How to configure Wildfly to serve static content (like images)?

I have a JavaEE application running on Wildfly 8.0.0 Final. The application uses a lot of images and I don't want …

wildfly undertow static-content
Spring Boot project with static content generates 404 when running jar

The recent blog post (https://spring.io/blog/2013/12/19/serving-static-web-content-with-spring-boot) by Spring regarding the use of static web content in Spring …

spring maven jetty spring-boot static-content
Spring Boot images uploading and serving

I'm making new Spring Boot app and want to be able to store and serve images, I want images to …

spring image spring-boot file-upload static-content
IIS 8.5 is not serving JS, CSS, and Image files (static content)

The problem We're running IIS on Windows 8.1 with Update. We're at the Orchard CMS first time setup screen, and IIS …

iis acl orchardcms-1.8 static-content
How to do Forms Authentication on purely HTML pages using ASP.NET?

I am using forms authentication in IIS7 to password-protect a dev site, but the authentication seems to get by-passed when …

asp.net html iis-7 forms-authentication static-content