Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

two context param in web.xml file

csckidAug 29 2011 — edited Aug 30 2011
Eclipse shows an error when I have two <context-param> defined
<context-param>
		<param-name>tapestry.app-package</param-name>
		<param-value>com.kids.crm</param-value>
</context-param>
<context-param>
		<param-name>contextConfigLocation</param-name>
		<param-value>/WEB-INF/spring/spring-servlet.xml</param-value>
</context-param>
<listener>
		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2011
Added on Aug 29 2011
11 comments
10,001 views