JNDIRealm docs to be released soon?

2001-09-05 Thread Jonathan Eric Miller
Craig, A week or so ago, you mentioned that you are in the process of re-writing the docs on how to configure Realms. I'm wondering if you've had a chance to do that yet? When you do, please let me know, as I'm interested in trying to get JNDIRealm to work. Thanks, Jon

Re: Upcoming Tomcat 4.0 Final Release

2001-09-04 Thread Jonathan Eric Miller
I just wanted to say, thank you, to all the developers. I think you guys are doing a great job. I had a chance to read through the docs more thoroughly recently and I'm starting to get an idea of all the hard work you've been putting in. I'm looking forward to using Tomcat 4 in our production

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Jonathan Eric Miller
- Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 11:33 PM Subject: Re: a simple ( irritating) classpath problem hi, There are three basic areas that classes can be put in tomcat: WEB-INF/classes - contains all

Re: JDBCRealm Security setup Help Required.

2001-08-23 Thread Jonathan Eric Miller
As far as I know, the users, roles, and user_roles tables are global and will get used by whatever Web applications you have protected. Are you saying that you want to have a separate set of these table, one for each Web application? Why not just create different roles, one for each Web

Re: JDBC Driver for sql server 2000

2001-08-23 Thread Jonathan Eric Miller
Oops, actually the link is http://www.inetsoftware.de. Always forget about that... Jon - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 11:05 AM Subject: Re: JDBC Driver for sql server 2000 http

Re: Tomcat 4.0.7b and lib help

2001-08-23 Thread Jonathan Eric Miller
My guess is that this may be the same problem that I ran into while trying to use JDBCRealm. I think you have to put the .jar file in TOMCAT_HOME/server/lib instead of TOMCAT_HOME/lib for low-level .jar files that get used by Tomcat itself? I'm not an expert, that just seemed to be experience

Re: JNDIRealm questions

2001-08-23 Thread Jonathan Eric Miller
- Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 5:25 PM Subject: JNDIRealm questions I'm currently looking at trying to use JNDIRealm for authentication and I've come up with a number of questions. I'm

Re: JDBC Driver for sql server 2000

2001-08-23 Thread Jonathan Eric Miller
- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 6:05 PM To: [EMAIL PROTECTED] Subject: Re: JDBC Driver for sql server 2000 http://www.inetsoftware.com has a great driver IMHO. It's a JDBC type 4 and they seem to be very proactive about

Re: JNDIRealm questions

2001-08-23 Thread Jonathan Eric Miller
Miller wrote: Date: Thu, 23 Aug 2001 15:08:12 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: JNDIRealm questions I did a search of the Tomcat Developer List archive and found that it looks like #2 is possible

Re: JNDIRealm questions

2001-08-23 Thread Jonathan Eric Miller
: JNDIRealm questions On Thu, 23 Aug 2001, Jonathan Eric Miller wrote: Date: Thu, 23 Aug 2001 15:35:09 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: JNDIRealm questions Thanks, can you confirm that binding

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
- Original Message - From: zze-messager FTM balr002 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 2:42 AM Subject: Jsse / SSL / Tomcat Hello, I need to use HTTPS 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext and in

Re: Possible to return multiple responses/pages for a request?

2001-08-22 Thread Jonathan Eric Miller
x2164 Fax: (630) 250-3046 -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 4:48 PM To: Tomcat User List Subject: Possible to return multiple responses/pages for a request? I'm wondering if it is possible to return multiple

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 8:31 AM Subject: RE: Jsse / SSL / Tomcat i use jdk1.2.2 (ibm) -Message d'origine- De : Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 22 août 2001 15:29 À : [EMAIL PROTECTED] Objet : Re: Jsse

Re: where is build-solaris.sh

2001-08-22 Thread Jonathan Eric Miller
Have you guys thought about just using Tomcat in standalone mode? That's what I'm planning to do once 4.0 comes out. Previously, I had the same problems as you guys with regard to building mod_jk. There were never any Solaris binaries available by default. Once I figured it out, it wasn't too

Re: Help: Can't build mod_jserv.so for tomcat

2001-08-22 Thread Jonathan Eric Miller
I'm pretty sure that it's no longer recommended that people use mod_jserv. I think mod_jk replaced it, or maybe there is something even newer? Jon - Original Message - From: Rob Cartier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 5:27 AM Subject: Help: Can't

Re: ldap authentication with tomcat

2001-08-22 Thread Jonathan Eric Miller
I think JNDIRealm will do this. However, it seems to be a pretty newly added feature and as far as I can tell, it isn't documented very well. I've been wondering the same thing. If you figure it out, please let me know. You might want to do a search of the mail list archives. I saw a few messages

Re: Sending email from servlet?

2001-08-22 Thread Jonathan Eric Miller
Yeah, that's what I'm doing and it seems to work well. Jon - Original Message - From: Leandro de Oliveira e Ferreira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 8:08 AM Subject: Re: Sending email from servlet? Download javamail from www.javasoft.com

Re: Pre-install question

2001-08-22 Thread Jonathan Eric Miller
Yup. Jon - Original Message - From: Gregory Reddin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 6:38 PM Subject: RE: Pre-install question So if I only need to be able to run JSPs then all I need is Tomcat? It's its own webserver? -Greg --- Rob S.

Re: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-21 Thread Jonathan Eric Miller
Cool, thanks, I appreciate it. I'll give it a try. If this works, that's good investigative work. Jon - Original Message - From: Mauro Bertapelle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 12:56 PM Subject: Re: Bug in ServletResponse.flushBuffer() in Tomcat

Re: Mozilla and Tomcat

2001-08-21 Thread Jonathan Eric Miller
I've ran into similar problems with Internet Explorer. Not exactly though. Basically, I've seen IE display a cached page, even if you have caching turned off. What I do is completely exit and restart my browser each time I test a change to a servlet. Jon - Original Message - From: John

Possible to return multiple responses/pages for a request?

2001-08-21 Thread Jonathan Eric Miller
I'm wondering if it is possible to return multiple responses/pages from a given request? I have a servlet that performs some processing after a form is submitted to it. This processing sometimes takes several seconds to complete. What I want to do is first display a page which says Processing

Re: Possible to return multiple responses/pages for a request?

2001-08-21 Thread Jonathan Eric Miller
is to use threads for heavy tasks and let browsers reload by meta Refresh. References to the threads are setAttr'ed into HttpSession, and a servlet checks on each reload whether or not the threads complete. Shunsuke Masuda - Original Message - From: Jonathan Eric Miller

Re: SSL-How-2 for Tomcat 4

2001-08-20 Thread Jonathan Eric Miller
Try reading server.xml, I haven't had any problems here. All you have to do is uncomment a few lines of code and run the keytool command that's listed there. Also, you need to make sure you have JSSE is installed. Jon - Original Message - From: Curtis Dougherty [EMAIL PROTECTED] To:

Anyone using JNDIRealm?

2001-08-20 Thread Jonathan Eric Miller
Anyone out there using JNDIRealm? Jon

Re: SSL-How-2 for Tomcat 4

2001-08-20 Thread Jonathan Eric Miller
Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 1:01 PM To: [EMAIL PROTECTED] Subject: Re: SSL-How-2 for Tomcat 4 Try reading server.xml, I haven't had any problems here. All you have to do is uncomment a few lines of code and run the keytool command that's listed

Re: SSL-How-2 for Tomcat 4

2001-08-20 Thread Jonathan Eric Miller
- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 2:23 PM To: [EMAIL PROTECTED] Subject: Re: SSL-How-2 for Tomcat 4 Are you receiving a specific error message? Jon - Original Message - From: Curtis Dougherty [EMAIL PROTECTED] To: [EMAIL

Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-16 Thread Jonathan Eric Miller
I'm having problems using ServletResponse.flushBuffer() and Tomcat 4.0b7. The following servlet demonstrates. What I want it to do is print out the title and the Test 1 line. Then, pause for 10 seconds and print out the Test 2 line. It doesn't work the first time through. However, if I then hit

Tomcat 4 restart command?

2001-08-16 Thread Jonathan Eric Miller
I'm wondering if in Tomcat 4 there is a restart command that you can use to restart it rather than having to stop and start it using startup and shutdown scripts? The problem that I have is that it takes time for it to startup and shutdown, especially when you have SSL enabled. So, a restart

Way to tell Tomcat 4 to reload tomcat-users.xml without having to restart?

2001-08-16 Thread Jonathan Eric Miller
Does anyone know if there is a way to tell Tomcat 4 to reload the tomcat-users.xml file? I want to give users the ability to change their passwords without having to restart Tomcat in order for the changes to take affect. I was able to this with Apache Web Server without a problem because it

Re: Tomcat 4 restart command?

2001-08-16 Thread Jonathan Eric Miller
List [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 3:17 PM Subject: Re: Tomcat 4 restart command? On Thu, 16 Aug 2001, Jonathan Eric Miller wrote: I'm wondering if in Tomcat 4 there is a restart command that you can use to restart it rather than having to stop and start it using startup

Re: Way to tell Tomcat 4 to reload tomcat-users.xml without having to restart?

2001-08-16 Thread Jonathan Eric Miller
3:19 PM Subject: Re: Way to tell Tomcat 4 to reload tomcat-users.xml without having to restart? On Thu, 16 Aug 2001, Jonathan Eric Miller wrote: Does anyone know if there is a way to tell Tomcat 4 to reload the tomcat-users.xml file? No, although it would be technically feasible

JNDIRealm questions

2001-08-16 Thread Jonathan Eric Miller
I'm currently looking at trying to use JNDIRealm for authentication and I've come up with a number of questions. I'm wondering if anyone knows the answers to any of the following questions. 1. Does anyone have it working that can provide an example entry of what should go in server.xml and also

Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Jonathan Eric Miller
I'm curious to know if there are a lot of people out there running Tomcat in standalone mode versus using it with Apache Web Server or some other Web server? Previously, I've been using it with Apache Web server on Solaris 8 with mod_jk. However, as of version 4, it seems like it's pretty stable

load-on-startup broken in Tomcat 4?

2001-07-23 Thread Jonathan Eric Miller
I noticed in Tomcat 4-b6 that if you use the load-on-startup tag for a servlet in web.xml that it causes the init parameters to not work. i.e. they don't get set. Also, it appears that attributes such as cipher_suite don't get set. Is it no longer valid to use the load-on-startup tag in Tomcat

Re: load-on-startup broken in Tomcat 4?

2001-07-23 Thread Jonathan Eric Miller
Nevermind, I think I coded something incorrectly in my web.xml file. I see an error in the log now... Jon - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Monday, July 23, 2001 4:25 PM Subject: load-on-startup broken

Which comes first basic authentication or redirection to SSL?

2001-07-23 Thread Jonathan Eric Miller
I'm using the following configuration in my web.xml file. I have it setup so that SSL is required. I also have it setup so that basic authentication is required. What I'm wondering though is what happens first, redirection to the SSL port or basic authentication? So, say I enter the following

Way to make Tomcat re-read tomcat-users.xml without having to restart Tomcat?

2001-07-23 Thread Jonathan Eric Miller
I noticed that it appears that Tomcat 4 only reads tomcat-users.xml on start up. Does anyone know if there is a way to programatically tell Tomcat to re-read this file? Basically, I want to have a Web page that allows a user to change their password. However, I don't want to have to restart

Tomcat 4.0 release date?

2001-07-18 Thread Jonathan Eric Miller
Anyone have any ideas on when Tomcat 4.0 might be released? I see that it's currently in Beta 5 whereas 3.3 is only at milestone 4. As far as I can tell, milestones are actually Alphas. Why not name them as such? Is 4.0 expected to be released before 3.3? If so, what's the point of 3.3? Jon

Tomcat 4.0 redirectPort question, how to redirect to SSL?

2001-07-18 Thread Jonathan Eric Miller
I read in another message that was posted to this list that you can use the redirectPort variable in server.xml for a connector to have a non-SSL connection redirected to a SSL connection? Can someone tell me what other settings I need to use in order to get this to work? Basically, what I want

Way to require 128-bit SSL encryption with Tomcat 3.2.2?

2001-07-16 Thread Jonathan Eric Miller
Does anyone know if there is a way to require 128-bit SSL encryption using Tomcat 3.2.2? I found that if nothing else you can query the javax.servlet.request.key_size attribute using Tomcat 4.0. However, I would like to be able to do this with the current release version of Tomcat and this

Re: Starting Tomcat without new DOS Window

2001-05-29 Thread Jonathan Eric Miller
I don't know about the service related part of your question, but, I found out how to start it without opening a new Command Prompt window. In startup.bat, you should see a line like the following. call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9 If you change the text start to

Solaris binary for mod_jk.so

2000-11-30 Thread Jonathan Eric Miller
First off, I would like to congratulate the Tomcat developers for the release of 3.2. You guys are doing a greate job and I look forward to using it. One thing that I think would be very helpful to users is if you could provide binaries for mod_jk. I'm guessing it's just a matter of resources

SSL, AJP13, and security related questions

2000-11-30 Thread Jonathan Eric Miller
NOTE, PLEASE RESPOND TO ME DIRECTLY AT [EMAIL PROTECTED] AS I AM NOT ON THIS LIST. I would like to be on the list, but, I can't handle getting all the email right now. I really wish there were a Usenet newsgroup for Tomcat to be honest. I'm using Tomcat 3.2 release with Apache 1.3.12, mod_ssl,

<    1   2   3