You also might have a class called "HttpServletGeral" somewhere in your
classpath already! I had this silly problem with JBuilder. So check all the
sources and classpath or even the whole disk if you have already a class
called "HttpServletGeral".
It also might be that JBuilder has a class called like that... Just
guessing...

-----Original Message-----
From: WEST, Peter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 1:31 AM
To: '[EMAIL PROTECTED]'
Subject: RE: BUG in Tomcat 3.2.1???


sounds like some file versioning cobblers.
Its more likely JBuilder is using information that Tomcat and apache dont
have.


-----Original Message-----
From: Edilmar Alves [mailto:[EMAIL PROTECTED]]
Sent: 09 June 2001 21:06
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: BUG in Tomcat 3.2.1???


Hi,

I have a servlet with JBuilder 4 Enterprise + Tomcat 3.2.1.

I made a class named HttpServletGeral like this:
public class HttpServletGeral extends HttpServlet {
  ...
}
and other class named ServletPortal:
public class ServletPortal extends HttpServletGeral {
  ...
}

If I run the servlet into JBuilder, all works fine.
If I try to run out of JBuilder, only Apache+Tomcat,
it runs a OLD code for "init" on HttpServletGeral.

If I rename HttpServletGeral to HttpServletGeral2
the NEW code I made works fine.

This is a CRAZY problem. I don't know what's the problem.


___________________________________________________________________________
This email is confidential and intended solely for the use of the
individual to whom it is addressed. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
Sema.
If you are not the intended recipient, be advised that you have received
this
email in error and that any use, dissemination, forwarding, printing, or
copying of this email is strictly prohibited.

If you have received this email in error please notify the Sema UK
Helpdesk by telephone on +44 (0) 121 627 5600.
___________________________________________________________________________


Reply via email to