Robert, Thanks for your advice!
We don't have apache server available now. We have a tomcat server can be use now. There is not too much PUT requests at all. But we need handle those requests using https. https is working fine now at tomcat, as I know setup https in apache is much harder than in tomcat. Our goal is simple, just use the request URI as the file name and put them under /webapps/incoming/. I don't think there are a lot people using PUT method. In general you can't send a PUT request thru browser. So it's hard to test also. Writing a java code is not the problem, the problem is how can you let tomcat know all PUT request go to my handler, coded by java, perl or other language. It should have some point to let tomcat know it. In PUT method, the URI is named by client, It could be any name. So you can't set by names, just as html, jsp and so on. How to post my question on Tomcat Mailing list? Thanks Jimmy -----Original Message----- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 5:20 PM To: 'Tomcat Users List' Subject: RE: HTTP PUT - HOW TO CONFIG? I don't know if it can or can not. I never tried because I wanted to write Java code to handle by web requests rather than learn PL script. If you don't want to write Java script, then why not just use Apache since you seem to know how to configure it just fine. Tomcat can do some simple web server functions as long as you don't turn off some features. Tomcat is more like a playground with a manager that will set what servlet gets to play were and when and who gets what request. The Tomcat Mailing list is primarily for questions and answers on configuration, running, and coding for Java servlets in the Tomcat servlet container. Some people are bright, much more so than me, and are willing to answer questions that don't really have much to do with the Tomcat servlet container. -----Original Message----- From: Zhan, Jimmy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 4:03 PM To: Tomcat Users List Subject: RE: HTTP PUT - HOW TO CONFIG? Hi Robert and chris, Do you mean tomcat can NOT transfer PUT request to my handler Just apache does thru config? I'm new here. What's the TC mailing list? Thanks Jimmy -----Original Message----- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 3:40 PM To: Tomcat Users List Subject: Re: HTTP PUT - HOW TO CONFIG? -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robert, Robert Harper wrote: > From another post, I am very confused why he is trying to use Tomcat. He > seems to want to redirect everything to PL script so why not just use a web > server to redirect. It doesn't seem to be a good use for a Java servlet/JSP > container. Maybe the TC mailing list has a good reputation. ;) - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFuSO+9CaO5/Lv0PARAunWAJsGHJVorP+XejRBagReMfzQAVjtzACgibv4 kBu4zBdEUk69HWFJAj2nvFY= =6dRZ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]