All Projects → ezbz → projectx

ezbz / projectx

Licence: other
off the shelf infrastructure

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
Basic maven projet with spring

1. Checkout the code using git clone
2. Import Existing Maven Project in Eclipse
3. Build the projects using mvn install eclipse:eclipse from the command line
4. Add tomcat server and right click webapp project -> Run On Server

If you get a 

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 

when stating tomcat add the following entry to the .classpath

<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">
    <attributes>
        <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
    </attributes>
</classpathentry>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].