Hello Travis,

Horine Travis Contr AEDC/ATA wrote:
Just recently upgraded our server to use tomcat 5.5 with JRE 1.6 (was tomcat
4.0 with JRE 1.3). We had several poorly written servlets that still manage
to compile under both javac 1.3 and javac 1.6.  When I compile them under
javac 1.6 they no longer deploy correctly under tomcat 5.5. I have used the
same 1.6 compiler to compile some of the tomcat 5.5 servlet examples and
they continue to deploy correctly. Basically I have no idea how to
cross-reference Signature index 63 from the class file to whatever in the
java source code is causing it. Has anybody seen this kind of behavior
before? The strange thing is I can put a static void main(...) sub in the
class and am able to compile and execute it from the command line so I know
the JRE 1.6 is able to load the class ...just tomcat seems to have the class
loading problem....
which -source -target version did you specify?
Please have a try with
JDK 1.3 -> javac -source 1.3 -target 1.3 ....
and
JDK 1.6 -> javac -source 1.6 -target 1.6 .....

Regards
Boris


---------------------------------------------------------------------
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