Re: How to get the tomcat internal log out?

2011-11-25 Thread Kurt
Hello guy: Tc7 is good, but I've no choice cause our projects are designed to run on tc 5 or 6. The point is how to make the tomcat internal log out, whatever version it is. Nice day. Kurt 在 Fri, 25 Nov 2011 16:29:32 +0800,Pid * 写道: On 25 Nov 2011, at 03:15, "飞翔鸟"

Re: How to get the tomcat internal log out?

2011-11-23 Thread Kurt
un normally. Is there any material to guide a newbie on how to compile,run tomcat 5 of your compiled version, config logging thing etc? Thanks and nice day. Kurt 在 Mon, 21 Nov 2011 20:00:51 +0800,Konstantin Kolinko 写道: 2011/11/21 Kurt : Hello all: I compile tomcat 5.5.30 and import i

How to get the tomcat internal log out?

2011-11-21 Thread Kurt
e.catalina.core=DEBUG, R log4j.logger.org.apache.catalina.session=DEBUG, R And the program parameter I use is 'start', vm parameter is '-Dcatalina.home="I:\My Documents\program\java\projects\eclipse\mye9.0\TOMCAT_5_5_30\mybuild-5.5.30"' Any ideas? Thanks Kurt Xu

RE: Digested passwords stored in tomcat-users.xml by admin application?

2009-07-22 Thread Kurt Heberlein
Thanks Chuck - Sorry - yes v5.5, and i am referring to the admin webapp that came with it. I have to allow for end-users that don't want to use LDAP, nor another DB (I know it is stupid). So i was hoping there was a way to make the admin app write the passwords in digest form. Thanks

Digested passwords stored in tomcat-users.xml by admin application?

2009-07-22 Thread Kurt Heberlein
Hi all, I know this is probably a common question, but i can't find an answer that is satisfactory. If i configure tomcat to use digested passwords in server.xml, is there a way to make the admin application write them digested in the event a password is changed or a new user is created?? Each

RE: url-pattern not working with AxisServlet

2008-05-06 Thread Kurt Kavanaugh
opinion, as stated I take full blame for not picking this up earlier. However, documentation is good. I see no downside, other than the time it takes to do so, and time is everything... :) Kurt -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06

RE: url-pattern not working with AxisServlet

2008-05-06 Thread Kurt Kavanaugh
overlooked. Case in point. Kurt -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 11:22 PM To: Tomcat Users List Subject: Re: url-pattern not working with AxisServlet -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt, Kurt Kavanaugh wrote

url-pattern not working with AxisServlet

2008-05-05 Thread Kurt Kavanaugh
host//services/foo.do <http://localhost/services/foo.do> I end up in my AxisServlet break point. Which is where I want to be, but not using the *.do Any ideas or help is much appreciated. Kurt

RE: Newbie: Question about first Servlet

2008-04-05 Thread Kurt L Harless
OK, figured it out. I changed the Character Set to Instead of I figured this out by using the tomcat.exe to start the service and saw the dump message when it was trying to parse my xml file. Is this not the valid way of coding this encoding? -Original Message- From: Kurt L

Newbie: Question about first Servlet

2008-04-05 Thread Kurt L Harless
Greetings, Specifics: Window XP TomCat 5.5 Java 1.6 Created webapp dirs under; C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ Called ch1\WEB-INF\classes In WEB-INF at created a web.xml file with the following contents; http://java.sun.com/xml/ns/j2ee";

RE: Is there a quiet or headless install for Tomcat 5?

2007-11-26 Thread Kurt Kavanaugh
pMode=jvm \ C:\> --StartClass=org.apache.catalina.startup.Bootstrap --StartParams=start \ C:\> --StopClass=org.apache.catalina.startup.Bootstrap --StopParams=stop Should do the job. Thanks for the reply. Kurt -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 6:

RE: Is there a quiet or headless install for Tomcat 5?

2007-11-20 Thread Kurt Kavanaugh
- From: Kurt Kavanaugh Sent: Tuesday, November 13, 2007 5:16 PM To: users@tomcat.apache.org Subject: Is there a quiet or headless install for Tomcat 5? Tomcat is an embedded component in our product. Thanks Kurt

Is there a quiet or headless install for Tomcat 5?

2007-11-13 Thread Kurt Kavanaugh
Tomcat is an embedded component in our product. Thanks Kurt

Java on Multi/Dual Core

2007-05-23 Thread Kurt Spescha
machine, what will make them angry. I've not seen any useful information about the JVM of Sun Version 1.4 in any forum yet. Have anyone experience on this topic with JVM from Sun above 1.4 (used by us until now), i.e 1.5 or 1.6, or maybe any IBM JVM? rgrds Kurt Spescha Consor AG, CH

Specifying Location of log4j.properties independent of App?

2007-03-15 Thread Kurt Overberg
directory. Is there any way to configure my app's log4 from within the tomcat, so I don't need two copies of my webapp dir? (its rather large) Any pointers or tips would be most welcome. Thanks! /kurt - To start a

RE: tomcat 5.5.17 catalina.bat - dropping support for JPDA_OPTS environment variable?

2006-09-13 Thread Kurt Roy
ource before, so I am not sure about the procedure. You offered to take a look, so I am sending this to you. If you think this is OK, you can check it in, or you can point me to the instructions on how to contribute. Let me know either way. Thanks, Kurt Roy PROS Revenue Management 3100 Main Stre

tomcat 5.5.17 catalina.bat - dropping support for JPDA_OPTS environment variable?

2006-09-08 Thread Kurt Roy
cause upgrade issues. We would like to back out the JPDA_SUSPEND change if there is a newer fix. Thanks for your time, Kurt Roy PROS Revenue Management 3100 Main Street, Suite 900 Houston, TX 77002 Phone: 713-335-8007 Email: [EMAIL PROTECTED] The information contained in this email may be

Re: Response time banding

2006-07-31 Thread Kurt Overberg
Do your 2 second requests happen at a particular time of day? In the early morning, when my database vacuum is running, my response times shoot way up (to around 5 seconds). Check to see what else is going on with your system during the times the page response times increase. /kurt On

Re: Tomcat 5.0 Datasource Realm and Cluster/load balance web servers

2006-04-10 Thread Kurt Overberg
(perhaps a different one) where their requests will go until they again log out. /kurt Manisha Sathe wrote: I am using form based Datasource Realm for authentication and authorization. Also need to consider clustering/loadbalancing of web server (in this case Tomcat). In docs it is written fo

Re: Help with filter affecting Chinese words in request parameters

2006-04-10 Thread Kurt Overberg
, but I can't check that right now. Hope this helps... /kurt roy tang wrote: Hi, I'm new to this list, hope someone here can help. :) We're developing a webapp that should be able to accept Chinese input. We also have a filter installed in the webapp for some auditing t

Please help me check my mod_jk setup?

2006-04-09 Thread Kurt Overberg
lls in between. Any comments, ideas, thoughts, or chants of "no whammies" would be greatly appreciated. Even if this all looks very sane, please let me know, so I can feel that I got this (relatively) right and start investigating elsewhere for the problem. Thanks. /kurt

Re: Apache/1.3.33 - mod_jk/1.2.15 - tomcat 5.0.28 loses connection?

2006-04-05 Thread Kurt Overberg
.org/tomcat-5.0-doc/config/ajp.html ...that parameter doesn't exist (it does exist, though, in the 5.5 docs). Am I just SOL on that parameter because I'm using 5.0.28? Many thanks again... /kurt Mladen Turk wrote: Kurt Overberg wrote: It seems that the number of connections b

Re: Apache/1.3.33 - mod_jk/1.2.15 - tomcat 5.0.28 loses connection?

2006-04-05 Thread Kurt Overberg
ings were wedged. Also- before a previous crash/wedge, I noticed that the number of connections to tc1 was was dropping down to 10 or 12. Very confusing. Thanks again for any insight... /kurt 04/05/2006 10:52:35 AM 73 72 04/05/2006 10:52:45 AM 74 74 04/05/2006 10:52:56 AM 72 74 04/05/2006

Apache/1.3.33 - mod_jk/1.2.15 - tomcat 5.0.28 loses connection?

2006-04-04 Thread Kurt Overberg
27;m hoping there some magical bullet configuration parameter that will help. C'mn magic bullet!! Thanks for any insight you can provide! /kurt Appropriate configs: My Apache is set to 1024 simultaneous connections and the JkMounts are configured properly. I have my

Re: multihoming examplified

2006-01-23 Thread Kurt Overberg
www.blah.com ...requests to www.blah.com will also get sent to that localhost context. I'm not sure if this is the 'proper' way to do it, but it seems to work just fine. I'm also using 5.0.27. Hope this helped! /kurt Morten Andersen wrote: How do I set up tomcat

jk 1.2.15

2005-12-09 Thread Kurt McKain
ecovery in send loop 0 Thanks, Kurt

Re: How to deploy when JSPs need to change regularly?

2005-11-03 Thread Kurt Overberg
;amatuerish'. Maybe I'm just paranoid. My shell-fu is much better than my java-fu, so I can figure it out that way, I guess I just assumed there's some big, complex apache project for managing large numbers of tomcats remotely. Thanks again! /kurt Richard Mixon wrote: Kurt, J

How to deploy when JSPs need to change regularly?

2005-11-03 Thread Kurt Overberg
s from a DB? Thanks for any help or suggestions! /kurt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]