Re: Clear Cache In IE5

2001-12-20 Thread Yiu Wing
The last thing you can do is to stop tomcat, erase everything inside TOMCAT_HOME/work and start it again. Thank you so much!!! It works now. This problem has bugging me for a very long time. Thanks a lot again ;-). -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED

Re: Clear Cache In IE5

2001-12-20 Thread Yiu Wing
work on almost all browsers. Marcin -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 10:07 PM To: [EMAIL PROTECTED] Subject: Clear Cache In IE5 Hello all, This is a little bit off topic. Can you tell me how can I clear

Clear Cache In IE5

2001-12-19 Thread Yiu Wing
Hello all, This is a little bit off topic. Can you tell me how can I clear the cache in IE so that I can see the change I've in made in my webapp after invoking TomCat4.0 again? Thanks in advance. _ Do You Yahoo!? Get your free

Re: Clear Cache In IE5

2001-12-19 Thread Yiu Wing
something like that? I thought IE was the culprit but it's not. I'd really appreciate it, if someone can help me with this. Thanks a lot. -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 5:07 PM To: [EMAIL PROTECTED] Subject: Clear Cache

Re: Clear Cache In IE5

2001-12-19 Thread Yiu Wing
tell me why. Anyway, thanks all the same. -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 12:19 AM To: Tomcat Users List Subject: Re: Clear Cache In IE5 1)Tools/Internet Options/Temporary Internet Files/Settings/Every Visit

Update changes

2001-12-17 Thread Yiu Wing
How can I update the change that I've made to my webapp's directory in TomCat 4.0? Here's the situation, I deleted an unwanted directory in my webapp's directory, but it's still being showed after I restarted TomCat and the browser - well, I actually rebooted the machine. I've set reloadable to

Re: Location of jdbc driver

2001-11-22 Thread Yiu Wing
. I am not sure where I should place the mySQL jdbc driver files. What has been the solution? My servlet uses JDBC and throws a page with an applet. Then via HttpURLConnection I have to do applet/servlet communication... Regards, Amit Lonkar - Original Message - From: Yiu Wing [EMAIL

Re: [repost] loading class files

2001-11-19 Thread Yiu Wing
[...] But from one of the Tomcat's docs, which is tomcat-docs\appdev\deployment.html, in its mid page says, /WEB-INF/lib/ - This directory contains JAR files that contain Java class files (and associated resources) required for your application, such as third party class libraries

Re: [repost] loading class files

2001-11-19 Thread Yiu Wing
I use this setup on my linux box (TC 4.0.1, MySQL JDBC, Mandrake 8). The only issue I've ever had with the driver is the downloaded MySQL JDBC driver file needs to be unjarred. The .jar file nested inside is the actual JDBC driver. Place it in WEB-INF/lib and restart Tomcat so it can find

[repost] loading class files

2001-11-18 Thread Yiu Wing
Sorry guys this is a repost. But after doing numerous google search and wading through the docs, I still can't solve my problem with regard to loading applet classes. I sincerely hope some of you can help me this time, I desperately need to get this working. The same message is as follow. Hello

Re: [repost] loading class files

2001-11-18 Thread Yiu Wing
, 2001 - Original Message - From: Yiu Wing [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 19, 2001 12:41 AM Subject: [repost] loading class files Sorry guys this is a repost. But after doing numerous google search and wading through the docs, I still can't solve my

Loading class files

2001-11-14 Thread Yiu Wing
Hello All, I'm writing an applet that uses JDBC to connect to MySQL server , and the applet is embedded in a jsp. I'm new to this, so I went on and read the docs that come with Tomcat. I'm also using CVS and ant for the development. The source code layout of my project is as suggested in the