RE: XSL problem with upgrade to 4.0.3

2002-03-06 Thread Mangi, Rick
Moving those jars fixed it. Thanks a bunch! -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 7:50 PM To: Tomcat Users List Subject: Re: XSL problem with upgrade to 4.0.3 Sorry, hit send my mistake. Here's the exception: - Root

XSL problem with upgrade to 4.0.3

2002-03-05 Thread Mangi, Rick
I recently upgraded from 4.0 to 4.0.3 to try to fix a problem I was having with LDAP. Good news, the LDAP stuff works better with 4.03. Bad news, my XSL stuff stopped working. I tried moving the xalan libs out of common/lib and into the server lib (and btw: whoever wrote the docs on that you

RE: XSL problem with upgrade to 4.0.3

2002-03-05 Thread Mangi, Rick
Message- From: Mangi, Rick Sent: Tuesday, March 05, 2002 6:39 PM To: [EMAIL PROTECTED] Subject: XSL problem with upgrade to 4.0.3 I recently upgraded from 4.0 to 4.0.3 to try to fix a problem I was having with LDAP. Good news, the LDAP stuff works better with 4.03. Bad news

RE: Java and double

2001-11-14 Thread Mangi, Rick
Ya, I've seen that one before. use the java.math package. -Original Message- From: Laurent Michenaud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 10:39 AM To: [EMAIL PROTECTED] Subject: Java and double Hi, Excuse me... this mail shouldnot be on this mailing list but

intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
Greetings tomcat users! This question is 1/2 tomcat 1/2 apache. I'm developing an intranet site. The users logon with NT authentication onto our local network. The intranet is running tomcat/apache on solaris. I'm wondering if anyone has a solution for authenticating these users on the intranet

RE: intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
through NT security) or null otherwise. - Original Message - From: Mangi, Rick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 9:49 AM Subject: intranet authentication with win2k Greetings tomcat users! This question is 1/2 tomcat 1/2 apache. I'm developing

RE: intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
/ -Original Message- From: Mangi, Rick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:05 PM To: 'Tomcat Users List' Subject: RE: intranet authentication with win2k yes, once the person is logged into the web application. The question is, how do I get them logged into the web

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Mangi, Rick
Pier, I don't think this makes a whole lot of sense. I understand the advantages of a forum vs. a mailing list, but requiring people to look for a link at the bottom and then register to reply... it just ain't gonna happen, and you're going to spend a lot of time reminding people to check if

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Mangi, Rick
. on-line forum. I think the forums are a GREAT addition! --- Mangi, Rick [EMAIL PROTECTED] wrote: Pier, I don't think this makes a whole lot of sense. I understand the advantages of a forum vs. a mailing list, but requiring people to look for a link at the bottom and then register to reply

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Mangi, Rick
Gotcha. I eagerly await the opposite :-) -Original Message- I'm still figuring out how to do the opposite, means, give me some time... I think that keeping up with mod_webapp, dealing with the jakarta-tomcat-services, moving mailing list server and keeping you all happy is a little

RE: Problem with mod_webapps and com.oreilly.servlet

2001-10-31 Thread Mangi, Rick
it's a known bug with the warp connector. Use the ajp13 connector and it should work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 9:33 AM To: [EMAIL PROTECTED] Subject: Problem with mod_webapps and com.oreilly.servlet Tomcat

RE: Problem with mod_webapps and com.oreilly.servlet

2001-10-31 Thread Mangi, Rick
: Wednesday, October 31, 2001 10:20 AM To: Tomcat Users List Subject: RE: Problem with mod_webapps and com.oreilly.servlet could someone point me to a howto on the apj13 connector? (Apache1.3 and Tomcat 4.0.1) Thanks, Scott Archer [EMAIL PROTECTED] Mangi, Rick

RE: Shutdown Tomcat

2001-10-31 Thread Mangi, Rick
I see the same problems that Evan mentions (solaris). It takes about 30-45 seconds to shutdown on a devel server with no users and only 1 (albeit large) servlet and a few dozen JSPs. Don't have any JDBC connections or anything else like that. Similarly, startup takes about 15-20 seconds. On

RE: Shutdown Tomcat

2001-10-31 Thread Mangi, Rick
If you call shutdown.sh (or tomcat.sh stop) and then do ps -eaf |grep java you will most likely see the process still running for a while. Once it goes away you can restart. It won't restart 'cuz it hasn't shut down yet... hence, the port is still bound. -Original Message- From: Martin

RE: Tomcat vs. Apache/Tomcat

2001-10-26 Thread Mangi, Rick
If you look back through the list archives I think you'll find this topic has been beaten to death several times. -Original Message- From: Timothy Fisher [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 2:03 PM To: [EMAIL PROTECTED] Subject: Tomcat vs. Apache/Tomcat Can

RE: Viewing this mailing list online

2001-10-26 Thread Mangi, Rick
http://mikal.org/interests/java/tomcat/index.jsp You can read, but you can't participate. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 5:56 AM To: '[EMAIL PROTECTED]' Subject: Viewing this mailing list online Can we view this mailing

RE: multipart form data

2001-10-23 Thread Mangi, Rick
Use the servlet package from o'reilly at www.servlets.com They have a bunch of utilitites for accessing the form data. -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 5:47 PM To: [EMAIL PROTECTED] Subject: multipart form data In a FORM data

RE: URGENT, Tomcat MySQL problems

2001-10-23 Thread Mangi, Rick
I'm not a MySQL user, but I really don't think you should EVER put anything directly in the JRE directory. It should go either in your Tomcat lib or better yet (if application specific) in your WEB-INF/lib directory. -Original Message- From: Paul Davies [mailto:[EMAIL PROTECTED]] Sent:

RE: Is JAR necessary after running?

2001-10-18 Thread Mangi, Rick
Out of curiosity, why would you want to do that? -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 3:11 AM To: [EMAIL PROTECTED] Subject: Re: Is JAR necessary after running? At 04:52 AM 18/10/01, you wrote: Hi all, If Tomcat is

RE: multipart requests

2001-10-18 Thread Mangi, Rick
But keep in mind that the license for the com.oreilly.servlet code requires that you own the book... -Original Message- From: James Yap [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 11:56 AM To: [EMAIL PROTECTED] Subject: RE: multipart requests If you don't have a copy

Tomcat slow to shutdown on Solaris

2001-10-18 Thread Mangi, Rick
My tomcat process is taking about 30-60 seconds to shutdown the tomcat-apache service. Any ideas why? Rick

RE: USE TOMCAT INSTEAD OF IIS

2001-10-18 Thread Mangi, Rick
Like any well planned out software project the ideal solution is derived from the requirements. There are very few broad statements such as Maybe for large volume servers, but for smaller servers (10 requests per second) it is NOT WORTHWHILE to do something else than Tomcat standalone that hold