You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Frank <fa...@netscape.net> on 2002/02/08 17:31:38 UTC

Re: MIGRATION TO JAKARTA-TOMCAT 4.01

I am going through this process and was caught by 1 difference.  I don't 
know if this affects you or not.

My app uses rmi servlets and mysql.  I have an applet which uses a proxy 
for the database calls which invokes the servlets.  The servlets use rmi 
to get the database objects, and then make calls on that object to 
perform the database functions.

I had this running easily under Windows with tomcat 3.2.1.  When I moved 
       to Linux under apache and tomcat 4.0.1 I couldn't get it to work. 
  The catalina.out log indicated a class not found on the mysql driver, 
which I had properly in the WEB-INF/lib dir.  I tried a lot of 
different, but futile things until the only thing left to try was to 
include the driver as part of the jar file that powered the applet. 
This worked.  It made no sense to me because the applet didn't use the 
database object, only the servlets did.  Other than that, everything has 
worked the same so far.

Frank


catalin@quattrosoft.ro wrote:

> 
>        Hello!
> 
> 
>        I've an webapp with jsp, servlets and beans (on an win2k OS)
>        that is functioning on a jakarta-tomcat-3.3m4 (in webapps
>        directory/myapp and my classes in myapp/web-inf/classes)
>        and I want to migrate on a JAKARTA-TOMCAT
>        4.01., but the same architecture that I'm using on
>        jakarta-tomcat-3.3m4 is not functioning on new server.
>        Please tell me where I have to put my classes , my beans and my
>        jsp-s?
> 
> 
>        Thanks to all!
> 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>