RE: Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Darrell Porter
Since you're on a Win32 machine, did you do a search on the local hard drive for "osql.*" ? If so, does the path to that location contain any spaces? If so, specify a fully qualified path and use the short naming convention for the path (i.e. C:\Program Files\Oracle Applications\bin\osql.exe bec

RE: Stopping access to WEB-INF?

2001-04-16 Thread Darrell Porter
Debug Levels   Level 0   Errors and states that cause a significant change in program flow.     => Anything that causes a Discon+Retry or a "giveup" message.Level 1   Important or inaccessible state information.   => Connection start, Idle disconnection.Level 2   Rare things that cause a m

RE: help with ie 5.0

2001-04-17 Thread Darrell Porter
Are you running Tomcat in conjunction with IIS? If so, make sure you allow anonymous or basic authentication access to the IIS site, otherwise, it is trying to do NT Challenge/Response authentication which doesn't work over port 80. Darrell -Original Message- From: time out [mailto:[EM

RE: help with ie 5.0

2001-04-17 Thread Darrell Porter
Are you using ajp12 or ajp13? Does it only work if you are "inside" the firewall? Does it work from Netscape outside the firewall? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 11:15 AM To: [EMAIL PROTECTED] Subject: RE: help with ie

RE: help with ie 5.0

2001-04-17 Thread Darrell Porter
s the IIS server in the same domain/directory that users who are able to access it from the inside are in? If not, is there a trust relationship between the domains? Thanks Darrell -Original Message- From: time out [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 1:50 PM To: Da

RE: Help with Tomcat log messages

2001-04-18 Thread Darrell Porter
Other than this being a malformed GET operation... Does the site work at all? -Original Message- From: Blankenship, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 8:17 AM To: '[EMAIL PROTECTED]' Subject: Help with Tomcat log messages I have installed Tomcat on a coupl

RE: ** Does Tomcat need Restart **

2001-04-18 Thread Darrell Porter
The only method whereby I have gotten it to repeatedly work correctly is to stop Tomcat, blow away the work directory and restart Tomcat. What would be useful is a method in which Tomcat, upon restart, automatically compiles all the JSPs in its defined contexts. Darrell -Original Message--

RE: W2000 + apache 1,3 + tomcat 4

2001-04-18 Thread Darrell Porter
Tomcat 3.2.1 (Release) http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i38 6/ Tomcat 4 (beta 3) http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/ Apache 1.3 Windows 2000 Installation Packages http://httpd.apache.org/dist/httpd/binaries/win32/ For refe

RE: setting up tomcat and apache to run together

2001-04-18 Thread Darrell Porter
Because 1) Not everyone knows about them (unfortunately, Tomcat and Apache are downloadable from many places other than apache.org sites) 2) The how-to's are missing a few key pieces of information - not that they aren't good, but handing a how-to to a novice user is not the comple

RE: apache virtual Hosting with tomcat

2001-04-18 Thread Darrell Porter
You may want to check out http://www.luminas.co.uk/technology/servlet/tomcat_virtual.html and http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto. html#virtual_hosting -Original Message- From: C.M. Rahman (jr.) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 1

RE: getting line numbers instead of (compiled code)

2001-04-18 Thread Darrell Porter
But doesn't BSD stand for Basic Standard DOS ? Darrell -Original Message- From: Christoph Kukulies [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:44 AM To: [EMAIL PROTECTED] Subject: Re: getting line numbers instead of (compiled code) On Wed, Apr 18, 2001 at 02:05:59P

RE: ** Does Tomcat need Restart **

2001-04-18 Thread Darrell Porter
ory before restarting. Now I don't have to remember to do that anymore. -Original Message- From: Darrell Porter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 10:52 AM To: '[EMAIL PROTECTED]' Subject: RE: ** Does Tomcat need Restart ** The only method whereby I hav

RE: help needed: Server Side Includes

2001-04-19 Thread Darrell Porter
http://www.jspinsider.com/tutorials/jsp/Ray/JSPB_9.html -Original Message-From: Sergej Sander [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 19, 2001 5:53 AMTo: [EMAIL PROTECTED]Subject: help needed: Server Side Includes Hallo!   I am new here, my name is Sergej and I

RE: An easy one?...Tomcat & IIS

2001-04-24 Thread Darrell Porter
Check out the How-To at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l -Original Message- From: Scott Weaver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 3:33 PM To: [EMAIL PROTECTED] Subject: An easy one?...Tomcat & IIS Hello all, I'm su

RE: Tomcat/IIS 5 /examples solution?

2001-04-26 Thread Darrell Porter
ISAPI applications are called only on demand, if a request explicitly points to the DLL. Hence, in the most common case - of processing all normal requests, the additional overhead of a filter will not be incurred. ISAPI Filters provide call backs at each stage of the processing. Realize that wha

RE: Newbie problem starting web server.

2001-04-30 Thread Darrell Porter
To (mostly) capture what appears in the tomcat command interpreter window on a Win32 platform, do the following: In the %TOMCAT_HOME%\bin directory is a file called TOMCAT.BAT Searching through the file, you will find a code snippet that looks like this: :startServer echo

RE: Installation on Windows ME

2001-04-30 Thread Darrell Porter
What do you mean by "dynamically setting environment variables" ? Do you have enough environment space set aside in the window starting Tomcat (default is 1024 which is woefully inadequate)? You may also want to check out http://support.microsoft.com/support/kb/articles/Q269/5/24.ASP Or you may

RE: What is errno = 61 and how to resolve it?

2001-04-30 Thread Darrell Porter
errno 61 is Connection refused. Attached is a comma-delimited list of errno's for future reference... I hope this gets you started... Darrell Name,Number,Explanation EJUSTRETURN,-2,don't modify regs - just return ERESTART,-1,restart syscall EPERM,1,Operation not permitted ENOENT,2,No su

RE: Newbie problem starting web server.

2001-05-01 Thread Darrell Porter
: Monday, April 30, 2001 10:28 PM To: [EMAIL PROTECTED] Subject: Re: Newbie problem starting web server. Darrell Porter wrote: > > In the %TOMCAT_HOME%\bin directory is a file called TOMCAT.BAT > Searching through the file, you will find a code snippet that looks li

RE: Tomcat Boot: Help!

2001-05-01 Thread Darrell Porter
What does your script look like? Where is it? -Original Message- From: Mike Gruber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 10:17 AM To: [EMAIL PROTECTED] Subject: Tomcat Boot: Help! I am still desperately trying to get Tomcat 3.2.1 to start up at boot time. It starts,

RE: tomcat installation on windows 2000

2001-05-09 Thread Darrell Porter
Do you want to run Tomcat stand-alone or integrated with IIS 5? Darrell -Original Message- From: saraf aparna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:04 PM To: [EMAIL PROTECTED] Subject: tomcat installation on windows 2000 Hi I want to install tomcat on windows 200

RE: Âü°íÇϼ¼¿ä

2001-05-10 Thread Darrell Porter
excuse me? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 11:30 PM Subject: Âü°íÇϼ¼¿ä ¿©·¯ºÐ¿¡°Ô °¡Àå ÇÊ¿äÇÏ°í À¯ÀÍÇÑ ÄÄÇ»ÅÍ °ü·ÃÇÁ·Î±×·¥À» ÆÄ°ÝÀûÀ¸·Î ½Ñ °¡°Ý¿¡ °ø±ÞÇÕ´Ï´Ù ÃֽŰÔÀÓ. À¯Æ¿°ü·ÃÇÁ·Î±×·¥. MP3. ºñµð¿À½Ãµð µî

WAR file behavior and Tomcat 3.2.x

2001-06-01 Thread Darrell Porter
word-protect the WAR file but I can find no instructions on configuring Tomcat to access these encrypted files. Any sources? Thanks Darrell Porter "Only a man who can not conquer his deficiencies feels the need to convince the world he has none."

WAR file behavior and Tomcat 3.2.x

2001-06-05 Thread Darrell Porter
that it was possible to encrypt or password-protect the WAR file but I can find no instructions on configuring Tomcat to access these encrypted files. Any sources? Thanks Darrell Porter "Only a man who can not conquer his deficiencies feels the need to convince the world he has none."

RE: WAR file behavior and Tomcat 3.2.x

2001-06-11 Thread Darrell Porter
that it was possible to encrypt or password-protect the WAR file but I can find no instructions on configuring Tomcat to access these encrypted files. Any sources? Thanks Darrell Porter "Only a man who can not conquer his deficiencies feels the need to convince the world he has none."

RE: Tomcat uptime...

2001-10-19 Thread Darrell Porter
I have 8 Tomcat 3.2.3 servers running on Win2K and reboot them approximately every 60 days due to scheduled maintenance (blowing the dust out, etc). I would suggest you examine the logs and find out why the 500 errors are being generated - often caused by database disconnects, poor coding practic

RE: Security Question

2001-10-19 Thread Darrell Porter
What is your debug level in the context? Darrell -Original Message- From: Gerry Duhig [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 9:34 AM To: [EMAIL PROTECTED] Subject: Fw: Security Question I am using Tomcat with JBoss and JBoss is handling security. Everything works fi

RE: Win200 crashing with Tomcat 4

2001-10-19 Thread Darrell Porter
I had a Win2K server that was rebooting periodically for no apparent reason. As it turns out, the problem was that the server had Automatic Recovery turned on in the BIOS (Compaq, HP and Dell servers have this feature) and disabling this feature stopped the inexplicable reboots. Check it out. D

RE: Restarting Tomcat on NT

2001-07-03 Thread Darrell Porter
Steve, If you're running personal web server, IIS, or some third party apps that have integrated web servers (several webcam products come to mind), then shut these down. This is most likely the offending application. Darrell -Original Message- From: Steven Turoff [mailto:[EMAIL PROTE

RE: There is no disk in the drive!

2001-07-11 Thread Darrell Porter
1.) Open the folder on your hard drive (InitialProject). 2.) Right click your mouse in the folder. 3.) Select "New" Text Document 4.) Name the Document "swa" (no extension) 5.) If prompted to change the filename extension click "YES" If this works, let me know. tha

RE: help...help

2001-07-13 Thread Darrell Porter
Dhwani, If you're running under NT/2000, check the C:\WINNT\SYSTEM32\DRIVERS\ETC\HOSTS file (not HOSTS.SAM). If you're running Unix or a Unix-like operating system, check /etc/hosts or /etc/resolv.conf localhost should be directed to 127.0.0.1 in the hosts file I hope this helps, Darrell --

500 Error Handling

2001-08-23 Thread Darrell Porter
Is it possible for Tomcat 3.2.x to redirect to an errors page rather than displaying the raw 500 error in the browser? Thanks Darrell Porter Dilbert: I have become one with my computer. It is a feeling of ecstasy... the blend of logic and emotion. I have reached... Dogbert: "Nerdvana"

RE: mod_jk load balancing

2001-01-25 Thread Darrell Porter
Title: mod_jk load balancing Based on the how-to, I'd assume you'd set it to "lb" instead of "loadbalancer"   Darrell   -Original Message-From: Royzen, Margaret [mailto:[EMAIL PROTECTED]]Sent: Thursday, January 25, 2001 5:54 PMTo: [EMAIL PROTECTED]Subject: mod_jk load balan

RE: Help!

2001-01-25 Thread Darrell Porter
Do you have a CLASSPATH variable set? What happens when you try to run Tomcat? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 6:23 PM To: [EMAIL PROTECTED] Subject: Help! hi! I've downloaded the binary version of tomcat 3.1.1 bu

RE: Lost 8007 connection

2001-01-25 Thread Darrell Porter
I saw an earlier post which may have an answer - Are you using the JDBC/ODBC bridge? -Original Message- From: David Loy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 11:38 AM To: [EMAIL PROTECTED] Subject: Lost 8007 connection We are currently running: apache_1.3.14 Cocoo

RE: IIS - Tomcat 3.2.1 problem: no more servlet handling on live ip

2001-01-29 Thread Darrell Porter
Are you hosting this yourself or is it hosted on an ISP-owned machine? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 4:20 AM To: [EMAIL PROTECTED] Subject: IIS - Tomcat 3.2.1 problem: no more servlet handling on live ip Hello, I h

A couple of issues with Tomcat/Apache on WinNT

2001-01-29 Thread Darrell Porter
Current configuration: Self-hosted server Windows NT 4.0 SP 6a Apache 1.3.14 Tomcat 3.2.1 with mod_jk 1.0 Problem 1: Tomcat is not generating the appropriate mod_jk.conf-auto. It still generates the tomcat-apache.conf. Problem 2: Apache seems to be correctly serving s

Context not working as expected

2001-01-29 Thread Darrell Porter
This one is pretty out there... I need http://localhost/cgi-bin/script.cgi to really point to webapps/subdir/foobar.class I have the following in my server.xml: When I browse to http://localhost/cgi-bin/script.cgi, the browser asks whether I want to open or save the file. Ca

RE: Help On running Tomcat

2001-01-30 Thread Darrell Porter
Try the following in a batch file: start "Tomcat Service" cmd.exe /x /t:0b /k %TOMCAT_HOME%/bin/startup.bat This will start Tomcat in a new process called "Tomcat Service" using the WinNT/2K command processor and will tell the command processor to stay around even after Tomcat dies so you can se

RE: Tomcat setup

2001-03-02 Thread Darrell Porter
ng. Hope this helps, _________ Darrell Porter Operations Manager 415.355.9990 x290 [EMAIL PROTECTED] WiseConnect, Inc. <http://www.wiseconnect.com/> "Powering the people behind stores" Visit our GlobalShop booth #4473 in i3 Go wireless with the WiseConnect Workspace & Palm! Enter to w

RE: Help with welcome-file

2001-03-02 Thread Darrell Porter
Try making the following change: Note the removal of the '/' before 'app' in the context path. Hope this helps. _________ Darrell Porter Operations Manager 415.355.9990 x290 [EMAIL PROTECTED] WiseConnect, Inc. <htt

RE: remove me form the mailing list

2001-03-08 Thread Darrell Porter
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] -Original Message- From: Martin Quinn [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 5:32 PM To: [EMAIL PROTECTED] Subject: Re: remove me form the mailing list Me also - i have bee

RE: license for Tomcat

2001-03-12 Thread Darrell Porter
I think this just about covers your questions... /* * The Apache Software License, Version 1.1 * * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and bi

RE: set CLASSPATH DOS 8.3 names maybe used in TOMCAT_HOME

2001-03-12 Thread Darrell Porter
helps   _ Darrell Porter Operations Manager 415.355.9990 x290 [EMAIL PROTECTED] WiseConnect, Inc. <http://www.wiseconnect.com/> "Powering the people behind stores" Visit our GlobalShop booth #4473 in i3Go wireless with the WiseConnect Workspace & Palm

RE: Adding new servlets?

2001-03-13 Thread Darrell Porter
My experience is "Yes" you do have to stop and restart Tomcat -Original Message- From: Sankaranarayanan Ganapathy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:01 PM To: '[EMAIL PROTECTED]' Subject: RE: Adding new servlets? Thanx ruby, more question was more towards addin

RE: Off topic: Single login for separate web applications?

2001-03-13 Thread Darrell Porter
There's always Single Sign-On from Novell http://developer.novell.com/research/devnotes/1999/november/05/dpv.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 4:39 AM To: [EMAIL PROTECTED] Subject: Off topic: Single login for separate

RE: CTRL_LOGOFF_EVENT service solution?

2001-03-14 Thread Darrell Porter
What do you mean by "requires complex editing of the registry, which can't be done with an install program" ? What is so complex about the registry settings that a program can't do it? Darrell -Original Message- From: Siebenmann, Joe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14

RE: Tomcat - Apache : performance

2001-03-14 Thread Darrell Porter
If you're doing this as a service provider, yes - put Tomcat on at least one other server. Ideally, you would load-balance multiple Apache servers and multiple Tomcat servers. Darrell -Original Message- From: Bart Ronsyn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 9:17 A

RE: Odd problem restarting tomcat

2001-03-14 Thread Darrell Porter
How are you starting these services on production? Is it different on dev? Darrell -Original Message- From: Andy C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 8:58 AM To: [EMAIL PROTECTED] Subject: Odd problem restarting tomcat Under Tomcat 3.2.1,Apache 1.3.12,mm.mys

RE: JSP Explorer and Tomcat documentation

2001-03-19 Thread Darrell Porter
With Windows 2000 SP-1 and IE 5.0, I receive the attached error. Just thought you might like to know. _ Darrell Porter Operations Manager 415.355.9990 x290 [EMAIL PROTECTED

RE: JSP Explorer and Tomcat documentation

2001-03-19 Thread Darrell Porter
oops...here's the error -Original Message- From: Mike Slinn [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 18, 2001 5:53 PM To: Distribution List Suppressed Subject: JSP Explorer and Tomcat documentation I've been working on some documentation for Tomcat, the open source reference pla

RE: How can I access tomcat's admin pages?

2001-03-19 Thread Darrell Porter
Look in tomcat-users.xml -Original Message- From: Batsheva Raviv [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 9:18 AM To: [EMAIL PROTECTED] Subject: How can I access tomcat's admin pages? I have 2 questions: 1. How can I access tomcat's admin pages? 2. When ever I try the to

RE: Problems with hosts, please help me!

2001-03-19 Thread Darrell Porter
What does your config.xml and web.xml look like? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Monday, March 19, 2001 7:42 AMTo: [EMAIL PROTECTED]Subject: Problems with hosts, please help me! Hello, I´ve installed Tomcat on Windows NT and it

RE: Windows 2000 and Tomcat

2001-03-19 Thread Darrell Porter
is the mime type for .jsp set on the Windows 2000 server machine? -Original Message- From: Elizabeth Riley [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 5:45 AM To: '[EMAIL PROTECTED]' Subject: RE: Windows 2000 and Tomcat It says page cannot be found. (I tried both ways). H

RE: Simple Question

2001-03-20 Thread Darrell Porter
In a multiuser environment, it is much easier to implement DNS (utilizing BIND) than managing hosts files. -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 3:07 AM To: Tomcat-User Subject: Simple Question Do i need DNS in order to use Virtul H

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Darrell Porter
In server.xml, you'll see a structure similar to If you want it to be in http://localhost/otherpath then change or add a context to server.xml such that I believe you also need to change uriworkermap.properties so that your ajp12 or ajp13 worker maps the

RE: Help required

2001-03-20 Thread Darrell Porter
Open tomcat/bin/startup.bat with your favorite editor and do a search on :startServer and see if it is there.   If not, that is your problem.    If it is there, you may be running command.com and not cmd.exe when executing startup.bat   Always use cmd.exe to execute the tomcat scripts.  

RE: Tomcat - Apache installation - please help!!!

2001-03-21 Thread Darrell Porter
You're using Redhat 7.0 and you're getting messages containing D:\ ?! This sounds like something for Windows/DOS. Are you certain you have the correct README files? Darrell -Original Message- From: Patil, Anand [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 11:31 AM To: [E

RE: Tomcat-Startup in windows

2001-03-23 Thread Darrell Porter
The only way I have gotten this to successfully work is to install TweakUI on the NT/2000 box and set it to login automatically as a non-Administrator user that has appropriate rights. On startup, NT/2000 logs in and the Startup folder contains the script which starts Tomcat, pauses for stabiliza

RE: Pay for a script

2001-03-23 Thread Darrell Porter
LDAP = light-weight directory access protocol. LDAP defines a relatively simple protocol for updating and searching X.500 directories running over TCP/IP. -Original Message- From: Kulkarni, Narayana [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 5:44 AM To: '[EMAIL PROTECTED]' S

JSP Interaction Problem - Access Denied

2001-03-23 Thread Darrell Porter
_ Darrell Porter Operations Manager 415.355.9990 x290 [EMAIL PROTECTED] WiseConnect, Inc. <http://www.wiseconnect.com/> "Powering the people behind stores"

RE: Error trying to start Tomcat

2001-03-26 Thread Darrell Porter
environment variables, maybe? -Original Message- From: John Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 11:30 AM To: [EMAIL PROTECTED] Subject: Error trying to start Tomcat Looking for help. On startup, we are getting the following error. The machine specs are al

Dr. Watson in INETSRV.EXE with Tomcat for Windows

2001-01-18 Thread Darrell Porter
f directory at which point INETSRV.EXE meets Dr. Watson with the following entry: Application exception occurred: App: exe\inetinfo.dbg (pid=414) When: 1/17/2001 @ 9:25:21.515 Exception number: c005 (access violation) Any ideas would be GREATLY appreciated. Thanks

RE: database question

2001-01-23 Thread Darrell Porter
This might sound lame but... Microsoft Visio 2000 Enterprise has a tool which will analyze an existing database and output SQL. What specifically do you want to port it to? -Original Message- From: Richard Diaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 3:22 PM To: [EMAI

RE: OFFTOPIC - jsp hosting sites

2001-01-23 Thread Darrell Porter
http://www.webappcabaret.com/ I'm not affiliated but it has a 4-star ating so... -Original Message- From: DIEGO RODRIGO [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: OFFTOPIC - jsp hosting sites Hi, sorry for this off-topic posti

RE: Tomcat stability

2001-01-24 Thread Darrell Porter
I agree. Most of the for-fee servers have a large price tag associated with them. While IBM has an excellent reputation for customer support, othe providers of JSP/servlet engines are found to be lacking. Tomcat is fairly stable in a properly configured environment. I feel it is stable enough

RE: tomcat-apache

2001-01-24 Thread Darrell Porter
I just went through this myself. I've found that most of the magic is in the following: -uriworkermap.properties- # # Simple worker configuration file # # Mount the servlet context to the ajp13 worker /servlet/*=ajp13 # Advanced mount of the examples context /subdir/*.jsp=ajp13 /examp