| 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....
|
 |
 |
|
|
subject: how to configure tomcat server in eclipse for maven project
|
|
|