web.xml filter config

2002-01-17 Thread Grobe, Gary
How do I get ... http://localhost/{mycontext} to point to Filter (default filter) and ... http://localhost/{myContext}/f2 to point to Filter2? I've been having problems calling Filter2. I want both filters to operate on the same file ... so if i just type in http://localhost/myContext , then

RE: web.xml filter config

2002-01-17 Thread Grobe, Gary
}/index.html -- filtered by Filter http://localhost:8080/{mycontext}/f2/index.html -- filtered by Filter2 and then Filter Craig On Thu, 17 Jan 2002, Grobe, Gary wrote: Date: Thu, 17 Jan 2002 17:12:28 -0600 From: Grobe, Gary [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL

RE: class xxx is not a servlet ?

2001-08-23 Thread Grobe, Gary
hehe, this subject line will surely make it past all the net nannies! -Original Message- From: Marcus Crafter [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 9:34 AM To: Tomcat User Mailing List Subject: class xxx is not a servlet ? Hi All, Hope all is well.

callbacks to the container or similar exist ?

2001-08-17 Thread Grobe, Gary
I've posted this before and am still looking for a solution. After reading the Tomcat architecure docs, I have a question. Is there anyway to call the invoke method of a container from the webserver whenever needed. i.e. If I wanted to get the time it takes for the web server to process a

do callbacks to engine exist?

2001-08-01 Thread Grobe, Gary
After reading the Tomcat architecure docs, I have a question. Is there anyway to call the invoke method of a container from the webserver whenever needed. i.e. If I wanted to get the time it takes for the web server to process a request, could the server engine be invoke()'d to startTime and

explanation of the container with apache

2001-07-30 Thread Grobe, Gary
I'm looking to know how someone would explain how the servlet container interacts with the web server. Things like, what exactly is a container, how requests are forwared to the container, how the connections are made, the overhead, namespacing, etc... Or even point me to a few refs about

RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-16 Thread Grobe, Gary
May you could use a servlet to catch the URL in the request? -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 9:10 PM To: '[EMAIL PROTECTED]' Subject: RE: (Off topic) How to know which hyper-link has been clicked? why dont u use

RE: JDK support....

2001-02-13 Thread Grobe, Gary
I'm very interested in this one. What do you mean they don't "really" support it. I'm working on a project that will require 2.3 servlets for several platforms and was hoping iPlanet would have this done by 2002. It says on their website they do 2.2, so what the "almost"? I guess my basic 2.2

Tomcat Servlets IIS ASP ?

2001-02-12 Thread Grobe, Gary
I work w/ JSP but have no experience with ASP. I'd like to know how IIS processes ASP and if these same request/responses can also be sent to TOMCAT? What are other people doing for tomcat sites that use ASP? - To unsubscribe,

RE: Tomcat Servlets IIS ASP ?

2001-02-12 Thread Grobe, Gary
an idea of what's involved. -- Rob --On Monday, February 12, 2001 09:11:20 AM -0600 "Grobe, Gary" [EMAIL PROTECTED] wrote: I work w/ JSP but have no experience with ASP. I'd like to know how IIS processes ASP and if these same request/responses can also be sent to TOMCAT? What are ot

mod_jk tomcat-4.0

2001-02-09 Thread Grobe, Gary
does mod_jk work with tomcat4? i downloaded tomcat4.0 and didn't see the files to make this mod. and if anyone knows a config link to make tomcat an in-process worker, much appreciated. - To unsubscribe, e-mail: [EMAIL

tomcat iis servlet filters w/ *.asp ... possible?

2001-02-09 Thread Grobe, Gary
I'm running Tomcat4.0 w/ Apache 1.3.14 on linux. I'm using 4.0 because of my use of servlets and filters. Every web page served up by the web server is modified in the respose's output stream (I insert code into a web page of any type). I'd like to port this same stuff to IIS but have a few

redirecting *.html to Tomcat ?

2001-02-02 Thread Grobe, Gary
I've got some *.html pages that I want to send to Tomcat so that my filters can act on them. Is that possible? Adv(Thnxs)ance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

insert code into html pages ... filters in Tomcat4, 2.3 servlets

2001-02-01 Thread Grobe, Gary
I have tomcat 4.0 (uses 2.3 servlets) up and running. I'd like to insert code into the body of html pages that I've requested (must insert code into an existing page, not write the page from a servlet). Q1 - Can someone point me to some 2.3 servlet examples, or an API reference, tutorials,

filters problems in tomcat ...

2001-02-01 Thread Grobe, Gary
I'm having the following output in ~/logs/catalina.out. Is it safe to say that filters are still not ready in tomcat 4.0? I've basically taken the filter tutorial (lesson 3) on orionserver.com and tried this with tomcat4.0. My servlet as shown in the web.xml (bottom) file works, but the filter

Catalina not starting ...

2001-01-31 Thread Grobe, Gary
Tomcat built successfully, I'm not sure of what the below error means. (as root) ~/apache_home/bin/apachectl start ~/jakarta_home/build/tomcat-4.0/bin/catalina.sh start produces the following ~/logs/catalina.out: - Exception during startup processing

help getting tomcat 4.0 (catalina) running ?

2001-01-31 Thread Grobe, Gary
#1. ~/build/catalina.sh start : puts the following msg in the ~/logs/catalina.out file. Exception during startup processing java.lang.reflect.InvocationTargetException: javax.xml.parsers.FactoryConfigurationError: com.sun.xml.parser.SAXParserFactoryImpl at

RE: the following occurs when building catalina ...

2001-01-24 Thread Grobe, Gary
it's running on linux 2.2.18 (RH) and the jsdk2 1.3 rc-1 from blackdown.org. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 3:50 PM To: [EMAIL PROTECTED] Subject: Re: the following occurs when building catalina ... "Grobe,

since catalina's not ready, can this be done w/ tomcat 2.2 servlets ...

2001-01-22 Thread Grobe, Gary
The 2.3 servlet specs allow filters but since I'm running into several undocumented install issues with Catalina, I'd like to know if it's possible to insert code into html pages with the current servlet features of tomcat's 2.2 specs. Anyone know how this might be done? I'm running apache

RE: in other directory

2001-01-22 Thread Grobe, Gary
In the docs dir, read the tomcat-apache-howto.html, where you'll find a link to Tomcat User's Guide, then where it says "Starting Tomcat from Another Directory". It does a better job explaining than anything. -Original Message- From: Landaluze Produktions IS - Carlos [mailto:[EMAIL

RE: tomcat and rmi

2001-01-22 Thread Grobe, Gary
Wendy, As far as Tomcat goes, you don't need to do anything except know the order in which to bring it up for your applications bindings. Nothing extra needs to be done if I remember right, been awhile. Ahhh, and don't forget to include your stub classes in your app tree. When I did it, my

need another way with 2.2 servlets

2001-01-19 Thread Grobe, Gary
I'm looking for a solution where I can insert code into pages (like applet tags into html, etc...) already served up by the server (and not know anything about the pages themselves). This seems to be do-able in 2.3 servlet specs w/ filters, but as I'm running into several undocumented issues

JMX

2001-01-18 Thread Grobe, Gary
I'm building Catalina and the docs don't mention anything about JMX_HOME. Yet when I do './build.sh', a msg saying I should point JMX_HOME to the Java Management Extension install appears. What/where is this? Adv(Thnxs)ance -