Feature request - context as a vhost and a sub-dir

2002-02-03 Thread Deacon Marcus
Hi, Would it be possible for contexts to exist as a vhost (cntxt.domain.ext) and a sub-dir (www.domain.ext/cntxt) at the same time? Greetings, deacon Marcus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

ClassLoader priorities?

2002-02-03 Thread Deacon Marcus
Hi, Is it possible to override single classes in Tomcat by placing .class files in server/classes? If a .class exists both in /lib/somejar.jar and /classes/package/class.class which one is used? Greetings, deacon Marcus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

DO NOT REPLY [Bug 6201] New: - ISO-8859-8-i problem. (hebrew)

2002-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6201. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

PageCaching Feature

2002-02-03 Thread Gunnar Wagenknecht
Hi! I'm wondering if it is possible to implement a page chaching mechanisme into the Tomcat Engine? Did anyone thought about this before? Where can I find suitable development documents to evalutate the implementation of such a functionality into the Tomcat Engine? I currently evaluating and

RE: PageCaching Feature

2002-02-03 Thread Deacon Marcus
Hi, Check http://www.opensymphony.com/oscache/ , you may find it interesting. Greetings, deacon Marcus -Original Message- From: Gunnar Wagenknecht [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: PageCaching Feature Hi! I'm

RE: PageCaching Feature

2002-02-03 Thread Gunnar Wagenknecht
-Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 3:14 PM To: Tomcat Developers List Subject: RE: PageCaching Feature Hi, Check http://www.opensymphony.com/oscache/ , you may find it interesting. Greetings, deacon Marcus Hi! Thanks

I18n

2002-02-03 Thread Deacon Marcus
Hi, I have to implement i18n in Tomcat 4.01/4.02, selecting files like file_en.jsp when file.jsp is requested via RequestDispatcher. Basically, I have to change requested path inside RequestDispatcher based on info provided in both ServletContext and active HttpServletRequest. Where is the best

Multiple URLs/Single IP

2002-02-03 Thread Micael Padraig Og mac Grene
How can I map multiple URLs, e.g. www.aa.com and www.bb.com, which are pointed to a single IP address, e.g. 210.34.247.21, to multiple web applications, e.g. webapps/aa and webapps/bb? Many thanks for any help. I have had a solution offered with a Layer-7 Switch and a squid proxy, but I

DO NOT REPLY [Bug 5958] New: - Wrong mod_jk.conf for path pattern

2002-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5958. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Multiple URLs/Single IP

2002-02-03 Thread Bill Barker
This is largely what NameVitualHost(s) are for in Apache. See: http://httpd.apache.org/docs/mod/core.html#namevirtualhost - Original Message - From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 03, 2002 8:25 AM Subject: Multiple URLs/Single

DO NOT REPLY [Bug 6206] New: - Sixteen Lifecycle implementers disagree with Lifecycle API docs

2002-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6206. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Should StandardCluster.stop() throw a LifecycleException?

2002-02-03 Thread Janek Bogucki
Hi, Should StandardCluster.stop() throw a LifecycleException? StandardCluster.stop () does not throw a LifecycleException when stop () is invoked on an instance which has not been started. A message is logged but then the code proceeds and a NullPointerException could result. (I don't

DO NOT REPLY [Bug 6208] New: - Bug in Tomcat's implementation of the sendRedirect method of the HttpServletResponse interface

2002-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6208. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6209] New: - ?xml version=1.0 encoding=ISO-8859-1? missing from sample web.xml file

2002-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6209. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Issues with Tomcat 4.0.1 and WebAppDeploy

2002-02-03 Thread Punky Tse
Donna, First, what does access_log and error_log say? Can you see Web-application not yet deployed in error_log? Second, can you reach http://papeete:88/manager/ ? Do you start Tomcat before httpd is started? Try this sequence. If you use webapp-1.0.1 you will encounter such problem.

Re: Multiple URLs/Single IP

2002-02-03 Thread Micael Padraig Og mac Grene
Thanks, Bill. However, I looked at the documentation. What makes you think that solves this problem? I am not saying you are wrong, but I don't see how that does it. Micael At 03:44 PM 2/3/02 -0800, you wrote: This is largely what NameVitualHost(s) are for in Apache. See:

Re: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-03 Thread costinm
On Sat, 2 Feb 2002, Bill Barker wrote: +4416 URI En/Decoding not working + (investigate and fix if feasible) My vote is for LATER, since as I understand the bug it is too late to test this well, and the fix (if not done right) has the potential to create

Re: Multiple URLs/Single IP

2002-02-03 Thread Bojan Smojver
I think you should have a look into Tomcat User's guide, Configuring Virtual Hosting section, as it explains how this is done. I'm not 100% any more if virtual hosting has been improved in any way in the 3.2.x series over what't described in the manual, but I can tell you for sure that 3.3.x

Apache 1.3.22 and 1.3.23 LoadModule Error with Tomcat 4.0.1

2002-02-03 Thread Micael Padraig Og mac Grene
I am getting an error I cannot find in the lists. The error, on trying to run Apache, after adding LoadModule and AddModule to conf, I get the error: Invalid Command 'LoadModule', perhaps this is mis-spelled or defined by a module not included in the server configuration. I downloaded the

Re: Multiple URLs/Single IP

2002-02-03 Thread Bill Barker
The underlying VirtualHost entries can then Include the directives to the Tomcat instance that handles that vhost. If you want one Tomcat, then you can use mod_rewrite (within the VirtualHost) to direct to the correct Context. - Original Message - From: Micael Padraig Og mac Grene [EMAIL

Re: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-03 Thread Bill Barker
- Original Message - From: [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Sunday, February 03, 2002 10:36 PM Subject: Re: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt On Sat, 2 Feb 2002, Bill Barker wrote: +4416 URI En/Decoding not working