VOOZH about

URL: https://www.javacodegeeks.com/author/Steven-Wall

⇱ Steven Wall, Author at Java Code Geeks


  • Web Development👁 Image
    Steven WallApril 6th, 2022
    0 2,613

    Fixing the Spring Web error: Expected lookupPath in request attribute “org.springframework.web.util.UrlPathHelper.PATH”

    The other day I was upgrading my Spring Boot app from 2.3.1 to 2.6.6 to address the recent Spring vulnerability.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Steven WallOctober 22nd, 2020
    0 387

    AWS CodeBuild Error: Unable to access jarfile

    Using AWS CodeBuild, I was using a buildspec that was to run an executable JAR file to execute JUnit tests.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Steven WallAugust 2nd, 2020
    1 2,449

    AWS CloudFormation: AutoScaling Group – You must use a valid fully-formed launch template

    I had a AWS CloudFormation template that included an Auto Scaling Group, Launch Template and Security Group. The Auto Scaling…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Steven WallJune 12th, 2020
    0 941

    AWS CloudFormation: Target Group does not have an associated Load Balancer

    Yesterday I was using an AWS CloudFormation template to ultimately create an ECS Service (Fargate type), but also create resources…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Steven WallMarch 1st, 2018
    0 1,625

    Elasticsearch – Ignore special characters in query with pattern replace filter and custom analyzer

    Using Elasticsearch 5, we had a field like drivers license number where values may include special characters and inconsistent upper/lower…

    Read More »
Back to top button
Close