Tomcat v4.1 - Resource not found 500 Error - Help!

2008-08-11 Thread cfrankland

Hi,

I am a bit new to Tomcat, but have a really quick question. I am trying to
deploy a new single class file to an existing Tomcat 4.1 web application,
however, I am using Rational Application Developer 7.0 to create and compile
the class. When I deploy the new class to the Tomcat 4.1 web application,
the page crashes with a 500 error "Resource not found".

What could be causing this error? When I put the old class back in
everything works ok. I have even tried using identical code, so I know it
isn't a coding issue. Could it be the JRE being used to compile the class is
the wrong type?

Any help would be much appreciated!

Thanks :) 
-- 
View this message in context: 
http://www.nabble.com/Tomcat-v4.1---Resource-not-found-500-Error---Help%21-tp18936624p18936624.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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



Re: Tomcat v4.1 - Resource not found 500 Error - Help!

2008-08-12 Thread cfrankland

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?
-- 
View this message in context: 
http://www.nabble.com/Tomcat-v4.1---Resource-not-found-500-Error---Help%21-tp18936624p18944184.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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