2

I'm having an issue where my Spring Boot service with embedded Tomcat will serve jsps properly if run from a directory such as C:\example but the jsp files are not found if I run it from C:\space example. The two jars are the same, just copied to different directories. I'm testing on Windows 10 with Spring boot 1.5.9, spring framework 5.0.3, and embedded tomcat (and jasper) 8.5.24. The jsps are stored in Meta-INF/resources.

It needs to be able to be run from Program Files(x86) which is why I need the space to work.

cstack
  • 395
  • 1
  • 15
  • how do you run it? – hovanessyan Mar 08 '18 at 16:34
  • Looks like we are back to thinking it's just a jsp issue. We are currently wrapping it up with exe4j and running it as an executable. We tried commenting out the InternalViewResolver and it downloaded the jsp, but did not actually convert our jsp tags or show it as a page. – cstack Mar 09 '18 at 15:42

0 Answers0