Description: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. This is my HomeController Class: package com.luv2code….
Tag: tomcat8
Tomcat 8 is not able to handle get request with ‘|’ in query parameters?
I am using Tomcat 8. In one case I need to handle external request coming from external source where the request has a parameters where it is separated by |. Request is looks like this: http://…
Tomcat 8 embedded – ERROR {org.apache.catalina.core.ContainerBase} – A child container failed during start
I’m using tomcat embedded and when I try to star the server following error get occurred. I’m using tomcat 8.0.20 and jdk8 ERROR {org.apache.catalina.core.ContainerBase} – A child container failed …