Re: tomcat 4 (final) quits without notice

2001-09-23 Thread Jonathan Eric Miller
Are there errors in the logs? Jon - Original Message - From: pero [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 1:54 PM Subject: tomcat 4 (final) quits without notice Hi there, After months of developing with tomcat 4 (yes, I was there from the very

Re: Has anyone configured tomcat 4.0 with IIS???

2001-09-23 Thread Jonathan Eric Miller
Have a look at $CATALINA_HOME/conf/server.xml. That's where all the settings are such as what ports it listens on. Jon - Original Message - From: Tia Haenni [EMAIL PROTECTED] To: Tomcat Mailing List [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 7:34 PM Subject: Has anyone

Re: New xml parser on startup in Tomcat ?

2001-09-22 Thread Jonathan Eric Miller
The reason it's slow is because it's creating a SecureRandom object (used for creating session IDs and for SSL) and that is true for all platforms. There's a way to speed it up, but, it is supposed to decrease security. Jon - Original Message - From: Anthony Green [EMAIL PROTECTED] To:

Re: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jonathan Eric Miller
I haven't tested this using the configuration files or not, so, I can't verify whether that's a problem or not, but, failing that, you can use HttpSession.setMaxInactiveInterval() from within your Web application. Actually, I should probably test this myself to make sure that it's still working

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread Jonathan Eric Miller
I concur, sounds like a hardware or other problem. Jon - Original Message - From: Matt Hudson [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 6:56 AM Subject: Re: Tomcat Spontaneously Restarting System I've had flaky hardware before, so I

Fw: Tomcat security questions

2001-09-20 Thread Jonathan Eric Miller
For some reason this didn't seem to go through the first time... Jon - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 10:11 PM Subject: Tomcat security questions I'm wondering if anyone has

Re: Authentication issue

2001-09-20 Thread Jonathan Eric Miller
Yes, you can do that. I don't recall the specific commands that you need to put in httpd.conf off hand though. Actually, the way that I did it, it wasn't protecting directories, it was protecting the URL pattern. Jon - Original Message - From: Jaime Garcia [EMAIL PROTECTED] To: [EMAIL

Re: Tomcat 4.0

2001-09-19 Thread Jonathan Eric Miller
authentication ?? Thanks, Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume I - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 18, 2001 9:37 PM Subject: Re

Re: Using JNI from a servlet (solution)

2001-09-19 Thread Jonathan Eric Miller
There's another problem to look out for as well with regard to servlet reloading and where you place your .jar files that use JNI. See the latest release notes regarding that. Jon - Original Message - From: Les Parkin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September

Re: Question on conf

2001-09-19 Thread Jonathan Eric Miller
I noticed the following in the default server.xml. !-- Tomcat Root Context -- !-- Context path= docBase=ROOT debug=0/ -- Maybe you need to set a blank context path for that? i.e. not /? Jon - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

Re: Getting a Verisign certificate

2001-09-19 Thread Jonathan Eric Miller
Also, checkout the documentation on the keytool command in the Tools section in Sun's JDK documentation. Jon - Original Message - From: pero [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 1:16 PM Subject: RE: Getting a Verisign certificate first generate

Re: Logout with basic autorization

2001-09-19 Thread Jonathan Eric Miller
The only way to logout with basic authentication is to close the Web browser. Otherwise, you may want to do form-based authentication. Jon - Original Message - From: Oleksandr Fedorenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 8:43 AM Subject: Re:

Tomcat security questions

2001-09-19 Thread Jonathan Eric Miller
I'm wondering if anyone has any suggestions on how to best setup Tomcat for maximum security? Currently, I'm running Tomcat in a chrooted environment. I see that there is also a way to run Tomcat as a non-root user. I'm wondering what the best configuration is. It seems like running it chrooted

Re: Tomcat port configuration

2001-09-19 Thread Jonathan Eric Miller
It's been awhile since I've looked at Tomcat 3.x, but, if it's like 4.0, it's just a setting in conf/server.xml. Do a search in that file for 8443. Basically, just changes all the values of 8443 in that file to 443. Jon - Original Message - From: Peter L. Markowsky [EMAIL PROTECTED] To:

Link to JSR-000053 JavaTM Servlet 2.3 and JavaServer PagesTM 1.2 Specifications broken?

2001-09-18 Thread Jonathan Eric Miller
This isn't really Tomcat specific, but, I'm guessing that some of the Tomcat developers might be able to fix it if it's broken. I tried downloading the final Servlet spec at the following link which I found off of java.sun.com. http://www.jcp.org/aboutJava/communityprocess/final/jsr053/ But,

Re: JNDI Realms and Win2000 Active Directory

2001-09-18 Thread Jonathan Eric Miller
I'm pretty sure that it currently doesn't work, but, likely will in the hopefully near future. There are two different modes of authentication. One queries for the user password and then compares it (on the Tomcat side of things). This is the mode that is currently supported. The other mode

Re: TC 4.0 Final breaks my ldap

2001-09-18 Thread Jonathan Eric Miller
Yup, I'm having the same problem. Looking into how to solve it... Jon - Original Message - From: Holscher, David M [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 18, 2001 7:55 AM Subject: TC 4.0 Final breaks my ldap For some reason TC 4.0 Final includes more jars

Re: TC 4.0 Final breaks my ldap

2001-09-18 Thread Jonathan Eric Miller
: Jonathan Eric Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 18, 2001 11:48 AM Subject: Re: TC 4.0 Final breaks my ldap Yup, I'm having the same problem. Looking into how to solve it... Jon - Original Message - From: Holscher, David M [EMAIL PROTECTED] To: [EMAIL

Re: nonroot standalone tomcat 4? how?

2001-09-18 Thread Jonathan Eric Miller
This is the response that I received a few days ago. I haven't had a chance to test it yet though. I'm running it chrooted, so, I don't think that I need to run it as non-root. Jon Jonathan Eric Miller [EMAIL PROTECTED] wrote: RELEASE-NOTES-4.0-B7.txt in Tomcat 4 mentions the following

Re: [ANNOUNCEMENT] Apache Tomcat 4.0 Final Release

2001-09-18 Thread Jonathan Eric Miller
I second that. You guys are doing a great job. Keep it up. I particularly like the fact that the developers appear to pay a lot of attention to these lists. I've gotten answers to questions many times late at night and I just wanted to say that I very much appreciate it. Jon - Original

Re: Tomcat 4.0

2001-09-18 Thread Jonathan Eric Miller
I haven't tried it with a Verisign cert yet, but, I've been able to import certs signed by my test CA no problem. Have a look at the tools documentation that comes with the JDK for the keytool command. After you have the tomcat key in there, you do a -certreq, give that certificate request to

RE: Generate PDF with Java

2001-09-17 Thread Eric Hartmann
Hello, You can check http://xml.apache.org/fop if you already use XML (it's an implementation of XSL:FO that can produce pdf with XML). Eric -Original Message- From: Olivier MAYEUX [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 9:04 AM To: '[EMAIL PROTECTED]' Subject

Re: Possible to import SSL private/public key pair from Apache into Tomcat?

2001-09-17 Thread Jonathan Eric Miller
Jaume I - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Saturday, September 15, 2001 5:28 AM Subject: Possible to import SSL private/public key pair from Apache into Tomcat? This question is kind of about Tomcat

Re: Thanks for the note on JNI and class loading in the release notes

2001-09-17 Thread Jonathan Eric Miller
is executed only once during the lifetime of a particular JVM. - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Tomcat Developer List [EMAIL PROTECTED] Sent: Saturday, September 15, 2001 5:59 AM Subject: Thanks for the note on JNI and class loading in the release notes

Re: System.err.println

2001-09-14 Thread Jonathan Eric Miller
I think at least for Tomcat 4, it depends on what platform you are running on. I noticed that on UNIX it gets redirected to catalina.out, but, on Windows it just gets displayed to the screen. Jon - Original Message - From: Abhijat Thakur [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX

2001-09-14 Thread Jonathan Eric Miller
Yeah, next time make the entire message in caps. ;-) Jon - Original Message - From: De Ridder, Bavo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 6:15 AM Subject: RE: TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX Could you shout a little harder next time

Re: Spaces in TOMCAT_HOME

2001-09-14 Thread Jonathan Eric Miller
If you are running Windows 2000/NT, you need to include the /X parameter as in, DIR /X I'm pretty sure that as long as you put the path in quotes (), you don't need to use the 8.3 names though. Jon - Original Message - From: David Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Catalina RC2 BASIC still *NOT* working

2001-09-14 Thread Jonathan Eric Miller
If you're talking about the nullPointerException that was occurring in MemoryRealm in RC1, that is gone as far as I can tell. I have it working fine here. Jon - Original Message - From: Raimee Stevens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 10:39 AM

Re: JDBC Realms

2001-09-14 Thread Jonathan Eric Miller
JDBCRealm lets you store user accounts, passwords, and roles in a SQL database. Then, you can protect things like servlets so that they require a user to authenticate using a user name and password before they are granted access to the servlet/resource. By default, Tomcat uses MemoryRealm which

Re: Tomcat - Running as non root and thread limiting.

2001-09-14 Thread Jonathan Eric Miller
How do you get it to listen on port 80? I thought you needed to be root to listen on ports less than 1024? I saw something in the release notes about a JavaService or something, but, I haven't been able to locate much else on it (running Tomcat as a non-root user). Jon - Original Message

Possible to run Tomcat 4 as non-root user?

2001-09-14 Thread Jonathan Eric Miller
RELEASE-NOTES-4.0-B7.txt in Tomcat 4 mentions the following. - Catalina New Features: - Connectors - Refactored the startup code so that Catalina can run on port 80 (without being root) when started by JavaService or equivalent service managers. I'm

Possible to import SSL private/public key pair from Apache into Tomcat?

2001-09-14 Thread Jonathan Eric Miller
This question is kind of about Tomcat, but, also to some extent about keytool and SSL in general. I've been running Apache Web Server 1.3.x as a Web server with JRun as a Java Servlet engine in our production environment. I have SSL enabled on the Apache Web Server and I have the certificate

Is the Jakarta Web site running Tomcat?

2001-09-14 Thread Jonathan Eric Miller
Anyone know if the Jakarta Web site is running Tomcat? I know that it's mostly static content, but, I think that would be cool if it was. Jon

Re: JDBC Realms 3.3 or maybe 4.0

2001-09-13 Thread Jonathan Eric Miller
You might want to have a look at JNDIRealm in Tomcat 4. If you're also running a LDAP or NIS server, you might be able to tie into that. For example, I'm pretty sure iPlanet Directory Server has account expirations. It depends on what you already have to some extent. I figured that I would

Re: tomcat-users.xml reload.

2001-09-13 Thread Jonathan Eric Miller
IMHO, a reload method in MemoryRealm would be very useful though. IMHO, using JDBC or JNDI in some cases is overkill. For example, if you otherwise had no need for a SQL server or directory server. Jon - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL

Re: Using Windows Native Security

2001-09-13 Thread Jonathan Eric Miller
In the future when username login mode authentication is supported in JNDIRealm, you could probably get it to authenticate against ActiveDirectory that way. It wouldn't actually be using NTLM though. Also, I was thinking that it might be cool to have a KerberosRealm class that you could use to

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
Sep 2001, Jonathan Eric Miller wrote: Date: Wed, 12 Sep 2001 23:57:07 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat I agree that there should be a restart.sh. However

Re: To all people who are mailing me.

2001-09-13 Thread Jonathan Eric Miller
Yeah, I noticed that this morning. I was going to complain, but, I figured, I'd be nice. ;-) Jon - Original Message - From: Paul Downs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 10:54 AM Subject: Re: To all people who are mailing me. Hi, and what

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 7:40 PM Subject: Re: The pitfalls in restarting tomcat On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 19:24:08 -0500 From: Jonathan

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 9:08 PM Subject: Re: The pitfalls in restarting tomcat On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 21:00:01 -0500 From: Jonathan

Re: The pitfalls in restarting tomcat

2001-09-12 Thread Jonathan Eric Miller
I agree that there should be a restart.sh. However, it is possible to restart/reload a servlet without having to stop and start Tomcat, in version 4 that is, which is due for release any day now. I think you can do it in Tomcat 3 as well. In 4, you can mark a Context as reloadable. Then, it will

Re: Re[2]: IP binding for server shutdown (tomcat 4)

2001-09-08 Thread Jonathan Eric Miller
Although, you can't control what IP address it binds to, you can control what port it listens on. I'm guessing the easiest solution to your problem would be to just set each of the different Tomcat installations up to use a different port? I think you basically, just need to change the following

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-07 Thread Jonathan Eric Miller
: Minimizing the installation footprint of Tomcat Actually, you'll need at least the servletapi if you want to write either and certainly a JDK . The servlet api ships with Tomcat and Java Runtimes are commonly packaged with JDK's. Jonathan Eric Miller wrote: If you write servlets instead of JSPs

Re: tomcat4: sealing violation when reloading servlets

2001-09-07 Thread Jonathan Eric Miller
I don't know for sure if this will help, but, if you have application specific .jar files that are stored somewhere other than under your WEB-INF/lib directory, you might want to try to move them there and see if that makes a difference. What I always try to do when resolving a problem like this

Re: How can I have a class run on start-up?

2001-09-07 Thread Jonathan Eric Miller
I don't know the answer to your question, but, I'm wondering if the application actually has to run in Tomcat. It sounds like you might want to just create a standalone application that listens on a port. Jon - Original Message - From: Alex Colic [EMAIL PROTECTED] To: Tomcat-User [EMAIL

Re: Basic question about Apache+Tomcat Memory usage

2001-09-07 Thread Jonathan Eric Miller
You mean the first time you access the JSP after starting Tomcat? This is because the JSP has to be compiled into a class before it can be executed. Jon - Original Message - From: srini [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 2:14 PM Subject: Basic

Re: Specify outbound port on tomcat

2001-09-07 Thread Jonathan Eric Miller
It seems like to me the solution to the problem is to tweak the firewall rules. If a site is a host. Then, you can just create a rule that allows host A and B to communicate. You could set it up so that outgoing connections from host A are permitted/restricted to host B on port 443. Assuming it's

JNDIRealm working, but, I have a few problems

2001-09-06 Thread Jonathan Eric Miller
First off, I want to thank Craig for writing up those JNDIRealm instructions. Those worked great. That's exactly the information that I was looking for. I have JNDIRealm working using both clear-text and digest passwords. However, there are a few problems that need to be resolved before I will

Re: JNDIRealm working, but, I have a few problems

2001-09-06 Thread Jonathan Eric Miller
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 4:45 PM Subject: Re: JNDIRealm working, but, I have a few problems On Thu, 6 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 6 Sep 2001 15

Re: using a central repository for servlets

2001-09-06 Thread Jonathan Eric Miller
Basically, if you are using Tomcat 4, you just have to copy your servlets to CATALINA_HOME$/webapps/ROOT/WEB-INF/classes. I created a symlink under CATALINA_HOME$ named servlets that is linked to webapps/ROOT/WEB-INF/classes. So, when I copy my servlets over I just copy them to

Re: No one answering my question (security realted problem)

2001-09-06 Thread Jonathan Eric Miller
Completely clear your CLASSPATH. Then, install a fresh copy of Tomcat. Then, try to access some of the sample servlets. If that doesn't work, you might want to give Tomcat 4 a try. Tomcat 4 is due out in mid-September. Tomcat 4 doesn't use CLASSPATH at all, so, maybe that'll fix your problem.

Re: Apache / mod_jk / Tomcat with Hardware SSL box?

2001-09-06 Thread Jonathan Eric Miller
One thing that you might want to look into assuming you haven't already bought new hardware is that I think that you can get SSL hardware accelerator cards rather than a separate box to do it? I don't know much about it. I just know that I heard something about this where I work. They were

Re: mac question from yesterday

2001-09-06 Thread Jonathan Eric Miller
Are you sure it only happens on a Mac? Maybe you don't have the image files stored in the correct location? Jon - Original Message - From: Henry Yeh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 1:03 PM Subject: RE: mac question from yesterday no it

Re: java.lang.SecurityException: sealing violation - jBuilder4

2001-09-06 Thread Jonathan Eric Miller
Tomcat 4 doesn't use the CLASSPATH variable. So, all the .jar files that aren't in the jakarta-tomcat directory will be ignored AFAIK. I did notice one thing that looks odd also. servlet.jar is normally found in common\lib, not server\lib. Not sure if that would make a difference. Jon -

Re: mac question from yesterday

2001-09-06 Thread Jonathan Eric Miller
Are you sure it only happens on a Mac? Maybe you don't have the image files stored in the correct location? Jon - Original Message - From: Henry Yeh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 1:03 PM Subject: RE: mac question from yesterday no it

Re: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Jonathan Eric Miller
You're kidding, right? If you changed all the 8080's in server.xml to 80, that should have done it. You remembered to restart the server, right? Jon - Original Message - From: Curtis Dougherty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 3:38 PM Subject:

Re: Newbie question

2001-09-06 Thread Jonathan Eric Miller
If you are using Tomcat 4, check out the following link. You don't actually need to build Tomcat from the source code (if that's what you are trying to do) in order to get SSL to work. It's just a matter of running a keytool command and then uncommenting a few lines of code in server.xml. This

Re: New nt_service

2001-09-06 Thread Jonathan Eric Miller
Are you sure it wasn't really a .c.exe file and Explorer didn't just hide the extension. ;-) Jon - Original Message - From: Pier Fumagalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 8:09 PM Subject: Re: New nt_service Tim O'Neil [EMAIL PROTECTED]

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-06 Thread Jonathan Eric Miller
If you write servlets instead of JSPs I would assume that you can get away with only using the JRE instead of the full JDK. I've never tried it myself though. I see that RUNNING.TXT says to download the JDK though. That could be because they're assuming that you're setting up a development

Re: Intermittent UnsatisfiedLinkError

2001-09-06 Thread Jonathan Eric Miller
will only be loaded when Tomcat starts, instead of everytime your servlet is reloaded. This is with Tomcat 4. Not sure about Tomcat 3.x. Jon - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Tomcat User List [EMAIL PROTECTED] Sent: Wednesday, September 05

Re: how is a session identified

2001-09-05 Thread Jonathan Eric Miller
I think it's basically just a random number that is stored either in a cookie or using URL rewriting. You can call HttpSession.getId() to get the value. Jon - Original Message - From: Wouter Boers [EMAIL PROTECTED] To: Tomcat-User@Jakarta. Apache. Org [EMAIL PROTECTED] Sent: Wednesday,

Re: Intermittent UnsatisfiedLinkError

2001-09-05 Thread Jonathan Eric Miller
John, I'm running into the same exact problem. Were you ever able to resolve this? The reason it is intermittent is it happens when you update a servlet and auto servlet reloading happens and you don't restart the server. The work around that I've been using is to just restart the server after

Where to place native code called by JNI?

2001-09-05 Thread Jonathan Eric Miller
Not sure if this is a FAQ or not, but, is there a recommended location where to put native code that is called by a servlet? Currently, I put code similar to the following in startup.sh to tell it where to look. LD_LIBRARY_PATH=/path/to/native/code export LD_LIBRARY_PATH Is this what everyone

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: Problems with IIS and Tomcat

2001-09-03 Thread Eric Simpson
Just thought I'd reply saying that I also experienced problems using tomcat and the iis that would send the inetinfo service into cpu lock. It's a dual processor machine running NT 4.0. The only way we resolved the problem was to run tomcat in standalone mode. --- Shay Mandel [EMAIL PROTECTED]

mod_jk Virtual Host Problems

2001-08-31 Thread Eric Rosenberry
/* payment /VirtualHost -Eric

response.sendRedirect problems with IE5.5

2001-08-24 Thread Eric Simpson
When I call the response.sendRedirect() function from a Java Bean I get a response that already has data in it, the only problem is that the response shouldn't have any data in it already. I have a function call before anything is written to the output buffer that determines if this page should

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
Thanks, can you confirm that binding as the user rather as system is supported? Jon - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 3:21 PM Subject: Re: JNDIRealm questions On Thu, 23 Aug 2001, Jonathan Eric

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

Question regarding servlet/jsp mapping using uriworkermap.properties

2001-08-10 Thread Eric Wu
to specify a rule for each directory? \myContext\jsp\a1\b1\*.jsp=ajp12 \myContext\jsp\a1\b2\*.jsp=ajp12 \myContext\jsp\a2\c1\*.jsp=ajp12 \myContext\jsp\a3\c2\*.jsp=ajp12 Eric Wu Java Architect GlobalMedic Inc., a Canadian Medical Association subsidiary 8200 Decarie Blvd

<    4   5   6   7   8   9   10   11   >