Re: URGENT, Tomcat MySQL problems

2001-10-24 Thread carlos . chaparro
why don't you try to put the .jar in the lib directory in the tomcat home tomcat-home/lib... and restart tomcat... Carlos Chaparro Taller Web, Equant Tel: 6211072 [EMAIL PROTECTED]

Re: URGENT, Tomcat MySQL problems

2001-10-23 Thread James Yap
I think you have to put the jar file into either $CATALINA_HOME/lib or $CATALINA_HOME/common/lib Hi guys, I am getting the following error: javax.servlet.ServletException: No suitable driver at org.apache.jasper.runtime.PageContextImpl.handlePageException (PageContextImpl.java:457)

RE: URGENT, Tomcat MySQL problems

2001-10-23 Thread Mangi, Rick
I'm not a MySQL user, but I really don't think you should EVER put anything directly in the JRE directory. It should go either in your Tomcat lib or better yet (if application specific) in your WEB-INF/lib directory. -Original Message- From: Paul Davies [mailto:[EMAIL PROTECTED]] Sent:

Re: URGENT, Tomcat MySQL problems

2001-10-23 Thread David Smith
I did this install on my dev machine just recently. First, if mm.mysql-2.0.4-bin.jar is one you downloaded, you need to unzip it and use the mm.mysql-2.0.4.jar file compressed inside it. I don't quite know why they packaged it that way, but there it is. The downloaded JAR file also

Re: URGENT, Tomcat MySQL problems

2001-10-23 Thread Pae Choi
It has been a common practice that we do not put the application-specific JARs under the lib in the JRE context. Rather we place them under the application specific lib. So, I agreee with that. However, nobody is stopping you doing that and should not have technical problem. Do we? Pae I'm