It shouldn't be a problem as long as:

1. The Java version in your Eclipse environment matches the Java version of your tomcat server
2. The classes of your webapp stay in sync between Eclipse and Tomcat.

The second of those two is harder than the first. I would personally recommend you start getting things into some sort of version control and avoid piecemeal compiles.

--David

cfrankland wrote:
Alright, I will take a look. This may seem like a daft question, but I am
compiling the class using Eclipse and it utilizes two other classes with
import statements. I have those classes in my same Eclipse work environment,
but I am only compiling and deploying the single class that I need. I simply
copy it from the "build" folder of my Eclipse environment into the
appropriate "classes" folder on Tomcat.

Is that the correct way to deploy?


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to