> From: Gregor Schneider [mailto:[EMAIL PROTECTED] > Subject: Desperate: Tomcat 5.5. j_security_check > > This whole setup worked on Debian Sarge with a single processor on a > 32bit-machine, but it does not work on Debian Edge Dual CPU Dual Core > Opteron 64bit.
No, you do not have to recompile Java code for different JVMs. You would have to recompile any native code, such as APR, if you're using that. Possible things to try: 1) Run on a single CPU and see if the problem is reduced. This may indicate that something in the authentication path is storing data at the wrong scoping level. 2) Try a 32-bit JVM on the same platform. The 64-bit JVMs do not have as wide exposure as the 32-bit ones, and there's an off chance that this one is generating incorrect code somewhere. 3) Both of the above. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]