R: where javax.sql.*

2002-05-06 Thread Gianluca Gravina

 
 not with my MySQL JDBC Driver 2.0.12 : (
 
 R.
 

.sql classes are classes to get data from a JDBC driver, If U're
searching a jdbc driver for mysql U have to download from www.mysql.org,
there are some stable, once downloaded put then in your jre/lib/ext
(hope it's the right path ...) and U get it 

Bye, 

Gianluca Gravina



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




R: Access to the source code from the beginning

2002-05-06 Thread Gianluca Gravina


 So sorry, but apparently it doesn`t work , I made the changes 
 and it still show the directories even with the examples 
 directory of the tomcat I have the problem.
 
 http://myhost:8080/examples/
 
 Directory Listing For /Filename Size Last Modified
 images/   Tue, 09 Apr 2002 18:05:14 GMT
 jsp/  Tue, 09 Apr 2002 18:05:14 GMT
 servlets/   Tue, 09 Apr 2002 18:05:12 GMT
 
 Apache Tomcat/4.0
 
 Please some other advice? I am using Tomcat4.0.3 I found the 
 file, ok, I turn off , I have the welcome page, but 
 apparently it just work for the main page, but what happen 
 when I try to enter to my webapps like examples?
 
 Really apreciate your help

I didn't try, but perhaps U have to put that directive in the web.xml
situated in your app-folder, not in the server.xml. Try it and let me
know ...

Gianluca Gravina



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Change Classes during tests

2002-05-04 Thread Gianluca Gravina

I sthere a way to change classes (I mean change code and recompile in
.class) in a web-app and see the results without restarting Tomcat??

I usually use manager/reload but it wouild be nicer if it can do it
automatically when a request is made.

The reloadable=true in context is set, ... Ideas?

Thanks in advance

Gianluca Gravina



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




R: what is needed to connect to mysql

2002-05-02 Thread Gianluca Gravina



 -Messaggio originale-
 Da: # Lalit Nagpal # [mailto:[EMAIL PROTECTED]] 
 Inviato: giovedì 2 maggio 2002 11.09
 A: [EMAIL PROTECTED]
 Oggetto: what is needed to connect to mysql
 
 
 
 hello,
 
 plz can anybody tell me how to connect to a mysql database 
 through a servlet. i know how to prepare a connection etc 
 through code but what other settings are needed. i am using 
 tomcat 4 as a standalone.
 
 The error i get is Class not found org.gjt.mm.mysql.Driver
 
 plz help ... 
 

Put your jdbc driver for mysql in your {webapp}/WEB-INF/lib/folder ...
It should work!

Bye, Grava



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]