Re: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread Nathan Maves
Click on 5.0 Documentation then look on the bottom left. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html Nathan On May 14, 2004, at 1:44 PM, Zachary Hartley wrote: Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.24 Stable. Please

Re: Filter on url example - Filter out hack attempts

2004-05-11 Thread Nathan Maves
First of this is not a Tomcat question. This type of information is always available at http://java.sun.com or http://forum.java.sun.com/ To answer your questionYes. in-fact you can place the class where ever you want as long as it is in your classpath. Of course you will also have to

Re: Filter on url example - Filter out hack attempts

2004-05-11 Thread Nathan Maves
True every alias is subject to the occasional OT question. I think for the most part people are not aware of other areas where information is available. my $.02 On May 11, 2004, at 8:55 AM, Ralph Einfeldt wrote: It's not always easy easy to find the right list for a question. The opinions

Can Tomcat 5 use PKCS10 certificates? (Was SSL CA (PKCS10) Problem)

2004-05-06 Thread Nathan Maves
Is anyone aware of problems using a PKCS10 cert with Tomcat 5.0.19? On May 5, 2004, at 12:49 PM, Nathan Maves wrote: Our internal CA issued us a PKCS10 certificate but we can not get Tomcat 5.0.19 to recognize it. We imported the PKCS10 Cert using Keytool (java) which worked well. We

Looking for a HOW-TO for connecting apache to tomcat 5

2004-05-06 Thread Nathan Maves
Can anyone send me a link for any info on this. Nathan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Strange error

2004-05-05 Thread Nathan Maves
wrote: On Tue, May 04, 2004 at 02:30:16PM -0600, Nathan Maves wrote: : What could cause this error in Tomcat 5.0.19. : : 2004-05-04 14:21:02 StandardContext[/manager]HTMLManager: : ManagerServlet.reload[/ReportViewer] : java.lang.ThreadDeath

SSL CA (PKCS10) Problem

2004-05-05 Thread Nathan Maves
Our internal CA issued us a PKCS10 certificate but we can not get Tomcat 5.0.19 to recognize it. We imported the PKCS10 Cert using Keytool (java) which worked well. We then added the created .keystore to a new Connector using port 443. Here is the error that we are getting WARNING:

Strange error

2004-05-04 Thread Nathan Maves
What could cause this error in Tomcat 5.0.19. 2004-05-04 14:21:02 StandardContext[/manager]HTMLManager: ManagerServlet.reload[/ReportViewer] java.lang.ThreadDeath at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader .java:1270) at

Re: Long running JDBC session

2004-05-04 Thread Nathan Maves
This is really not a Tomcat question. Are you using connection pooling? If so which one? How many connections? Why are you not using the latest jar from oracle? You should download the 9i driver. What is your code for how you obtain connection and how you create statements. Are you using

default mime type for tomcat 5

2004-03-03 Thread Nathan Maves
I have some plain text files that are formated but when tomcat 5 serves the pages it loses all formating. This only happens on older browser such as netscape 4.79. I assume that tomcat sets the default mime type to text/html but I need it to be text/plain. Nathan

Global URL Redirect Tomcat 5

2004-03-02 Thread Nathan Maves
I am trying to migrate to Tomcat 5 from a different app server. Is there a way to define url redirects? i.e. if a page moved off your server to a different location and you do not want to make a redirect page. Nathan - To

Tomcat 5 SSI problems

2004-03-02 Thread Nathan Maves
I have followed the instructions in the documentation to a t and still can not get the following line to work. Any ideas? !--#include file=./components/Global-- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat 5 SSI problems

2004-03-02 Thread Nathan Maves
Never mind... my own mistake! On Mar 2, 2004, at 2:21 PM, Nathan Maves wrote: I have followed the instructions in the documentation to a t and still can not get the following line to work. Any ideas? !--#include file=./components/Global

Re: Alternatives to J2EE Authentication

2004-02-26 Thread Nathan Maves
http://securityfilter.sourceforge.net/ This is perfect! Not container specific! On Feb 26, 2004, at 4:19 PM, Steven J. Owens wrote: Hi folks, The most common (and frustrating) bookmarked login page gotcha with J2EE authentication has been oft-discussed (broken as designed) on this list.

Re: how to set java-environment variables in catalina.sh

2004-02-24 Thread Nathan Maves
I think either of these will work. I use the second one and it works fine for me #JAVA_OPTS=-Djava.awt.headless=true CATALINA_OPTS=-Djava.awt.headless=true Nathan Maves Sun Microsystems On Feb 24, 2004, at 8:28 AM, Peter Forster wrote: hi, I want to start tomcat so it knows environment

Spelling?

2004-02-24 Thread Nathan Maves
Anyone notice that after every configuration change the message Save Sucessful appears? This should be successful. Just being nit picky :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Logger issues

2004-02-24 Thread Nathan Maves
My webapp that is configured for logging work perfect on sun one app server but now nothing show up in the catalina.out on Tomcat 5. Any ideas? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Logger issues

2004-02-24 Thread Nathan Maves
. One thing I am looking for is DEBUG info on java.sql.PreparedStatement. On Feb 24, 2004, at 7:10 PM, Jeanfrancois Arcand wrote: Nathan Maves wrote: My webapp that is configured for logging work perfect on sun one app server but now nothing show up in the catalina.out on Tomcat 5. Any

DataSource problem

2004-02-20 Thread Nathan Maves
/parameter /ResourceParams I am connection to an Oracle 9 DB us iBatis and Struts. Nathan Maves Sun Microsystems - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging

2004-02-20 Thread Nathan Maves
Where is the best resource on how to make your classes log4j compliant? Nathan Maves Sun Microsystems On Feb 20, 2004, at 1:08 PM, Shapira, Yoav wrote: Howdy, So is log4j the industry standard for logging in tomcat apps? Is it what you use? It's what I use, and I'd say there's no established

Re: Logging

2004-02-20 Thread Nathan Maves
loggers, is an API that you code with - there's no compliancy involved. Adam On 02/20/2004 09:13 PM Nathan Maves wrote: Where is the best resource on how to make your classes log4j compliant? Nathan Maves Sun Microsystems On Feb 20, 2004, at 1:08 PM, Shapira, Yoav wrote: Howdy, So is log4j

Re: DataSource problem

2004-02-20 Thread Nathan Maves
: This sounds as anything but a DataSource problem. What are you using NetBeans web monitor module for? Antonio Fiol Nathan Maves wrote: Hey guys just joined the alias today! I am getting the following error from my web app. NotifyUtil::java.net.ConnectException: Connection refused Means server