Filter-Tag Problems with TC 4.0.1

2001-12-05 Thread Levent Guendogdu
Hi everyone, when defining filter-tags in my web.xml file I get the following error starting tc: Starting service Tomcat-Standalone Apache Tomcat/4.0.1 PARSE error at line 9 column -1 org.xml.sax.SAXParseException: Element web-app does not allow filter here. Why is that? A view into the dtd

Re: IIS with isapi-filter gets stuck when Tomcat throwsOutOfMemoryEr ror

2001-11-27 Thread Laurian Gridinoc
On Mon, 2001-11-19 at 08:58, Shay Mandel wrote: Hi All, We have a problem, when Tomcat reaches it's memory limit, and calls keep on coming. The Tomcat seize to respond (I don't blame it), but then, even after the memory is freed, or tomcat is restarted, IIS doesn't go to rest. It uses 100%

isapi filter 3.3 not working on a dual cpu machine

2001-11-20 Thread Shay Mandel
Hi All, I am trying to upgrade the isapi filter from 3.1 to 3.3. Its working on a single CPU machine (both NT and W2K sp2) but when I try to install on a dual CPU, I keep getting a 404 error code from tomcat, as the url that is sent to it /jakarta/isapi_filter.dll I am not sure it is a dual CPU

upgrading isapi-filter: 3.1 to 3.3

2001-11-19 Thread Shay Mandel
Hi All, I am trying to upgrade the isapi filter from 3.1 to 3.3. I've downloaded the sources and compiled the dll. Apparently, it looks like the filter is getting hit by the /jakarta/isapi_filter.dll url, doesn't find a match, but still forwarding this url to tomcat. workers.properties

RE: upgrading isapi-filter: 3.1 to 3.3

2001-11-19 Thread Larry Isaacs
Don't add the Filter DLLs key on WinNT (or Win2k). The Filter DLLs key is only for Win98. Cheers, Larry -Original Message- From: Shay Mandel [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 9:38 AM To: '[EMAIL PROTECTED]' Subject: upgrading isapi-filter: 3.1 to 3.3

RE: upgrading isapi-filter: 3.1 to 3.3

2001-11-19 Thread Shay Mandel
thanks for the response, but it doesn't work. I have no such key in the registry (I guess this is where I should work - I read the win98 docs and understood this is what you meant). Anyway, I tried running tomcat 3.3 with the 3.3 isapi filter, and I get the same problem. any help

IIS with isapi-filter gets stuck when Tomcat throws OutOfMemoryError

2001-11-19 Thread Shay Mandel
Hi All, We have a problem, when Tomcat reaches it's memory limit, and calls keep on coming. The Tomcat seize to respond (I don't blame it), but then, even after the memory is freed, or tomcat is restarted, IIS doesn't go to rest. It uses 100% CPU until it is brutally killed. We are using Tomcat

Re: Authentication Filter Posting Again

2001-11-16 Thread Pritpal Dhaliwal
I am posting this again because no one responded. No one here has worked with filters? Can I get a yes or no about if Tomcat has a Authentication filter? Thanks in Advance, Pritpal Dhaliwal - Original Message - From: Pritpal Dhaliwal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: Authentication Filter Posting Again

2001-11-16 Thread Barry White
Subject: Re: Authentication Filter Posting Again I am posting this again because no one responded. No one here has worked with filters? Can I get a yes or no about if Tomcat has a Authentication filter? Thanks in Advance, Pritpal Dhaliwal - Original Message - From: Pritpal Dhaliwal

Re: Authentication Filter Posting Again

2001-11-16 Thread Craig R. McClanahan
] Subject: Re: Authentication Filter Posting Again I am posting this again because no one responded. No one here has worked with filters? Can I get a yes or no about if Tomcat has a Authentication filter? Thanks in Advance, Pritpal Dhaliwal - Original Message - From: Pritpal

Re: Authentication Filter

2001-11-15 Thread Craig R. McClanahan
On Wed, 14 Nov 2001, Pritpal Dhaliwal wrote: Date: Wed, 14 Nov 2001 22:13:06 -0800 From: Pritpal Dhaliwal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Authentication Filter Is there an authentication filter that could

Re: blocking access using filter (fwd)

2001-11-15 Thread Richard Troy
Date: Wed, 17 Oct 2001 16:41:33 -0700 (PDT) From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: blocking access using filter On Wed, 17 Oct 2001, Taavi Tiirik wrote: Date: Wed, 17 Oct 2001 22:47:53 +0200 From: Taavi Tiirik [EMAIL

RE: blocking access using filter (fwd)

2001-11-15 Thread Richard Troy
Date: Thu, 18 Oct 2001 11:58:34 +0200 From: Taavi Tiirik [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: blocking access using filter Thanks, Craig! 1. If user is not logged in or if the session has timed out then it should open login page and after

Authentication Filter

2001-11-14 Thread Pritpal Dhaliwal
Is there an authentication filter that could be used with Servlet Spec 2.3. Does tomcat 4 come with one that could be used? Thanks in Advance, Pritpal Dhaliwal -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

How can i use isapi_redirect.dll as global filter to all websites in IIS..

2001-11-13 Thread sajida kalsoom
hi users! I have configured tomcat3.2.3 IIS with virtual host. I have to add isapi dll and create virtual directory named as jakarta against folder containing the dll with each virtual site under IIS . Is there any way to configure dll only at server level ..means as global filter. so

filter applied on JSP?

2001-11-12 Thread Huaxin
is it possible to have a filter working on a JSP file? I tryed the following, with TEMPLATE = index.jsp, index.jsp but all doesn't work. !-- filter mapping -- filter-mapping filter-nameservletLogFilter/filter-name servlet-name TEMPLATE/servlet-name /filter-mapping

Re: filter applied on JSP?

2001-11-12 Thread Kevin Barnes
Use the url-pattern element instead of the servlet-name element and you're good to go filter-mapping filter-nameservletLogFilter/filter-name url-pattern index.jsp /url-pattern /filter-mapping k At 11:15 AM 11/12/01 -0700, you wrote: is it possible to have a filter working on a JSP

forward to servlet not go through Filter

2001-11-11 Thread Huaxin
Can you paste your code for more details? -Original Message- From: Lester June Cabrera [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 11, 2001 8:28 PM To: [EMAIL PROTECTED] Subject: OutputStream Error Hi, How do I prevent the following error from occurring? Basically, it happens

RE: blocking access using filter

2001-10-18 Thread Taavi Tiirik
security constraint like you suggested covered the first step and now I have this filter purring like a kitten. Just in case anybody is interested... this is what I did. doFilter looks like this: public void doFilter ( ServletRequest request, ServletResponse response

Redirection Filter on IIS : Authenification

2001-10-18 Thread Beat Friedli
question: - What files need to be accessible by the internet-guest-account when using the Redirection Filter on IIS? background-information: --- Im working with tomcat3.2.3 and the isapi_redirect.dll from the jakarta-Homepage on an IIS 4. The redirection works fine

ISAPI Filter

2001-08-15 Thread Dave Finch
Does anyone know where I can get the source code for the ISAPI filter? TIA, Dave Finch

Re: ISAPI Filter

2001-08-15 Thread Pier P. Fumagalli
Dave Finch at [EMAIL PROTECTED] wrote: Does anyone know where I can get the source code for the ISAPI filter? What ISAPI filter? Mod_jk? They're in CVS. Pier

filter mapping

2001-08-14 Thread Lin, Zhongwu
In tomcat 4.0, how do I map filter ( my filter ) to servlet my simple servlet ? filter-mapping filter-namemy filter/filter-name !-- this does not work -- servlet-namemy simple servlet/servlet-name !-- this does not work neither -- servlet

Re: filter mapping

2001-08-14 Thread Craig R. McClanahan
On Tue, 14 Aug 2001, Lin, Zhongwu wrote: In tomcat 4.0, how do I map filter ( my filter ) to servlet my simple servlet ? You can map a filter either by servlet-name or by url-pattern. Given the servlet definition you have below, your first option should be correct. So what request URI

RE: Strange bug - XSLT filter on Tomcat 4.0 b6

2001-08-10 Thread Stuart Halloway
Tom, Craig, Thanks for pointing out the bug in the filter example on the JDC Tech Tips. A fixed version of the tip will be up shortly. Stuart Halloway http://staff.develop.com/halloway -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01

RE: Strange bug - XSLT filter on Tomcat 4.0 b6

2001-08-01 Thread HEBBRON,TOM (HP-UnitedKingdom,ex2)
Also, to follow up - there is another filter, this time from IBM devworks - could someone please try this and tell me I'm not going mad - there is a bug here? Code from http://www-106.ibm.com/developerworks/library/j-tomcat/index.html Ok - so set up the filter (DO NOT USE THE IE FILTER

Re: Strange bug - XSLT filter on Tomcat 4.0 b6

2001-08-01 Thread Craig R. McClanahan
On Wed, 1 Aug 2001, HEBBRON,TOM (HP-UnitedKingdom,ex2) wrote: Hi - I've been writing an XSLT filter using the servlet 2.3 filter mechanism, and have come across this bug several times, including in the example xslt filter at suns JDC (http://developer.java.sun.com/developer/JDCTechTips

RE: Strange bug - XSLT filter on Tomcat 4.0 b6

2001-08-01 Thread Craig R. McClanahan
On Wed, 1 Aug 2001, HEBBRON,TOM (HP-UnitedKingdom,ex2) wrote: Also, to follow up - there is another filter, this time from IBM devworks - could someone please try this and tell me I'm not going mad - there is a bug here? Code from http://www-106.ibm.com/developerworks/library/j-tomcat

Deploying an XSLT filter in Tomcat 4.0

2001-06-21 Thread Martin Coxall
Does anybody know the current level of support for filters in Tomcat 4.0? I have written a small filter to take the XML output from one of our servlets, and then dependent on a parameter in the ServletRequest, use Xalan to transform the XML to HTML, WML or VoxML as appropriate. Unfortunately

RE: Deploying an XSLT filter in Tomcat 4.0

2001-06-21 Thread Samson, Lyndon [IT]
To: [EMAIL PROTECTED] Subject: Deploying an XSLT filter in Tomcat 4.0 Does anybody know the current level of support for filters in Tomcat 4.0? I have written a small filter to take the XML output from one of our servlets, and then dependent on a parameter in the ServletRequest, use Xalan to transform

RE: Tomcat as an ISAPI filter wont work

2001-06-05 Thread Randy Layman
To: [EMAIL PROTECTED] Subject: Tomcat as an ISAPI filter wont work Hello, i'm trying to setup Tomcat as an ISAPI filter of IIS4 (running on NT4 server). Tomcat works fine when I test it as stand-alone. Then I followed the instructions given with the 3.2.1 distribution to make tomcat

Tomcat as an ISAPI filter wont work

2001-06-04 Thread Alexandre Bouchard
Hello, i'm trying to setup Tomcat as an ISAPI filter of IIS4 (running on NT4 server). Tomcat works fine when I test it as stand-alone. Then I followed the instructions given with the 3.2.1 distribution to make tomcat a ISAPI filter. But when I try to load a page, I get a popup window asking me

Tomcat 4 - Filter problem

2001-05-02 Thread Francesco Marsoni
I wrote a filter. Put it in a jar file and added to classpath. This is the result: java.lang.ClassCastException: net.indaco.klyx.auth.tomcat.KlyxFilter at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilter Config.java:250

Antwort: Tomcat 4 - Filter problem

2001-05-02 Thread Christian . Schildt
: enze.it Thema: Tomcat 4 - Filter problem

RE: ISAPI filter question

2001-04-06 Thread Borislav Iordanov
Thanks a lot for your help! Borislav -Original Message- From: Ricardo Gladwell [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 5:25 AM To: [EMAIL PROTECTED] Subject: RE: ISAPI filter question The ISAPI filter is not responsible for starting Tomcat: it merely handles

RE: ISAPI filter question

2001-04-05 Thread Ricardo Gladwell
The ISAPI filter is not responsible for starting Tomcat: it merely handles redirecting requests from IIS to Tomcat. You can configure your machine to start Tomcat automatically: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm l And you can even configure Tomcat

ISAPI filter question

2001-04-04 Thread Borislav Iordanov
Hi, I've used tomcat for a while, starting it from the command line. Now, I've configured the ISAPI filter for IIS 5.0 under Windoz 2000 Professional and it works fine also. Except, I'm wondering why do I have to start tomcat from the shell as usual? Why doesn't the ISAPI filter start it? What

ISAPI filter problem on win2k, more info

2001-03-26 Thread Dave Brown
I have triple checked all of my settings and whenever I try to start IIS I get the error below. Here's the strangest thing. I downloaded the source and added some DebugBreak() calls and recompiled it and put it into the designated filter location. When I do this I still get the problem

ISAPI Filter under Windows 2000

2001-03-26 Thread Gustavo Muñoz
Hi: I've downloaded Tomcat this very afternoon. The version is 3.2.1 Apparently there is a problem with the ISAPI Filter under Win2K. The IIS never loads the ISAPI filter correctly, that is, it never appears the green upward-pointing arrow. It seems that the problem is that the dll has

RE: ISAPI Filter under Windows 2000

2001-03-26 Thread Dave Brown
: Monday, March 26, 2001 8:35 PM To: [EMAIL PROTECTED] Subject: ISAPI Filter under Windows 2000 Hi: I've downloaded Tomcat this very afternoon. The version is 3.2.1 Apparently there is a problem with the ISAPI Filter under Win2K. The IIS never loads the ISAPI filter correctly, that is, it never

ISAPI Filter under Windows 2000

2001-03-26 Thread Gustavo Muñoz
Hi: I've downloaded Tomcat this very afternoon. The version is 3.2.1 Apparently there is a problem with the ISAPI Filter under Win2K. The IIS never loads the ISAPI filter correctly, that is, it never appears the green upward-pointing arrow. It seems that the problem is that the dll has

RE: ISAPI Filter under Windows 2000

2001-03-26 Thread zze-messager FTM balr002
: mardi 27 mars 2001 07:05 : [EMAIL PROTECTED] Objet : ISAPI Filter under Windows 2000 Hi: I've downloaded Tomcat this very afternoon. The version is 3.2.1 Apparently there is a problem with the ISAPI Filter under Win2K. The IIS never loads the ISAPI filter correctly, that is, it never appears

IIS/PWS fails to load isapi_redirect.dll filter

2001-03-01 Thread Hawkins, Keith (Keith)
I am trying to get the isapi_redirect.dll filter to run under IIS/PWS. I have quadruple checked all the values that I need to set up according to the instructions posted on the Tomcat site. But every time I stop and start the web service, I get the dreaded red down arrow. (The bane of my

Re: Filter

2001-02-22 Thread Craig R. McClanahan
Fernando Padilla wrote: I am unknowledgable to the Servlet 2.3 specification, so I would like pointers to using Tomcat with "Filter"s. If it is as simple as go read the spec, then just ignore this. Reading the spec (and the associated API docs) is a good starting point. Y

Installing Tomcat to run as an IIS-ISAPI filter on Win2000.

2001-02-21 Thread Tomer Cohen
Hi, I'm Tomer Cohen, from Exent Technologies Ltd. We are currently looking for a Servlets/JSPs engine to run as an ISAPI filter/redirector on Win2k IIS's web server. I'd highly appreciate if you could send me the URL where information is available for installing and running Tomcat

RE: Installing Tomcat to run as an IIS-ISAPI filter on Win2000.

2001-02-21 Thread Etienne Baert
Hi Tomer, you can download tomcat from : http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/tomcat-3.2.1.zip In order to integrate tomcat with IIS, you will need the following isapi filter : http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/win32/i386/isapi_ redirect.zip

Re: Installing Tomcat to run as an IIS-ISAPI filter on Win2000.

2001-02-21 Thread Oleg L. Sverdlov
1 12:00 PM Subject: Installing Tomcat to run as an IIS-ISAPI filter on Win2000. Hi, I'm Tomer Cohen, from Exent Technologies Ltd. We are currently looking for a Servlets/JSPs engine to run as an ISAPI filter/redirector on Win2k IIS's web server. I'd highly appreciate if you cou

FW: Installing Tomcat to run as an IIS-ISAPI filter on Win2000.

2001-02-21 Thread Etienne Baert
: RE: Installing Tomcat to run as an IIS-ISAPI filter on Win2000. Hi Tomer, you can download tomcat from : http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/tomcat-3.2.1.zip In order to integrate tomcat with IIS, you will need the following isapi filter : http://jakarta.apache.org/builds

strange archive filter!!

2001-02-19 Thread Bard
Does anyone know why half of my message about Apache + Tomcat + mod_jk and virtual hosts refuses to appear? It will be difficult to get a sensible answer if people can't read the question! Bard - To unsubscribe, e-mail:

Re: strange archive filter!!

2001-02-19 Thread Jan Labanowski
Because you used a line starting from "from ". The From on the beginning of line is a message separator in UNIX. The programs which operate on mailboxes think that the From starts another message and stop. Remember "From " on the beginning of line is bad, if you need it do: From Smarter MUA

ISAPI Filter between IIS5 and Tomcat

2001-02-15 Thread Steve Wong
I am currently using IIS5 in Windows2000 with SP1. I would like to add an ISAPI Filter with tomcat. However, I can add the filter successfully with Green Up Arrow. But everytimes I browse the page that needed to be redirected, I got : The Page cannot

isapi_redirect filter problem

2001-01-31 Thread shlomi sarfati
Hi I tried to install the isapi+AF8-redirec dll on my windows 2000 IIS as explained in the document : 'Tomcat IIS HowTo' my problem is that the that the green arrow up (indicating that the dll is in the air) doesn't appear after restarting the iis as result the redirect doesn't work.( a red

RE: XSLT Filter implementation hints?

2001-01-18 Thread Leong Mun Wai
I assume that what you want to do is apply an XSLT transformation on the *output* of a JSP page (which generates XML), right? If so, the following general strategy is what you need: Yep, this is exactly what I want to do... a buffer of some sort. When the JSP page is completed (i.e.

RE: XSLT Filter implementation hints?

2001-01-15 Thread Johnson Lim
Filter implementation hints? Hi, I'm trying to implement an XSLT filter in Tomcat 4.0 for a JSP with XML content. Any hints on how this can be done? thanks Mun Wai - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: XSLT Filter implementation hints?

2001-01-15 Thread Leong Mun Wai
Hi, Yup, I've tried cocoon, but it uses its own XSP instead of JSP. I'm trying to use the new Filter mechanism to get the same effect with JSP. Mun Wai -Original Message- From: Johnson Lim [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 6:10 PM To: [EMAIL PROTECTED] Subject

RE: XSLT Filter implementation hints?

2001-01-15 Thread Coetmeur, Alain
simple (a thousand of lines) If some one have experience with XSL-TagLib, I'm very interested to hear about... -Message d'origine- De: Leong Mun Wai [mailto:[EMAIL PROTECTED]] I'm trying to implement an XSLT filter in Tomcat 4.0 for a JSP with XML content. Any hints on how this can be done

Re: XSLT Filter implementation hints?

2001-01-15 Thread Craig R. McClanahan
David Cohrs wrote: Craig R. McClanahan wrote: * You will need to create a wrapper class for the response that is handed on to the remainder of the filter chain. See below for more info on what this wrapper must do. * Implement your Filter's doFilter() method something like

XSLT Filter implementation hints?

2001-01-14 Thread Leong Mun Wai
Hi, I'm trying to implement an XSLT filter in Tomcat 4.0 for a JSP with XML content. Any hints on how this can be done? thanks Mun Wai - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

MIME-type filter

2001-01-04 Thread
Hi everyone~~ I'd like to know that Tomcat4.0 can support MIME-type filter. and if it does, how to config and use?

Installing tomcat filter in IIS

2000-11-15 Thread Erik Vande Velde
I've installed the tomcat filter in IIS 5.0 under WIN2000 as explained in the documentation ( with all required registry changes ) but it just don't seem to work. In the IIS console the filter is always marked with a red down-arrow instead of a green up-one. What could be wrong ? Which port do I

RE: Installing tomcat filter in IIS

2000-11-15 Thread Mark Franz
:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 12:26 PM To: [EMAIL PROTECTED] Subject: Installing tomcat filter in IIS I've installed the tomcat filter in IIS 5.0 under WIN2000 as explained in the documentation ( with all required registry changes ) but it just don't seem to work. In the IIS

regarding the filter

2000-11-02 Thread Balakrishnan Thirunavukkarasu
Dear Sir, I am trying this Tomcat IIS HOW TO. I find it quiet interesting but as you said setting up the filter part which is very important to redirect, I couldn't get the upward green arrow. It is downward red arrow. Is there any way to over come this. Kindly advise on this. Awaiting your

<    2   3   4   5   6   7