Re: Webwork 2.2.2 and Sybase EAServer?

igorot <[email protected]>
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <18997919.1150314925848.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
I'm not familiar with Spring too. We are a struts shop and looking on using WebWork or Spring on our new projects. 

Logging can't help me at this point since I can't even get past to any pages at all. It consistently throw me the same error messages. It does not matter if I'm trying to pull up an html file, plain jsp or an action. I think it fails during startup. The following entry from my web.xml seems to be the culprit:
org.springframework.web.context.ContextLoaderListener


I'll mess with Spring if I gives me a similar error.


Here's my web.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
	<display-name>apptest</display-name>

    <filter>
		<filter-name>webwork</filter-name>
		<filter-class>com.opensymphony.webwork.dispatcher.FilterDispatcher</filter-class>
	</filter>

	<filter-mapping>
		<filter-name>webwork</filter-name>
		<url-pattern>/*</url-pattern>
	</filter-mapping>

	<listener>
		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
	</listener>

	<welcome-file-list>
		<welcome-file>index.jsp</welcome-file>
	</welcome-file-list>

</web-app>
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=34216&messageID=66878#66878

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.