Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Eclipse tomcat: how can i deploy a java tomcat project to a directory without having tomcat installed?

0

165 views

Hello. I'm writing a tomcat project to be executed by red5 so I don't have any tomcat servers available. how can I deploy the project to a specific directory that I choose so it will copy the classes to the WebContent directory properly ?

thanks!!

asked November 23, 2010 9:19 am CST
ufk
posted via SuperUser

1 Answer

0
 

You want to build a War. The build process should take care of this for you. You should be able to deploy the war (web archive) file to Tomcat without worrying about copying class files. This is a much more reliable method of deploying applications.

answered December 21, 2010 6:38 am CST

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Starting Tomcat from Eclipse
November 26, 2010
Tomcat Referrer Lockdown
December 22, 2009
Maven deploy to folder
December 17, 2010