Pls Help~ apache tomcat symbolic link

2003-07-21 Thread wing
Hi all, I'm using apache tomcat4.1, in webapps i made a symbolic link for my directory "content", and I've modified the context configuration with below: files inside the "content" can be accessed if i use port 8080, but if i use apache (port 80) to access, tomcat always return a "HTTP Status

Re: Tomcat as a Windows Service on Windows 2000?

2002-01-18 Thread Zero Wing
Try use this instructions, http://www.mycgiserver.com/~vacodi/howto/tomcat/iisnt/ it works fine on win 2000 server os Olav Krapp <[EMAIL PROTECTED]> wrote: Install Tomcat 4.0.1 - Original Message - From: "Kinander Jan" To: Sent: Friday, January 18, 2002 9:47 AM Subject: Tomcat as a

How to intergrate Tomcat 4.01 with IIS 5?

2002-01-15 Thread Zero Wing
Hi ..does anyone know on how to intergrate Tomcat 4.01 with IIS 5?? If you do please let me know how to step by step. Thanx __ Web-hosting solutions for home and business! http://website.yahoo.ca -- To unsubscribe:

Re: Clear Cache In IE5

2001-12-20 Thread Yiu Wing
tip. I'll include that in my development code. > just at the begin of a script. Should work on almost all browsers. > > Marcin > > > -Original Message- > > From: Yiu Wing [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 19, 2001 10:07 PM >

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:[EMA

Re: Clear Cache In IE5

2001-12-19 Thread Yiu Wing
nyway, 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 to >

Re: Clear Cache In IE5

2001-12-19 Thread Yiu Wing
This is really annoying, why TomCat does 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 1

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 @yahoo.

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 b

Re: Location of jdbc driver

2001-11-22 Thread Yiu Wing
unication... > > Regards, > > Amit Lonkar > - 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 th

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 f

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 cl

Re: [repost] loading class files

2001-11-18 Thread Yiu Wing
directory as your static HTML pages, ***not*** under /WEB-INF. > > > Amit Lonkar > > > > Craig McClanahan > ---- > > > > Bo > Nov.18, 2001 > > > > > - Original Message - > From: "Yiu Wing" <[EMAIL PROTECTED]>

[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

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 do