Re: IS that a good idea moving all the common libs?

2010-12-20 Thread Michael Ludwig
. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: HTTP Status 500 - Server Internal Error

2010-12-19 Thread Michael Ludwig
and catalina shell scripts in %CATALINA_HOME%\bin. Search them for endorsed and read up on the Java Endorsed Standards Override Mechanism: http://download.oracle.com/javase/6/docs/technotes/guides/standards/index.html -- Michael Ludwig

Re: How to automatically undeploy a context

2010-12-19 Thread Michael Ludwig
, but to me, it looks like a misuse of the application server as a one-shot job runner. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat stops responding

2010-12-19 Thread Michael Ludwig
note that to isolate the issue we had replicated this behavior (of the application) by directly running it on tomcat (port 8080). Maybe I haven't followed closely enough, but it's not clear to me that this is the application's fault. How do you know? -- Michael Ludwig

Re: Tomcat stops responding

2010-12-19 Thread Michael Ludwig
-- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: HTTP Status 500 - Server Internal Error (continued!)

2010-12-19 Thread Michael Ludwig
that wasn't stopped. I am concerned that in beating the parser problem I have opened a can of worms. Hmm, the missing Apache Xerces and the dangling thread are unlikely to be related. -- Michael Ludwig - To unsubscribe, e-mail

Re: Tomcat stops responding

2010-12-18 Thread Michael Ludwig
understand what worked and what didn't. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Where does my stderr go?

2010-12-17 Thread Michael Ludwig
files. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Question regarding class loading

2010-12-17 Thread Michael Ludwig
dependencies need to take this into account. Tomcat Version : 6.0 -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat stops responding

2010-12-17 Thread Michael Ludwig
. Might be a problem with the machine or the network, after all, not with Tomcat. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

mod_jk is not working correctly

2010-12-13 Thread Kaps, Michael
worker1 JkMount /jsp-examples/* worker1 I copied the folder jsp-examples in my /var/www folder and now I tried to e= xecute these scripts, but without success. I don't know what to do further. Michael

AW: mod_jk is not working correctly

2010-12-13 Thread Kaps, Michael
Thank you very much, that was it! Best regards Michael -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:rainer.j...@kippdata.de] Gesendet: Montag, 13. Dezember 2010 14:45 An: Tomcat Users List Betreff: Re: mod_jk is not working correctly On 13.12.2010 14:04, Kaps, Michael wrote

Re: Can tomcat detect disconnection by client side in Async mode?

2010-12-10 Thread Michael Ludwig
high value to avoid frequent disconnect / connect. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Can tomcat detect disconnection by client side in Async mode?

2010-12-06 Thread Michael Ludwig
/ -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Issues In Tomcat v6.0.29 Service In Windows 2008 Server

2010-12-06 Thread michael john quijano
. Appreciate any response... Thank you very much. Michael       - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: SOT: JVM and DNS Failover

2010-12-03 Thread Michael Ludwig
the same value and has the same meaning, but can be set as a command-line option. However, the preferred way is to use the security property mentioned above. Still wondering. So is the implementation specific period of time the value taken from the OS? -- Michael Ludwig

Re: SOT: JVM and DNS Failover

2010-12-03 Thread Michael Ludwig
Michael Ludwig schrieb am 03.12.2010 um 20:31 (+0100): Networking Properties http://download.oracle.com/javase/6/docs/technotes/guides/net/properties.html#nct networkaddress.cache.ttl Wondering myself what the default value is? sun.net.inetaddr.ttl So is the implementation

Re: SOT: JVM and DNS Failover

2010-12-03 Thread Michael Ludwig
Michael Ludwig schrieb am 03.12.2010 um 20:51 (+0100): Michael Ludwig schrieb am 03.12.2010 um 20:31 (+0100): networkaddress.cache.ttl Wondering myself what the default value is? sun.net.inetaddr.ttl So is the implementation specific period of time the value taken from

Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-30 Thread Michael Ludwig
Caldarale, Charles R schrieb am 29.11.2010 um 22:47 (-0600): From: Michael Ludwig [mailto:mil...@gmx.de] can we say that: (a) blocking IO requires one thread (or, in some other server environments, one process) per socket Well, sort of. The actual requirement is one thread per

Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-29 Thread Michael Ludwig
and concurrency on just another level, possibly with advantages? Thanks for your comments. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: [OT] Possible ThreadLocal memory leak in Apache Cocoon 2.1.11

2010-11-28 Thread Michael Ludwig
aren't (appearing to) being actively developed. The XSLT and XPath standards are certainly being actively developed, there's an upcoming release of XSLT 3.0 (formerly known as 2.1). As for implementations, there's Michael Kay's Saxon for XSLT 3.0 (and 2.0 of course, for Java and .NET), and a new

Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Michael Ludwig
comments. Michael [1] Exception for starting Tomcat 6.0.29 with JRE from JDK 1.6.0_22: Error configuring application listener of class com.sun.xml.ws.transport.http.servlet.WSServletContextListener java.lang.ClassNotFoundException: com.sun.xml.ws.transport.http.servlet.WSServletContextListener

Re: Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Michael Ludwig
Konstantin Kolinko schrieb am 20.11.2010 um 17:51 (+0300): 2010/11/20 Michael Ludwig mil...@gmx.de: JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web services on this platform. It is really easy to get started: http://java.dzone.com/articles/jax-ws-hello-world http

AW: AW: IPV6 problem with tcnative-1.dll: unable to connect from other host

2010-10-27 Thread Michael Wendt
Hi Mladen, I 've understand the firt step. The second step mod_jk supports only IPV4 How and where can I do this. Thank' for your help Regards Michael Wendt -Ursprüngliche Nachricht- Von: Mladen Turk [mailto:mt...@apache.org] Gesendet: Montag, 25. Oktober 2010 17:41 An: users

IPV6 problem with tcnative-1.dll: unable to connect from other host

2010-10-25 Thread Michael Wendt
, the developers have worked in an earlier version of the file tcnative-1.dll on this problem. Is it possible that the problem is not repaired with IPv6 yet? greetings Michael - To unsubscribe, e-mail: users-unsubscr

AW: IPV6 problem with tcnative-1.dll: unable to connect from other host

2010-10-25 Thread Michael Wendt
autoDeploy=true xmlValidation=false xmlNamespaceAware=false /Host /Engine /Service /Server Greetings Michael -Ursprüngliche Nachricht- Von: Pid [mailto:p...@pidster.com] Gesendet: Montag, 25. Oktober 2010 15:37 An: Tomcat Users List Betreff: Re: IPV6

What is the lifecycle of the apache tribes channel?

2010-10-18 Thread Michael Knümann
(); logger.fine(Send message: + message.getCacheName()); //send the message myChannel.send(group,message,Channel.SEND_OPTIONS_DEFAULT); } My question is do I need the channel started the whole time, or I can open it every time I send a message? with kind regards Michael

Re: Handling Tomcat crash

2010-10-18 Thread Michael Knümann
In case of out of memory issues you can search for JVM options like -XX:+HeapDumpOnOutOfMemoryError and others. There is also an option for shell scripts to be executed in case of out of memory. regards Michael -Original Message- From: Tarun Gupta [mailto:tarun.gu

What is the lifecycle of the apache tribes channel?

2010-10-15 Thread Michael Knümann
and is used for sending messages the whole lifecycle of my webapplication. I don't like this singleton and I'm wondering if it is possible to start the channel everytime I need to send a message? with kind regards Michael

Re: disabling session management

2010-10-14 Thread Michael Echerer
be too difficult if jit ust has to serve as a NOP implementation... However I would prefer to figure out why sessions are unexpectedly created at all. Cheers, Michael Christopher Schultz wrote: Emerson, On 10/8/2010 10:25 AM, emerson wrote: We been doing some tuning on our TC environment

Re: Starting/Stopping Tomcat from Java program

2010-10-11 Thread Michael Knümann
Hi, perhaps this has the solution out of the box: http://cargo.codehaus.org/ Michael Hi. I do not really understand the issue here. If you are under Windows, with Tomcat running as a Service, then you can just run the commands net start tomcat6 / net stop tomcat6 to start/stop tomcat

Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Michael Stockhausen
the doGet(...) function of the LoginServlet. I would like to call a Servlet from another servlet. Where can I find some examples? Thanks, Michael

Re: JSP:includes parameter passing vulnerability

2010-09-16 Thread Michael Coates
the request.getParameter() is used that it is possible, even if unintended, that user controlled data could enter into play. Thanks! Michael On 9/16/10 11:33 AM, Christopher Schultz wrote: Michael, On 9/15/2010 6:33 PM, Michael Coates wrote: On 9/15/10 2:46 PM, Christopher Schultz wrote: I

Re: JSP:includes parameter passing vulnerability

2010-09-15 Thread Michael Coates
. Thanks! Michael Coates OWASP On 9/15/10 12:52 PM, Mikolaj Rydzewski wrote: Michael Coates wrote: It seems to me that the method used to request parameters from an included jsp file should not fail over to the URL if the jsp:include does not provide the parameter. IMO that's incorrect

Re: JSP:includes parameter passing vulnerability

2010-09-15 Thread Michael Coates
Chris, Thanks for your detailed response. It is very helpful. I've got some responses inline below. On 9/15/10 2:46 PM, Christopher Schultz wrote: Michael, On 9/15/2010 3:05 PM, Michael Coates wrote: http://michael-coates.blogspot.com/2010/09/danger-of-jsp-includes-and-parameter.html

Is it possible to have shared JDBC resources in Tomcat 6.0 cluster?

2010-09-10 Thread Michael Knümann
to have a cluster wide connection pool. with kind regards Michael Knümann - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Custom Realm

2010-08-29 Thread Michael Dockery
I need to override a single method in a standard tomcat6 realm for a particular webApp/context.    The method:   RealmBase.getPrincipal(X509Certificate usercert) Q1) Should I create a new custom realm (..subClass of RealmBase) which is based-on/copied-from the original/standard tomcat

Mike Wilde is out of the office

2010-08-27 Thread Michael Wilde
I will be out of the office starting 27/08/2010 and will not return until 31/08/2010. If you have any urgent production Healthcare issues please contact Pauline Drummond or George Rae. If urgent please raise an incident in the TST DBAMR USD queue.

CLIENT-AUTH x509 attribute mapping to user name

2010-08-27 Thread Michael Dockery
Can anyone tell me what class/method i would need to override  to make a client x509 cert subject/dn attribute   to a valid tomcat username (in memory realm or otherwise) I assume the authenticator method  or perhaps the login method...

CLIENT-AUTH x509 attribute mapping to user name

2010-08-27 Thread Michael Dockery
Can anyone tell me what class.method   which I would need to override   to map a client x509 cert subject/dn attribute     to a valid tomcat username (in memory realm or otherwise)   I assume the authenticator method    or perhaps the login method...

Re: CLIENT-AUTH x509 attribute mapping to user name

2010-08-27 Thread Michael Dockery
/CASUM/X.509+Certificates From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Fri, August 27, 2010 1:12:24 PM Subject: RE: CLIENT-AUTH x509 attribute mapping to user name From: Michael Dockery [mailto:dockeryjava

Mike Wilde is out of the office

2010-08-04 Thread Michael Wilde
I will be out of the office starting 04/08/2010 and will not return until 06/08/2010. If you have any urgent production Healthcare issues please contact Iain B Miller, Tam Kyle or George Rae. If urgent please raise an incident in the TST DBAMR USD queue.

SSL terminated at load balancer, Http11Processor sends ssl redirects to :80

2010-07-26 Thread Leinartas, Michael
So I have what appears to be an obscure issue which is a consequence of our architecture and am wondering if anyone's run into anything similar and if my proposed solution is valid. So here's the background of our setup: We run our tomcat by starting it within a simple container using the

Re: SSL terminated at load balancer, Http11Processor sends ssl redirects to :80

2010-07-26 Thread Leinartas, Michael
: SSL terminated at load balancer, Http11Processor sends ssl redirects to :80 On 26.07.2010 21:48, Leinartas, Michael wrote: So I have what appears to be an obscure issue which is a consequence of our architecture and am wondering if anyone's run into anything similar and if my proposed

Re: SSL terminated at load balancer, Http11Processor sends ssl redirects to :80

2010-07-26 Thread Leinartas, Michael
- Original Message - From: Leinartas, Michael michael.leinar...@orbitz.com To: Tomcat Users List users@tomcat.apache.org Sent: Mon Jul 26 21:07:05 2010 Subject: Re: SSL terminated at load balancer, Http11Processor sends ssl redirects to :80 holy. crap. I cant believe I missed that config

Re: 404 with mod_jk

2010-07-15 Thread Michael Powe
On Thu, Jul 15, 2010 at 01:52:17AM -0400, Michael Powe wrote: On Thu, Jul 15, 2010 at 02:28:52AM +0200, André Warnier wrote: Michael Powe wrote: To install mod_jk, I resorted to my good friend Google, and used a tutorial to set up the connector. In that tutorial, the method used

Re: 404 with mod_jk

2010-07-15 Thread Michael Powe
Hello, Thank you! I did compile the module myself, wanting to be sure it was properly compatible with my target environments. I'll mod the code and see what new information is logged. Thanks. mp On Thu, Jul 15, 2010 at 01:54:48PM +0200, Rainer Jung wrote: On 13.07.2010 23:17, Michael Powe

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
wrote: On 14.07.2010 04:57, Michael Powe wrote: Hello, Thank you for the reply. See below for comments. On Wed, Jul 14, 2010 at 12:37:05AM +0200, Rainer Jung wrote: On 13.07.2010 23:17, Michael Powe wrote: Hello, I asked this question in the httpd list but no joy. I have set up

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
a DocumentRoot for local (non-jsp) files, as well as change the JkMount directive to point only to .jsp files. Thanks. mp Michael Powe wrote: Hello, Thanks again for looking at this. Here are the log entries corresponding to a jsp page request. [Wed Jul 14 05:42:57 2010] [15992:48036720

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
On Wed, Jul 14, 2010 at 04:37:17PM +0200, Rainer Jung wrote: On 14.07.2010 14:37, Konstantin Kolinko wrote: 2010/7/14 Michael Powemich...@trollope.org: VirtualHost localhost (...) #JkMount /host-manager ajp13 #JkMount /host-manager/* ajp13 JkMount /TlTaggerTest/*.jsp worker1

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
On Thu, Jul 15, 2010 at 02:28:52AM +0200, André Warnier wrote: Michael Powe wrote: To install mod_jk, I resorted to my good friend Google, and used a tutorial to set up the connector. In that tutorial, the method used was to create a properties file (workers.properties) which set up

404 with mod_jk

2010-07-13 Thread Michael Powe
) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3 - I sure would appreciate any pointers for troubleshooting or resolution. Thanks. mp -- Michael Powemich...@trollope.orgNaugatuck CT USA 47.3% of all statistics are made up on the spot. - Steven Wright pgpqpMwrTG7dh.pgp

Re: 404 with mod_jk

2010-07-13 Thread Michael Powe
Hello, Thank you for the reply. See below for comments. On Wed, Jul 14, 2010 at 12:37:05AM +0200, Rainer Jung wrote: On 13.07.2010 23:17, Michael Powe wrote: Hello, I asked this question in the httpd list but no joy. I have set up tomcat 6 and IBM httpd server to proxy requests using

Request Processing by Apache httpd for Tomcat

2010-07-12 Thread Michael Powe
in front of Tomcat. Thanks for any help. mp -- Michael Powemich...@trollope.orgNaugatuck CT USA Which is worse: ignorance or apathy? Who knows? Who cares? pgpdTmppkN8G1.pgp Description: PGP signature

Apache Tomcat 5.5 and labels.properties

2010-06-30 Thread Michael Rodov
Hi All, I have the following question: In the apache 5.0 there was a file called cwc_labels.properties, its attached It had some interesting properties in it, such as ErrorPage.Message - you could set a customer error message in it, and others In 5.5 we could not find this file, theres the

Re: Apache Tomcat 5.5 and labels.properties

2010-06-30 Thread Michael Rodov
this is the link, but its not 100% sure since it depends on the installed directories C:\Program Files\Apache Software Foundation\Tomcat 5.5.26\work\Catalina\localhost\sm711\loader\*com\hp\ov\cwc\web* On Wed, Jun 30, 2010 at 4:08 PM, Pid p...@pidster.com wrote: On 30/06/2010 13:13, Michael

Re: Apache Tomcat 5.5 and labels.properties

2010-06-30 Thread Michael Rodov
Ok thanks guys On Wed, Jun 30, 2010 at 4:43 PM, Pid p...@pidster.com wrote: On 30/06/2010 14:13, Michael Rodov wrote: this is the link, but its not 100% sure since it depends on the installed directories C:\Program Files\Apache Software Foundation\Tomcat 5.5.26\work\Catalina\localhost

Does JSF 2.0 work on Tomcat 6.0.26 ?

2010-06-29 Thread Michael Amanti
) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:619) Michael

Perfomance analysis

2010-06-15 Thread Michael Oullion
hello, I'm doing some benchmark on Web service's Call and I have some strange results. First of all, My web service is on a Axis2 1.5.1 framework, I use a Apache Tomcat 6.0.20 / JRE (server mode) 1.6.0_20-b02. I use JMeter 2.3.4 to do my benchmark. When I analyze my result, I have

RE: Perfomance analysis

2010-06-15 Thread Michael Oullion
: users@tomcat.apache.org Is jmeter on same box as app? On 15/06/2010, at 7:05 PM, Michael Oullion theaz...@hotmail.com wrote: hello, I'm doing some benchmark on Web service's Call and I have some strange results. First of all, My web service is on a Axis2 1.5.1 framework, I

Re: How to configure a web app

2010-06-12 Thread Michael Ludwig
-param nodes you've shown above. !ENTITY cust-init-params SYSTEM /home/cust123/web.xml.d/params.xml And then reference it using cust-init-params;. It requires the parser used by Tomcat to expand entities. Don't know if it is appropriately configured by default. -- Michael Ludwig

Mike Wilde is out of the office this afternoon.

2010-06-04 Thread Michael Wilde
I will be out of the office starting 04/06/2010 and will not return until 07/06/2010. If you have any urgent production Healthcare issues please contact Iain B Miller, Tam Kyle or George Rae. If urgent please raise an incident in the TST DBAMR USD queue.

Mike Wilde is out of the office.

2010-05-20 Thread Michael Wilde
I will be out of the office starting 20/05/2010 and will not return until 25/05/2010. If you have any urgent production Healthcare issues please contact Iain B Miller or Tam Kyle. If urgent please raise an incident in the TST DBAMR USD queue.

Mike Wilde is out of the office.

2010-04-23 Thread Michael Wilde
I will be out of the office starting 23/04/2010 and will not return until 11/05/2010. If you have any urgent production Healthcare issues please contact Iain B Miller. Please raise incidents in the TST DBAMR USD queue or for 3 day turnaround issues/enquiries please send an email to the TST

Re: Installing certificate chain on Tomat

2010-04-12 Thread Michael Dockery
in my case, i am testing with clients authenticating to tomcat with dod cac cards. (smartcards) i downloaded the dod root p7b cert files i checked/verified the root cert for the client cac card certs,  matched the dod root certs (in the p7b files) i extracted ONLY the root cert's from each

Re: Installing certificate chain on Tomat

2010-04-10 Thread Michael Dockery
i had to install my ca root certs in a keystore specificed/referenced by the truststorefile parameter NOT the keystorefile parm From: /U uma...@comcast.net To: users@tomcat.apache.org Sent: Sat, April 10, 2010 10:07:47 AM Subject: Re: Installing certificate

Re: smartcards for tomcat webapps

2010-04-07 Thread Michael Dockery
Thank you. So did you load the ca root cert (self-signed top of chain) into the truststorefile? via keytool? also does your web app's web.xml have the following? login-config auth-methodCLIENT-CERT/auth-method /login-config and security-constraint ... user-data-constraint

Re: Tomcat NIO : CometProcessor

2010-04-05 Thread Michael Wojcik
in the posted request was wrong. -- Michael Wojcik Micro Focus Rhetoric Writing, Michigan State University - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

ms sql integrated auth woes

2010-04-03 Thread Michael Dockery
I get this error when my webapp on tomcat6 connects to ms sql via 1.2 jdbc driver using integrated auth. com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. i have the sqljdbc_auth.dll in win\sys32 and other places the it all works

Re: Tomcat NIO : CometProcessor

2010-04-01 Thread Michael Wojcik
, an error, oversight, or restriction in HTTP; but in effect it means that if the client closes its end of the conversation after sending a request but before receiving a response, the the server is free to consider the connection closed (even though it isn't) and discard the request. -- Michael

Re: tomcat PUT not working

2010-03-31 Thread Michael Wojcik
Christopher Schultz wrote: On 3/28/2010 6:28 PM, Michael Wojcik wrote: André Warnier wrote: For all these reasons, currently Tomcat does not support the getParameters() family of methods, when the request method is PUT. This is a Tomcat limitation, not an HTTP one. Again, Tomcat does

Re: tomcat PUT not working

2010-03-29 Thread Michael Wojcik
André Warnier wrote: The area of contention here is whether a HTTP PUT request can or not have parameters, and whether such parameters can or not be encoded as part of the HTTP body of a PUT request (or as part of the URL query string of the request). As far as I can tell, this is a Tomcat

Mike Wilde is out of the office.

2010-03-19 Thread Michael Wilde
I will be out of the office starting 19/03/2010 and will not return until 24/03/2010. If you have any urgent production Healthcare issues please contact Iain B Miller. For development Healthcare issues contact Graeme J Wilson or Neil Gracie.

Re: Is it possible to delete a jar file from ../WEB-INF/lib when Tomcat is running?

2010-03-04 Thread Michael Powe
files? p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Michael Powemich...@trollope.orgNaugatuck CT USA

RE: performance problems with Tomcat 6 and JSF 1.2

2010-02-17 Thread Michael Heinen
): _jspx_th_h_005foutputText_005f999.setValue(1); _jspx_th_h_005foutputText_005f999.setStyle(z-index:29202;); I did not find any hotspots 3% in the sample with 1000 tags. I tried to nail down the performance problem we are seeing in our real app but this seems to be not so trivial. Michael -Original Message

RE: performance problems with Tomcat 6 and JSF 1.2

2010-02-16 Thread Michael Heinen
class for each tag. Michael -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Samstag, 13. Februar 2010 16:28 To: Tomcat Users List Subject: Re: performance problems with Tomcat 6 and JSF 1.2 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael

performance problems with Tomcat 6 and JSF 1.2

2010-02-12 Thread Michael Heinen
with JSF 1.2? The simple page does not contain any EL expressions, just 1000 simple tags: h:outputText value=1 style=z-index:29202;/. Michael

DB Connections getting lost under load

2010-02-03 Thread Michael Molloy
to happen when there is a heavy load on the server with more database connection requests than there are connections available. I'm also posting this on the commons mailing list. Thanks for any help. --Michael - To unsubscribe

JasperException in 6.0.24 with JSF tag

2010-01-26 Thread Michael Heinen
Question: Should I file a bug for this or is this expected behavior? Michael

Tomcat Connector 1.2.28 success and failure

2010-01-18 Thread Michael Hahn
Hello, we've been tasked with fowarding some requests to our IIS6 sharepoint server to tomcat 5.5 for use with SSO for other Tomcat based authentication. The SSO piece of the puzzle is working fine. However, the request forwarding we are having major problems with. We first installed Tomcat 5.5

Re: Tomcat Connector 1.2.28 success and failure

2010-01-18 Thread Michael Hahn
;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 On Mon, Jan 18, 2010 at 3:52 PM, Michael Hahn mh...@xtivia.com wrote: Hello, we've been tasked with fowarding some requests to our IIS6 sharepoint server to tomcat 5.5 for use with SSO for other Tomcat based authentication. The SSO piece

Need clarification on AJP Connector logs

2009-12-14 Thread Michael Dubrovskiy
In order to troubleshoot some issues with Apache Tomcat Connector I set JkLogLevel debug, and I found in mod_jk.log file a lot of messages like [debug] map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI '//phpmyadmin/config/config.inc.php' from 5 maps [debug]

Re: SSL only working on localhost

2009-12-03 Thread Michael Dockery
8:13:58 AM Subject: Re: SSL only working on localhost Can you see your page from another computer without SSL? What's your OS? Is it possible that the problem is the Firewall. Can you see the port 80 and 443 are open? 2009/12/2 Pid p...@pidster.com On 02/12/2009 12:41, Michael Dockery wrote

Re: How to get java process id of a user running tomcat

2009-12-03 Thread Michael Dockery
i agree with Chuck and would add these commands for consideration on a windows box netstat -ano will show the pid of any java job which is tied to a tcp port likewise (on windows only): wmic process get /all /value is another win vista/win7/xp pro+ command which will show all the

SSL only working on localhost

2009-12-02 Thread Michael Dockery
I have gotten ssl w/self-signed cert working on tomcat 6 a few times in the past. I am trying it again on a different server I am using port 443 when i attempt https://localhost via a browswer on the server itself the browser is properly presented with the cert warning (as i

two patches (fwd)

2009-11-12 Thread Michael Allman
Hi, I sent this message to the tomcat dev mailing list a couple weeks ago and received no response. So perhaps that was the wrong list. Can a tomcat committer take a look at my message and reply, please? Cheers, Michael -- Forwarded message -- Date: Wed, 28 Oct 2009 11:53

Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
this, but I do not have high hopes.  Any input at all would be appreciated. --Michael - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
wrote: From: Michael C [mailto:tomcat6d...@gmail.com] Subject: Tomcat 5.5.28 to 6.0.20 migration question Tomcat no longer works. Care to tell us what that means?  Log entries, error messages, anything useful?  Or do we have to call Pid to get him to use his Internet Telepathy?  - Chuck

Re: Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
helpful it will be given the third party nature. --Mike On Thursday, November 5, 2009, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Michael C [mailto:tomcat6d...@gmail.com] Subject: Re: Tomcat 5.5.28 to 6.0.20 migration question when I go to http://tomcatserver:8080 I don't get

Re: Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
Andre, From what I'm able to remember, that's amazing! Also I will check all of those places as soon as I'm allowed back on. I'm almost certain server.XML contains 8080. -Mike On Thursday, November 5, 2009, André Warnier a...@ice-sa.com wrote: Michael C wrote: Chuck, I can't get

log4j files get emptied when restarting tomcat?

2009-10-23 Thread Michael
I am currently experiencing some strange behavior with log4j. Sometimes when I restart Tomcat the day's log files are emptied, i.e. starts with the messages coming from the restart. That happens just about every 5th time I restart. OS is Debian on a virtual server, for restart I am doing

RE: Using administration url in application

2009-09-29 Thread Zeitlin, Michael (USAEO)
I was able to fix my original problem. Based on the advice given here, I realized that my problem was that my ROOT web app had a /admin directory. Once I renamed that directory, everything worked fine. Thanks for all the help. Michael -Original Message- From: Martin Gainty

Using administration url in application

2009-09-25 Thread Zeitlin, Michael (USAEO)
/share/tomcat5.5/server/webapps/admin debug=0 privileged=true allowLinking=true I have also tried totally removing the admin.xml file. Neither has worked. Any help would be appreciated Michael

RE: Using administration url in application

2009-09-25 Thread Zeitlin, Michael (USAEO)
display the admin application at the /[somethingElse] url? -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, September 25, 2009 3:10 PM To: Tomcat Users List Subject: RE: Using administration url in application From: Zeitlin, Michael (USAEO

Re: Whole file missing

2009-09-24 Thread Michael Ludwig
. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

addResource operation on NamingResources mbean does not work on non-global contexts

2009-09-20 Thread Michael Allman
. This seems to be the reason for the failure of the mbean addResource invocation. Given the fact that this feature (dynamic DataSource adds) is provided by the admin app, I'm assuming it's supposed to work. Can anyone on the Tomcat developers' team chime in? Cheers, Michael

Re: Configuring second tomcat instance on same box

2009-09-17 Thread Michael Ludwig
; so while others are merrily hijacking threads, you're even tearing them apart. Time for some serious mail crime legislation! -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: Application Logout Issues

2009-09-16 Thread Michael Ludwig
connectionTimeout=6/ Irrelevant. conf/web.xml:session-timeout30/session-timeout Relevant, but this is the default - 30 minutes. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Michael Ludwig
those resources with other processes. Is the possibility to enforce thread quotas for applications (via their Connectors) the main reason for the existence of Executors? What other reasons are there? -- Michael Ludwig

Re: NoRouteToHostException Servlet not run

2009-09-14 Thread Michael Ludwig
- I've never used clustering. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

<    1   2   3   4   5   6   7   8   9   10   >