|
deploying to tomcat from within Eclipse -
09-26-2008, 10:06 AM
hey guys!
As i figured out, Eclipse doesn't deploy a web app to the specified Tomcat server when you're trying to Run on server - Tomcat;
instead, it uses it's internal Tomcat from some JST subproject
Why is it so complicated? why just don't deploy a war file to the configured Tomcat server's webapps folder?
I was stuck with the issue for about 2 hours just because it's not documented nowhere...
if you use JBoss for example, it deploys perfectly to JBoss/server/default/deploy
|