Re: JAAS Realm useage

2003-08-14 Thread Nathan Ward
The book "Apache Tomcat Security" says that this realm is not documented in the Tomcat docs, but does provide documentation on it that appears to be what you need. The book "Tomcat KickStart" Describes it but says that the authors couldn't get it to work. Nathan - Original Message - Fr

Re: Can I get an answer please -- Re: Why integrate Tomcat with a web server?

2003-08-14 Thread Nathan Ward
ase -- Re: Why integrate Tomcat with a web server? > Because a web server serves static content (html, images, etc.) much faster than > tomcat will. > > Nathan Ward wrote: > > Hello John, > > > > I hate to be pushy, but are you going to post a reply to thi

Re: Can I get an answer please -- Re: Why integrate Tomcat with a web server?

2003-08-09 Thread Nathan Ward
ny case, if you have something to ask me directly, you can send me a > message off-list. > > John > > Nathan Ward wrote: > > > Hello John, > > > > I hate to be pushy, but are you going to post a reply to this question at some point? > > > >Natha

Can I get an answer please -- Re: Why integrate Tomcat with a web server?

2003-08-07 Thread Nathan Ward
Hello John, I hate to be pushy, but are you going to post a reply to this question at some point? Nathan - Original Message - From: Nathan Ward To: [EMAIL PROTECTED] ; Tomcat Users List Sent: Monday, August 04, 2003 11:05 AM Subject: Why integrate Tomcat with a web

Why integrate Tomcat with a web server?

2003-08-04 Thread Nathan Ward
I have a question for John Turner about a statement in the book Apache Tomcat Security. Page 12 says: "As discussed earlier, running publicly available web services as root or superuser is typically a bad idea, so the solution is to avoid using Tomcat as a stand-alone web server on port 80 by

Re: Tomcat 4.1x running as NT Service Issue

2003-08-04 Thread Nathan Ward
and IBM late models with 256 MB of memory and large fast drives so I don't think it's the hardware. All running W2K Pro with SQL Server 2000 Std Ed. We are using an older JDBC driver, what JDBC driver are you using? -Original Message- From: Nathan Ward [mailto:[EMAIL PROTECTED]

Re: Tomcat 4.1x running as NT Service Issue

2003-08-02 Thread Nathan Ward
I'm not sure that this is it, but you might try setting the JVM min and max memory limits when starting Tomcat by adding the following to $CATALINA_HOME\bin\catalina.bat: set JAVA_OPS = -Xms100m -Xmx100m Default for the JVM I believe should be 64mb, but who knows. Why are you using jdk 1.3.1? Do

Re: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Nathan Ward
s not working? > > I can't believe that IIS + Tomcat doesn't separate virtual hosts. > > Do your hosts have different appBase's? > > John > > Nathan Ward wrote: > > > Ken, > > > > That was an example configuration. I didn't realize that

Re: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Nathan Ward
n but these urls don't seem to work. > > P.S. I wasn't thinking clearly when I suggested multiple workers2.properties > files. > > Ken > > -Original Message- > From: Nathan Ward [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 1:12 PM > To:

Re: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Nathan Ward
orker /rms/*=ajp13Worker Nathan - Original Message ----- From: "Nathan Ward" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 1:05 PM Subject: Re: Logfile for isapi_redirector2.dll? > Shit! You're right!!! All

Re: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Nathan Ward
), it might look something like: > > [uri:www.hostA.com/appA/*.jsp] > > There's no counterpart to that in an IIS + Tomcat configuration? I find > that surprising. > > John > > Nathan Ward wrote: > > > Sure, but that specifies the machine where Tomcat is running

Re: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Nathan Ward
0:47 AM Subject: Re: Logfile for isapi_redirector2.dll? > > uriworkermap.properties doesn't take a hostname? > > John > > Nathan Ward wrote: > > > I believe that is the same thing I'm trying to do (did) with IIS and Tomcat. > > I don't believe it is a bug. It is

Re: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Nathan Ward
s virtual hosts. Or maybe I don't understand > what you want to do. In Apache, I setup one virtual host = one webapp. > > hostA = appA > hostB = appB > > With mod_jk (essentially isapi_redirector), appB is never available to > hostA, and appA is never available to host

Re: Logfile for isapi_redirector2.dll?

2003-07-25 Thread Nathan Ward
r2) is probably smaller still. Of those > people, there's a good chance that they don't have an answer to your > particular question. Would you rather they replied anyway and sent you > off on a wild goose chase, wasting your time? > > John > > Nathan Ward wrote: >

Re: Logfile for isapi_redirector2.dll?

2003-07-24 Thread Nathan Ward
"log_file"="\\tomcat\\logs\\iis_redirect.log" "logLevel"="DEBUG" > "workersFile"="\\tomcat\\conf\\workers2.properties" > > > > -Original Message- > From: Januski, Ken [mailto:[EMAIL PROTECTED] > Sent: Thursday

Logfile for isapi_redirector2.dll?

2003-07-24 Thread Nathan Ward
Does isapi_redirector2.dll write a log file? If so, where does it put the file? I don't see any registry settings in the documentation that specifies the log file location. Nathan

Re: IIS and the isapi_redirect.dll

2003-07-24 Thread Nathan Ward
7.0.0.1 - W3SVC1 NWARDLT 127.0.0.1 80 GET /jakarta/isapi_redirect.dll 200 2003-07-23 17:02:10 127.0.0.1 - W3SVC1 NWARDLT 127.0.0.1 80 GET /jakarta/isapi_redirect.dll 200 ----- Original Message - From: "Nathan Ward" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL

Re: IIS and the isapi_redirect.dll

2003-07-24 Thread Nathan Ward
What does your jk_iis.log file and also your IIS log file (in c:\winnt\system32\LogFiles\W3SVC1 directory) show? I'll include a copy of mine at the end of this message. The jk_iis.log file should show that it accesses the registry and reads the workers.properties and uriworkermap.properties files,

Controlling access to webapps from ajp13 connector

2003-07-23 Thread Nathan Ward
How can I configure Tomcat to filter requests received via the ajp13 connector on port 8009 based on whether the HTTP Request was received on a secure connection or not? I see the following in the souce code for tomcat4.CoyoteConnector class in the jakarta-tomcat-connector project: /**

Re: Where are ISAPI filter registry settings defined?

2003-07-21 Thread Nathan Ward
y, July 21, 2003 12:41 PM Subject: Re: Where are ISAPI filter registry settings defined? > The redirector2.dll file is a new implementation...I was told that it was faster. I have a document you can use if you choose the redirector2.dll file. Let me know. > > Nathan Ward <[EM

Re: Where are ISAPI filter registry settings defined?

2003-07-21 Thread Nathan Ward
TED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 12:36 PM Subject: Re: Where are ISAPI filter registry settings defined? > Which Tomcat are you using? isapi_redirect.dll or isapi_redirect2.dll? > > Nathan Ward <[EMAIL PROTECTED]> w

Where are ISAPI filter registry settings defined?

2003-07-21 Thread Nathan Ward
Hello, Is there any more documentation on the registry settings used by the isapi_redirect.dll than defined in the IIS How-To in the Tomcat documenation? I'd like to configure two web sites defined in the same IIS server to use different instances of the ISAPI redirector plug-in so that each I

How to map different webapps to two IIS web sites

2003-07-20 Thread Nathan Ward
Hello, How can I allow one web site managed by IIS to access one webapp on Tomcat and have another web site managed by IIS on the same server (i.e. same instance of IIS) access a different webapp on the same Tomcat instance? I have two webapps running on the same Tomcat server at a client's sit