aspose file tools
The moose likes Spring and the fly likes how to configure tomcat server in eclipse for maven project Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "how to configure tomcat server in eclipse for maven project" Watch "how to configure tomcat server in eclipse for maven project" New topic
Author

how to configure tomcat server in eclipse for maven project

surya gupta
Greenhorn

Joined: Nov 06, 2011
Posts: 15
hi friends

i made a maven project using eclipse indigo, java1.6 and its dynamic web module is 3.0

now the problem is that when i run this maven project in eclipse using Tomcat v7.0 Server at localhost-config i got the following errors

Publishing failed with multiple errors
Resource is out of sync with the file system: '/taskproject/target/test-classes/com/FibonacciTest.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/Fibonacci.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/FibonacciController.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/IFibonacci.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/LocalSrvlt.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/RemoteSrvlt.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/Srvlt.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/Test1Fibonacci.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/com/TestFibonacci.class'.
Resource is out of sync with the file system: '/taskproject/target/classes/fibonacci.xml'.
File not found: D:\CEC\taskproject\target\classes\log4j.properties.
File not found: D:\CEC\taskproject\target\classes\log4j.xml.

so please anyone can help me what i have to do to make my maven project run in eclipse using Tomcat v7.0 Server at localhost-config
Vyas Sanzgiri
Ranch Hand

Joined: Jun 16, 2007
Posts: 686

Is this a Spring question?


===Vyas Sanzgiri===
My Blog
surya gupta
Greenhorn

Joined: Nov 06, 2011
Posts: 15
no its not a spring question......
it is related to maven project......
and when i run this maven project using apache tomcat it shows the above errors....
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to configure tomcat server in eclipse for maven project
 
Similar Threads
Issues with Starting Tomcat server in Ecllipse
problem while executing the JAR written using ANT
Problem Deploying a Struts Application in Eclipse
The requested resource (/) is not available.
Spring webMVC - org.springframework.web.servlet.DispatcherServlet noHandlerFound