tomcat_apache.conf tomcat.conf

2000-12-15 Thread mayan
Hi, I started using tomcat with Apache recently. I am confused by tomcat.conf and tomcat_apache.conf. According to the User's Guide, tomcat_apache.conf is automatically generated by tomcat. So I will have to: 1) include tomcat_apache.conf at the end of Apache's httpd.conf. 2) start

Re: Deny web-inf access (security problem)

2000-12-19 Thread mayan
I am surprised this could happen, you must use a customized configuration file. Usually, the default conf file generated by tomcat contains at least something like this for your web-inf folder. You may want to add this to your conf file or web configurations somewhere. (depending on the server

servlet mapping

2000-12-20 Thread mayan
Hi, I recently moved from tomcat 3.1 to tomcat 3.2.1. I found the speed of start-up/shutdown is improved dramatically, and I don't have to manually kill my apache and restart it anymore. However, with the upgrade, I found something else strange happened. I defined the following servlet so that

Re: Windows Tomcat DOS Console Error View

2000-12-20 Thread mayan
you can change the properties of the shortcut that you use to invoke the tomcat. |+--- || "z z"| || zazzex@hotma| || il.com | || | || 12/20/00 | |

Re: Asking for your kind Help

2000-12-27 Thread mayan
You can download tomcat for IIS from www.apache.org. Look for Jakarta project then tomcat. Ma, Yanbin |+--- || "hlhuang"| || hlhuang@fzu.| || edu.cn | || | ||

RE: file upload servlet

2000-12-27 Thread mayan
I am very surprised. I tried the same version. Here is the code I am using. As you can see, (or somebody can see), this is from upload.war (the sample came with the multirequest class) with some modifications. If everything works ok, I should be able to see all the parameters and files

Re: Problem with Tomcat as NT service

2001-01-03 Thread mayan
I never tried to run tomcat as a service, but the same thing happened to me before. So I hope the following will help: I had a servlet class which also has a main() function for dos-console testing. I found that I have to use different jdbc driver to open the same Access datasource. The

RE: Multipart/form-data

2001-01-12 Thread mayan
I posted a similar message regarding the Oreilly upload package, contacted the author of the package, Mr. Jason Hunter, and also did a lot of experiment of my own. The conclusion is this is MAYBE a problem between mod_jk and apache. Here are the results of my investigation:

RE: Multipart/form-data

2001-01-12 Thread mayan
Thanks, this is exactly where the problem is. I just switched my application from ajp13 to ajp12, it works fine with uploading both binary and text files. I never thought it could be the connector problem on the tomcat side. Can somebody tell me where to find all the known problems of tomcat,