RE: Automaticaly update the servlets

2001-06-15 Thread Jann VanOver
] Subject: Re: Automaticaly update the servlets Well. When I compile the servlet I haven't got problems with the java.sql package. I have problems when I try to run this into Tomcat. I am using Tomcat as a service in a Win2K box. I suspect that my problem is that the JVM that starts when the service

Re: Automaticaly update the servlets

2001-06-12 Thread Pablo Morillas
: Luba Powell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 11:21 PM Subject: Re: Automaticaly update the servlets This jar is in my classpath yet becouse if I type in the DOS Console java sun.jdbc.odbc.JdbcOdbcDriver I get the message: NoSuchMethodError: main instead

Re: Automaticaly update the servlets

2001-06-12 Thread Luba Powell
did you: import java.sql.*; - Original Message - From: Pablo Morillas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 5:23 PM Subject: Re: Automaticaly update the servlets Ok, but my problem is that when I put in a servlet 'Class.forName

Re: Automaticaly update the servlets

2001-06-12 Thread Pablo Morillas
, June 08, 2001 6:41 PM Subject: Re: Automaticaly update the servlets On Fri, 8 Jun 2001, Pablo Morillas wrote: Thanks. I beleive that I'm seen the light. My problem is that my system class loader (in my server) is loading my classes instead Tomcat, ins't it? Well, I won't guarantee it 100

Re: Automaticaly update the servlets

2001-06-12 Thread Luba Powell
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 5:12 PM Subject: Re: Automaticaly update the servlets Yes. Finally I have get the proper result. Mines servlets are automatically updated. Thanks to all. But, in other side, when I've tried to use the jdbc.odbc driver I have get

Re: Automaticaly update the servlets

2001-06-12 Thread Pablo Morillas
update the servlets did you: import java.sql.*; - Original Message - From: Pablo Morillas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 5:23 PM Subject: Re: Automaticaly update the servlets Ok, but my problem is that when I put in a servlet 'Class.forName

Re: Automaticaly update the servlets

2001-06-12 Thread Luba Powell
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 8:03 PM Subject: Re: Automaticaly update the servlets Well. When I compile the servlet I haven't got problems with the java.sql package. I have problems when I try to run this into Tomcat. I am using Tomcat as a service

Re: Automaticaly update the servlets

2001-06-10 Thread Hemant Singh
(CAP, TIP) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 8:45 PM Subject: RE: Automaticaly update the servlets A little off-topic, but I have found that Tomcat doesnt seem to auto-reload servlets which are invoked through a RequestDispatcher call (servlet-chaining). Would

Re: Automaticaly update the servlets

2001-06-10 Thread Hemant Singh
- Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 7:55 PM Subject: RE: Automaticaly update the servlets The problem is that the System class loader (the one that loads your CLASSPATH environment variable) is keeping a cache around

Re: Automaticaly update the servlets

2001-06-08 Thread Pablo Morillas
. == Pablo Morillas http://www.sortes.com [EMAIL PROTECTED] == - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 2:25 AM Subject: RE: Automaticaly update the servlets as long as your servlet

Re: Automaticaly update the servlets

2001-06-08 Thread Pablo Morillas
] == - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 2:25 AM Subject: RE: Automaticaly update the servlets as long as your servlet classes are under WEB-INF/classes and not WEB-INF/lib Tomcat will reload

RE: Automaticaly update the servlets

2001-06-08 Thread Randy Layman
] Subject: Re: Automaticaly update the servlets Yes, it is in my classpath. But I don't believe that the classpath is the problem becouse when I start Tomcat as a service it runs properly. If I change a .jsp it reload properly. I don't know what is happen but, when I delete the class file

RE: Automaticaly update the servlets

2001-06-08 Thread Boyle, William (CAP, TIP)
: Friday, June 08, 2001 10:26 AM To: [EMAIL PROTECTED] Subject: RE: Automaticaly update the servlets The problem is that the System class loader (the one that loads your CLASSPATH environment variable) is keeping a cache around of the class. This is why Milt (correctly) told you to remove

RE: Automaticaly update the servlets

2001-06-08 Thread Filip Hanik
] Subject: Re: Automaticaly update the servlets Thanks. I beleive that I'm seen the light. My problem is that my system class loader (in my server) is loading my classes instead Tomcat, ins't it? Could anyone give me an address where I can find information about the way that Tomcat class loader runs

Re: Automaticaly update the servlets

2001-06-08 Thread Milt Epstein
.../WEB-INF/lib as well) are not included. Do that, try again, and let us know whether it worked. - Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 4:25 PM Subject: RE: Automaticaly update the servlets The problem

RE: Automaticaly update the servlets

2001-06-07 Thread Filip Hanik
as long as your servlet classes are under WEB-INF/classes and not WEB-INF/lib Tomcat will reload servlets. and it always reloads JSP pages Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Pablo