DO NOT REPLY [Bug 5599] - StackOverflowError

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

apache and tomcat with mod_webapp

2001-12-28 Thread Hitesh Sharma
hi all I am using apache as my webserver and tomcat as the servlet runner. I am able to run servlets transparently with help of warp connector module "mod_webapp". My concern is can I use the webdav capablities of tomcat over warp connector. I tried that but failed. Looking into logs I found that

DO NOT REPLY [Bug 5617] - 416 Requested Range Not Satisfiable used incorrectly

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5618] New: - Content-Range missing for 416 error.

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5617] New: - 416 Requested Range Not Satisfiable used incorrectly

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

reply

2001-12-28 Thread cd.wang

DO NOT REPLY [Bug 5616] New: - Zip files in %TOMCAT_HOME%/lib are not used

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5615] New: - Tomcat 4 webapp module won't compile on FreeBSD 4.4

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

mod_webapp WebAppAlias directive

2001-12-28 Thread Jean-Luc Drouot
I was looking for a way to map a single servlet context on different URIs (so as to be able to use relative URLs in the HTML outputs - for internationalization and customization purposes). I finally made a patch on mod_webapp (Apache-1.3) that adds the directive WebAppAlias (Usage: WebAppAlias

[FAQ] jGuru FAQ Update

2001-12-28 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP

CLIENT-CERT - How do I make it work????

2001-12-28 Thread Chaitresh
Hi all, Heres what I'm using: OS: Win 2000 Tomcat version: 4 Client Browser: IE 5+ I am trying to protect a jsp/servlet resource in my website. I want to give access to the resource if the right certificate is provided by the user. Making a ssl connection with client authentication is not a

HOWTO: Multiple Instances

2001-12-28 Thread Joseph Wagner
Hello, I recently spent some time setting up a server with a single apache instance and multiple tomcat instances - for use as a shared hosting environment. I wasn't able to find much official documentation on this topic, so I put together a HOWTO on the subject: http://www.javadyne.com/HOWTO

[PATCH][4.0] Server javadoc fix

2001-12-28 Thread Christopher K. St. John
The javadoc comments for o.a.c.Server weren't updated when the Service level was added. I removed the old bad bits and inserted some uninspired but correct new bits. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com server-javadoc.patch Description: Binary

[PATCH][4.0] remove spurious casts in ApplicationFilterChain

2001-12-28 Thread Christopher K. St. John
The "fall off the end of the chain" code in ApplicationFilterChain.internalDoFilter checks if the passed in request and response are HttpServletRequest/ Response objects. Based on the test, it casts the objects and invokes servlet.service(). However, since the servlet member has a static type o

DO NOT REPLY [Bug 5532] - underscore is wrong

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5603] New: - ServletContext.getResourcePaths() returns extra slashes

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5601] New: - getRemoteHost returns ip address

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5600] New: - docbase=xxx.war - does not find web.xml

2001-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Default classes loaded by Tocmat

2001-12-28 Thread Jeff Turner
On Wed, Dec 26, 2001 at 12:31:26PM -0800, Anand Bashyam Narasimham wrote: > Craig, > > I know Tomcat has always been a standards compliant implementation. But will > it be possible say for developers to have extensions where instead of > writing the import statements in a whole lot of JSPs we ma