Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Class Not Found Exception org.springframework.web.context.ContextLoaderListener

Class Not Found Exception org.springframework.web.context.ContextLoaderListener Sometimes, when we build a project using maven, we find the error " Class Not Found Exception org.springframework.web.context.ContextLoaderListener " even after the n

Binary serach in C

Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.   For binary search we need few things to consider     Mid Point  is find by the following way   m

Operations of character classes and use with quantifier

Dear readers in previous blog I have explained about the character classes(basic definition). Now in this tutorial I am going to explain all of you about operations of character classes with Unions, Intersections, Subtractions and how we can use char

String Literals and Character Classes of regular expression

String Literals: The string literals is the most basic form of pattern matching of regular-expression. For example if regular-expression is srinivas and input string is srinivas then match will succeeds. Enter the regex: srinivas Enter input stri

Solution for Exception Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.Log

If you face following exception while deploying your application in tomcat: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ApplicationName]] at org.apache.

Fetching data from Solr using Solarium

We seldom need to fetch result from solr based on limit and order by clause similar to sql queries , the same thing can be achieved using the below given code packet with solarium : // create a client instance $client = new Solarium\Client($config)

Custom Post in Wordpress

In wordpress you can create custom posts , Suppose in your WP site you want to create a Movie list then you can use this custom post type , To create custom posts type you have to first invoke register_post_type() through init action, Lets suppos

How Jersey return a JSONObject?

If we try to return a JsonOject in jersey, like this @Path("/formSubmit") @POST @Produces("application/json") public JSONObject formSubmit() { JSONObject json1 =new JSONObject(); return json1; } it may give an error (org.codehaus.jackson

Linear Search in C

For doing search in C we use linear search a very simple and common searching process used for finding elements inside the array.   Linear search is also called as the sequential search.       Linear Search Algorithm Lin

  • 574
HTTP 404.2 Not Found Error Due to ISAPI & CGI Restriction list settings on the Server

HTTP Error 404.2 - Not Found, The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server Sometimes, we get Error 404.2 which means that there is no mapping handler found for the request, whi

1 26 115
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: