Results 1 to 3 of 3

Thread: SEVERE: Error listenerStart

  1. #1
    Join Date
    Aug 2005
    Posts
    11

    Default SEVERE: Error listenerStart

    I am trying to develope a war file under tomcat and I ma getting this error. Here is web.xml



    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>Harte Hanks PreEnrollment </display-name>
    <description>Harte Hanks PreEnrollment Packect Scheduler Application</description>
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
    /WEB-INF/applicationContext-DB.xml /WEB-INF/applicationContext-Logger.xml /WEB-INF/applicationContext-HarteHanksPreEnrollment.xml
    </param-value>
    </context-param>
    <context-param>
    <param-name>log4jConfigLocation</param-name>
    <param-value>/WEB-INF/log4j.properties</param-value>
    </context-param>
    <listener>
    <listener-class>org.springframework.web.context.ContextLoade rListener</listener-class>
    </listener>
    </web-app>


    Any help would be greatly appreciated.

    Thanks
    Nandhu

  2. #2
    Join Date
    Sep 2005
    Location
    Newcastle, Australia
    Posts
    61

    Default

    Umm. Did you maybe forget to include the error in your post? Maybe add the stack trace you are getting?

  3. #3
    Join Date
    Aug 2005
    Posts
    11

    Default Listener Start

    There was no stack trace. Just one line error

Similar Threads

  1. Replies: 2
    Last Post: Oct 18th, 2005, 04:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •