static-content Questions

3

I have a private website used as an intranet site for workers from around the world who have accounts with my Google Apps domain (example.com). They currently use OpenId to log in to various collab...

11

Solved

I have a Java web application running on Tomcat. I want to load static images that will be shown both on the Web UI and in PDF files generated by the application. Also new images will be added and ...
Veracruz asked 28/11, 2009 at 10:58

6

The problem We're running IIS on Windows 8.1 with Update. We're at the Orchard CMS first time setup screen, and IIS is giving 401s for all static content. We have read the following to no avail: ...
Sophister asked 8/2, 2015 at 23:41

8

Solved

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 Boot projects indicates that several...
Pantelegraph asked 26/1, 2014 at 1:14

8

Solved

Looking at different options: One is to just put the static pages in the public/ folder, but I do want the header from layout/application to be consistent. I tried this, but I got an error: # in...
Maganmagana asked 18/7, 2009 at 3:23

5

Solved

I am learning webflux and I would like to know how to serve static content on a MicroService using webflux but I didn´t find information to do it.
Sirenasirenic asked 25/4, 2017 at 22:30

12

Solved

I have a Spring Boot web application, and I would like to serve static content located in a shared Dropbox directory on my Linode VPS (~/Dropbox/images). I've read that Spring Boot will automatical...
Leach asked 14/1, 2014 at 20:33

2

Solved

I'm serving a static site (really Angular but all the bundles are static as well as the index-html) in Azure. It works as supposed to except a single thing. For some reason the WOFF files aren't be...
Astronomy asked 15/8, 2017 at 19:18

2

Solved

I have Nginx running in a Docker container, and it serves some static files. The files will never change at runtime - if they actually do change, the container will be stopped, the image will be re...
Manganese asked 7/8, 2016 at 10:55

2

I am reading but having hard time understand difference between the two. I am using Heroku for my apps and until now I was using NGINX to serve my content. I precompressed my static files to gzip a...
Shuttle asked 11/6, 2018 at 0:34

3

Solved

I'm making new Spring Boot app and want to be able to store and serve images, I want images to be stored in applications directory: this is what uploading looks like for now: @PostMapping("/") @...
Seaddon asked 12/8, 2017 at 14:0

3

Solved

I have an Azure Website/Web App that is incredibly slow to serve static JS and CSS files but seems perfectly fine serving binary. To test the problem I uploaded two 30MB files, one big.js and the ...
Asthenic asked 31/3, 2015 at 16:8

1

Solved

I am running a Spock server and wanting to serve some static content. I am using respondMiddleware function from the "Web.Spock.Action" package. The signature is: respondMiddleware :: Monad m =&...

1

Solved

I have a Class Library (net47) project and I'd like to pack into a nuget my dll and several files of static content (js, css, images...). I want to use this dll and the content from the consumer pr...
Blockbuster asked 12/2, 2018 at 16:24

4

Solved

I've been reading about the staticContent element in the web.config file but I'm having a bit of trouble figuring out exactly what ASP.Net considers static content. I assume it's going to include i...
Cavite asked 23/2, 2011 at 18:12

2

I have a ASP.NET WEB API 2 application which was configured to use Windows Integrated Authentication and was working without an issue. When I change the authentication mode to basic, none of the s...
Coulee asked 19/1, 2017 at 20:7

1

Solved

I use express to serve static content on my site and I want to incorporate FontAwesome (npm install font-awesome). However in Font-Awesome's css the links to the font files are appended with a quer...
Plexiform asked 25/7, 2016 at 13:47

6

Solved

In looking at the documentation, it appears that DropWizard is only able to serve static content living in src/main/resources. I'd like to keep my static files in a separate directory outside the j...
Bernardinebernardo asked 8/1, 2013 at 20:48

3

Solved

We're about to deploy our .NET web application to an Azure Web Role. I'm just wondering how others have handled their static content, specifically images and css? At the moment our application pack...
Micmac asked 5/3, 2013 at 11:56

4

I am using forms authentication in IIS7 to password-protect a dev site, but the authentication seems to get by-passed when the site contains only static HTML files + login.aspx + web.config. When ...
Durarte asked 28/8, 2010 at 1:0

2

Solved

I have a JavaEE application running on Wildfly 8.0.0 Final. The application uses a lot of images and I don't want to store them in the database, so they are written to the hard disk. How can I co...
Blackstock asked 27/3, 2014 at 9:59

1

Solved

I have a bit similar problem described here: Refresh static files served by SparkJava In my application user can upload the content to one folder that is also served to user with Spark.staticFi...
Conform asked 18/12, 2015 at 15:1

5

Solved

I'm trying to use django-pipeline-1.1.27 with s3boto to compress and filter static files, and then upload them to an s3 bucket. If I just use: PIPELINE_STORAGE = 'pipeline.storage.PipelineFinderSt...
Doodlesack asked 7/3, 2012 at 20:59

2

Solved

I have static HTML pages. Using the Apache server (through XAMPP) I used to put my HTML files in the htdocs folder and they would be accessible through the localhost URL. I'm not sure how to do th...
Flighty asked 4/12, 2014 at 22:17

1

Solved

I have a Spring MVC 3.0 project, using Maven, generated right from Eclipse's New -> Project -> Spring Project -> Spring MVC Project. However, I see two resources folders, one directly unde...
Beelzebub asked 2/8, 2014 at 19:2

© 2022 - 2024 — McMap. All rights reserved.