hi all
Is there any tutorial about how to develop a Spring apps using eclipse?
Thanks!
hi all
Is there any tutorial about how to develop a Spring apps using eclipse?
Thanks!
I have read this tutorial, but I don't know how to deploy a web apps to a web server as tomcat.Originally Posted by katentim
You can drop the WAR file in the ${CATALINA_HOME}/webapps directory. When you start Tomcat, it will expand and deploy automatically. You can also exand the JAR manually - for example to ${CATALINA_HOME}/webapps/myWebApp. When you star Tomcat you should be able to view it at: http://localhost:8080/myWebApp.I don't know how to deploy a web apps to a web server as tomcat.
For more info see http://tomcat.apache.org/
It may be difficult to debug.
So could tomcat be nested in eclipse?
Take a look at http://www.jroller.com/page/BillDudn...t_jboss_ap ps
This article should help too.
Configuring Eclipse for Remote Debugging
This document is very helpful.
So thanks for your lots of helps in time.
I have another two questions.
First, when I build a war file and copy it to CATALINA_HOME/webapps, I must restart tomcat to see the modification?
Second, when I try to debug app in eclipse, but I get a err: Can't get connect remote server. I don't know why. I use tomcat , debug port 8000. start server using command: catalina jpda start. Is that right?
It should expand it without a restart.First, when I build a war file and copy it to CATALINA_HOME/webapps, I must restart tomcat to see the modification?