Re: help in setup ssl in tomcat

2005-12-29 Thread dan
This is another link from verisign. SSL Certificates support. http://www.verisign.com/support/ssl-certificates-support/page_dev020184.html --- Richard S <[EMAIL PROTECTED]> wrote: > hi all > > I would like to establish public key > private key ssl setup in > tomcat. I dont know how

Question about tomcat bugzilla which is resolved but not fixed.

2007-12-14 Thread Dan
ve is threads in tomcat stuck in socketRead up to the maxThreads, yet no similar connections on apache webserver. (modjk)) Thanks, Dan Message sent using UebiMiau 2.7.10 - To st

Can you call an MBean programatically from the command line?

2008-01-10 Thread Dan
tool is available? If not then how hard would it be to write one? Thanks! Dan Message sent using UebiMiau 2.7.10 - To start a new topic, e-mail: users@tomcat.apache.org To unsubs

Windows Migration 5.5.23 to 6.0.18 - java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina

2009-01-21 Thread Dan
installation? With 5.5.23 that was all that was necessary, is there another step to use a custom catalina base with 6.x? Are they not backwards-compatible in this sense? Thanks, Dan - To unsubscribe, e-mail: users-unsubscr

RE: Windows Migration 5.5.23 to 6.0.18 - java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina

2009-01-21 Thread Dan
6.0.18\endorsed -Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 6.0.18\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 6.0.18\conf\logging.properties Thanks, Dan

RE: Windows Migration 5.5.23 to 6.0.18 - java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina

2009-01-21 Thread Dan
for years with no problems. Is there a CLASSPATH environment variable that needs to exist? Thanks, Dan -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: January-21-09 12:16 PM To: Tomcat Users List Subject: RE: Windows Migration 5

RE: Windows Migration 5.5.23 to 6.0.18 - java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina

2009-01-21 Thread Dan
Best, Dan -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: January-21-09 1:24 PM To: Caldarale, Charles R; Tomcat Users List Subject: RE: Windows Migration 5.5.23 to 6.0.18 - java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina &

RE: SSL Vulnerability in Tomcat and/or JVM?

2012-09-14 Thread Dan
connector. JSSE APR/OpenSSL Dan -Original Message- From: Brian Braun [mailto:brianbr...@gmail.com] Sent: Friday, September 14, 2012 1:06 AM To: Tomcat Users List Subject: SSL Vulnerability in Tomcat and/or JVM? Hi, In my site I'm using a certificate from www.securitymetric

Populating Oracle v$session.program from Tomcat Context.xml

2011-03-14 Thread Dan
uestion to the oracle support forums with no luck, but I’m assuming more people here are running oracle than people there running tomcat. Any help would be greatly appreciated. Thanks, Dan - To unsubscribe, e-mail: user

Re: Populating Oracle v$session.program from Tomcat Context.xml

2011-03-14 Thread Dan
On Mon, Mar 14, 2011 at 10:57 AM, chris derham wrote: >> We have some working tomcat 6 instances that we'd like to identify > > > Can you use the combination of machine and schema name to identify the > instance? You didn't detail your environment, but if you have a cluster, > then the machine nam

Re: Populating Oracle v$session.program from Tomcat Context.xml

2011-03-14 Thread Dan
On Mon, Mar 14, 2011 at 11:25 AM, Dan wrote: > On Mon, Mar 14, 2011 at 10:57 AM, chris derham wrote: >>> We have some working tomcat 6 instances that we'd like to identify >> >> >> Can you use the combination of machine and schema name to identify the

Re: Populating Oracle v$session.program from Tomcat Context.xml

2011-03-16 Thread Dan
, Mar 15, 2011 at 8:23 PM, Jorge Medina wrote: > What is the problem that you are trying to solve? > > On Mon, Mar 14, 2011 at 4:25 PM, Dan wrote: >> On Mon, Mar 14, 2011 at 11:25 AM, Dan wrote: >>> On Mon, Mar 14, 2011 at 10:57 AM, chris derham wrote: >>>>> We

Tomcat 11 & Request Attributes

2024-10-19 Thread Dan McLaughlin
r AJP? -- Thanks, Dan -- *NOTICE:* This e-mail message and all attachments transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure, ​or distribution is strictly prohibited

Is the HTTP/2 Rapid Reset Exploit still possible on 2.4.58?

2023-11-13 Thread Dan McLaughlin
scheduled=1, ready=0, out_buffer=0 Thanks! Dan -- *NOTICE:* This e-mail message and all attachments transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure, ​or distr

Re: Is the HTTP/2 Rapid Reset Exploit still possible on 2.4.58?

2023-11-13 Thread Dan McLaughlin
Yep, wrong list. Sorry. On Mon, Nov 13, 2023 at 4:37 PM Chuck Caldarale wrote: > You may have the wrong mailing list - this one is for Tomcat, but your > query seems to be solely about Apache httpd. > > - Chuck > > > > > On Nov 13, 2023, at 16:03, Dan McLaughl

Session Cookie Logging

2024-01-25 Thread Dan McLaughlin
ank up log levels to see what's going on. -- Thanks, Dan -- *NOTICE:* This e-mail message and all attachments transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure,

Re: Session Cookie Logging

2024-01-25 Thread Dan McLaughlin
Which one wins the catalina-base/conf/web.xml or the Webapp/WEB-INF/web.xml. I just noticed that the one under catalina base contains: 30 Or do they get merged? Thanks, Dan On Thu, Jan 25, 2024 at 7:00 PM Dan McLaughlin wrote: > Does anyone know what class we would crank the log le

Re: Session Cookie Logging

2024-01-25 Thread Dan McLaughlin
I think I just figured it out. __Host- doesn't allow for setting a path to anything other than /. It would have been nice if Tomcat would have logged an error instead of silently failing, or forcing the path to / and not saying anything. That would have saved me a ton of time. -- Thanks,

Re: Session Cookie Logging

2024-01-25 Thread Dan McLaughlin
don't care. So we are moving to using __Secure- instead. -- Thanks, Dan On Thu, Jan 25, 2024 at 9:29 PM Dan McLaughlin wrote: > I think I just figured it out. __Host- doesn't allow for setting a path to > anything other than /. > > It would have been nice if Tomcat woul

Re: Session Cookie Logging

2024-01-25 Thread Dan McLaughlin
t works fine, and it configures the default JSESSIONID using the context path as the cookie path. At least it does in my local Docker environment. Anyway, I'd appreciate any pointers if anyone else has any ideas. My next step is to try rolling back the Tomcat versions to find when the behavior

Re: Session Cookie Logging

2024-01-26 Thread Dan McLaughlin
api's needed to check the context path and so it defaults to /. Anyway, I'd have to do quite a bit more testing before I'd feel comfortable opening a bug, but there looks to be changes in the areas related to Sessions and Cookies lately, so I'm guessing at this point that one

Re: Session Cookie Logging

2024-01-27 Thread Dan McLaughlin
okies require a // path of '/' but the servlet spec uses an empty string if (contextPath.length() == 0) { contextPath = "/"; } } -- Thanks, Dan On Sat, Jan 27, 2024 at 12:12 AM Mark Thomas wrote: > On 26/01/2024 22:22, Dan McLaughlin wrote: > &

Re: Session Cookie Logging

2024-02-01 Thread Dan McLaughlin
had a chance to look at the logic in the Apache code, but this would be a helpful addition and would have saved a lot of time trying to debug where the value came from. -- Thanks, Dan On Thu, Feb 1, 2024 at 10:31 AM Mark Thomas wrote: > > > On 27/01/2024 14:38, Dan McLaughlin wrote

Tomcat Manager 403's with LDAP Realm

2024-02-17 Thread Dan McLaughlin
se it really doesn't seem related based on my understanding of how the filter works. If someone knows the specific packages, I might want to bump up the logging on; that would probably be most helpful at this point. Cheers! Dan -- *NOTICE:* This e-mail message and all attachments tr

9.0.70 / 9.0.71 regression?

2023-02-15 Thread Dan Armbrust
) URL, which then didn't match any of our services, and was sent back as a 404. We haven't yet done any further debugging about where in the tomcat stack the request was being completely corrupted.  I also haven't isolated if it was 9.0.71 or 9.0.70 - 9.0.69 works, and 9.0.71 f

Re: 9.0.70 / 9.0.71 regression?

2023-03-04 Thread Dan Armbrust
Thanks for updating - sorry I didn't get a chance to run it down more. I should be able to do a test in our SSO enabled env this next week with 9.0.73. Dan On 2/27/23 4:06 AM, Mark Thomas wrote: Looks like this is the issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 That you

Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-14 Thread Dan McLaughlin
d server. But this does require additional custom development and testing.This is certainly an interesting topic, and I appreciate your insights. Let me know if you have any further questions or thoughts!"* -- Thanks, Dan -- *NOTICE:* This e-mail message and all attachments transmitted with

Re: Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-14 Thread Dan McLaughlin
implementing a way to put all our applications in a "Down for Maintenance Mode" without having to stop them and that can be scheduled at the individual application level. I'll look at using a valve if we decide it's a big enough issue. Thanks again for the explanation! Dan

Words of Wisdom re: Context Versioning - Parallel Deployment

2023-06-16 Thread Dan McLaughlin
dependencies that use JMX pose any issues? We use jgroups and log4j2. Both create their own mbeans, but it seems we have control over the names they use. Do you know if there are any other issues we need to consider? Words of wisdom? Thanks! Dan -- *NOTICE:* This e-mail message and all att

Re: Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-20 Thread Dan McLaughlin
ation is available, passing to next valve"); getNext().invoke(request, response); } } } -- Thanks, Dan On Wed, Jun 14, 2023 at 2:32 PM Mark Thomas wrote: > On 14/06/2023 19:49, Dan McLaughlin wrote: > > Hello, > > > > This is probably a question that would be bet

Re: Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-20 Thread Dan McLaughlin
04 is passed on. Why would request.getContext(); return ROOT if that wasn't the requested context? Is this a bug? -- Thanks, Dan -- Thanks, Dan McLaughlin DJAB Enterprises, LLC d...@djabenterprises.com mobile: 512.633.8086 NOTICE: This e-mail message and all attachments transmitted with it a

Re: Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-20 Thread Dan McLaughlin
We typically don't deploy a ROOT context in our production environments--for no other reason than making it more difficult to poke around. I'll look at that as an option. Thanks for the tips. -- Thanks, Dan On Tue, Jun 20, 2023 at 10:28 AM Mark Thomas wrote: > On 20/06/20

Re: Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-20 Thread Dan McLaughlin
ce most of our apps are authenticated using SAML, so all requests are intercepted before the request is ever sent to Tomcat, but for our apps that don't require authentication, it would be easy to exploit any app that had 404 in the fail_on_status. -- Thanks, Dan On Tue, Jun 20, 2023

Re: Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-20 Thread Dan McLaughlin
uting decisions. Thoughts? -- Thanks, Dan -- Thanks, Dan McLaughlin Robert Clay Vineyards Proprietor/Vigneron d...@robertclayvineyards.com mobile: 512.633.8086 main: 325.261.0075 https://robertclayvineyards.com Facebook | Instagram On Tue, Jun 20, 2023 a

Re: Tomcat Clustering, Mod_JK, Fail_on_Status, Stopped Application

2023-06-20 Thread Dan McLaughlin
ext matching the request URI was found, log a fine message // and pass the request to the next Valve log.info("Application is available, passing to next valve"); getNext().invoke(request, response); } } } -- Thanks, Dan On Tue, Jun 20, 2023 at 12:15 PM Dan McLaughlin wrote: > >

Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
e.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [b], SocketState [ASYNC_IO] 11-Jul-2023 08:27:51.175 FINE [https-openssl-nio-x.x.x.x-18443-exec-8] org.apache.coyote.http2.Stream.recycle Connection [b], Stream [23] has been recycled What do you think? Is there a bug here somewhere

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
a timeout rather than the expected read or write. (markt) - [image: Fix:] Refactor waiting for an HTTP/2 stream or connection window update to handle spurious wake-ups during the wait. (markt) -- Thanks, Dan On Tue, Jul 11, 2023 at 9:43 AM Dan McLaughlin wrote: > We have many Angu

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
I just upgraded to Tomcat 10.1.11, and it still fails. A comparison of the logs between a failed POST on 10.1.10 and 10.1.11 look slightly different, but it still fails for the same reason. I'm going to try updating the JDK and see if that helps. -- Thanks, Dan On Tue, Jul 11, 2023

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
bug] [pid 14776:tid 5676] proxy_util.c(2584): AH00943: H2: has released connection for (as01:18443) [Tue Jul 11 08:27:51.184357 2023] [proxy_http2:debug] [pid 14776:tid 5676] mod_proxy_http2.c(458): [remote x.x.x.x:63451] AH03377: leaving handler -- Thanks, Dan On Tue, Jul 11, 2023 at 11:00 AM Dan McLaughli

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-11 Thread Dan McLaughlin
e full contents of the JSON. Thanks, Dan On Tue, Jul 11, 2023 at 11:43 AM Dan McLaughlin wrote: > I was already using the latest Amazon Corretto 20, so I tried moving to > the latest OpenJDK 20, which made no difference. So I'm now using the > latest Apache HTTPD 2.4, Tomcat 10.

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
f I can provide it, I will. -- Thanks, Dan On Wed, Jul 12, 2023 at 3:34 AM Mark Thomas wrote: > > On 11/07/2023 19:10, Dan McLaughlin wrote: > > One other note, is I can switch to h2c, and it still fails, and a packet > > capture shows the entire JSON is delivered to Tomcat,

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
er. -- Thanks, Dan On Wed, Jul 12, 2023 at 6:00 AM Dan McLaughlin wrote: > > Hi Mark, > > I already provided the output from org.apache.coyote.http2.level = > FINE in the very first post to this thread. I didn't include > everything because all the header information incl

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
ding, which is quite large, it fails. Before I spend more time on this test case, can you think of any setting in Tomcat or mod_proxy_http2 that might cause the POST of the larger JSON to fail? -- Thanks, Dan On Wed, Jul 12, 2023 at 2:36 PM Mark Thomas wrote: > > 12 Jul 2023 13:40:18 Da

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
test war, then start a Tomcat and Apache docker image..and I can't reproduce the issue. My worst fear was that I was dealing with something potentially Windows-specific, back to the drawing board. -- Thanks, Dan On Wed, Jul 12, 2023 at 4:05 PM Dan McLaughlin wrote: > Mark, > > I&

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-12 Thread Dan McLaughlin
er. -- Thanks, Dan On Wed, Jul 12, 2023 at 9:58 PM Dan McLaughlin wrote: > > Well, the deeper I get into the problem, the more complicated it gets. I > thought I was onto something, thinking the size of the JSON might have > something to do with it, so I created a Python scr

Re: Angular -> Apache 2.4.57 -> Tomcat 10.1.10 over HTTP2

2023-07-13 Thread Dan McLaughlin
t point to what's going on without me having to create a way to reproduce it for a bug report I'd be happy to do so, but for now, I have to get back to working on other things on my plate. -- Thanks, Dan On Wed, Jul 12, 2023 at 10:56 PM Dan McLaughlin wrote: > > Hey Mark, > &g

Status Code 500 on /manager/status after upgrade to 9.0.45

2021-04-15 Thread Dan Schreck
toring tool isn't working because it thinks there is no data. Any suggestions ? Thanks. Dan Schreck | Director of IT Operations | Foundation Source Phone & Fax: +1 203-319-3727 | dschr...@foundationsource.com 55 Walls Drive, 3rd Floor, Fairfield CT 06824 www.foundationsource.com The

Re: war filename in url. I want this to be different

2006-06-22 Thread Dan Simmonds
This should work (in server.xml): assuming that /webapps/companyName/warfilename.war is a valid filepath. Dan Dean Hiller wrote: I am trying to make a hosted service(with a few small apps) that companies can purchase. I want the default tomcat app(my app as I took default over

Tomcat 4.1 with MS SQL2005

2006-09-30 Thread Dan Decker
Currently my Tomcat 4.1 application works with MS SQL2000. I have not been able to connect with MS SQL2005 by copying sqljdbc.jar to the lib folder & setting JDBC Driver Class to com.microsoft.sqlserver.jdbc.SQLServerDriver. How can I get Tomcat4.1 to connect to MS SQL2005? Dan De

Using MX4J's HTTP Connector with Tomcat 5.5 and JDK 1.5

2006-10-03 Thread Dan Baumann
Hi, I'd like to get Tomcat 5.5 on JDK 1.5 to use MX4J's HTTP Connector in order to avoid firewall issues. Could someone please provide me with a quick rundown? Thanks Dan - To start a new topic, e-m

Response already committed

2006-10-03 Thread Dan Adams
ven't found an answer yet. I'm using tomcat 5.5 with the mod_jk connector and apache 2. Here is my server.xml: -- Dan Adams Senior Software Engine

RE: Response already committed

2006-10-03 Thread Dan Adams
ou haven't done anything to the response (ie, written to it) before here On Tue, 2006-10-03 at 15:39 -0500, Caldarale, Charles R wrote: > > From: Dan Adams [mailto:[EMAIL PROTECTED] > > Subject: Response already committed > > > > I'm getting a problem that appears

change in versions?

2006-10-04 Thread Dan Adams
the cause I copied the old tomcat install from the other machine and everything worked perfect. Anyone have any clues as to what this could be? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To start a

tomcat not passing resources to my filters

2006-10-05 Thread Dan Adams
ng that has changed since 5.5.17 because it didn't do this then. Anyone have any ideas? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To start a new topic, e-mail: users@tomcat.apache.org

Response committed before getting to the filters

2006-10-06 Thread Dan Adams
the code in my application? Even suggestions on what to investigate further would be help at this point. Thanks in advance. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To start a new topic

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
SessionFactoryUtils.processDeferredClose(sessionFactory); } } } } On Fri, 2006-10-06 at 11:00 -0400, David Smith wrote: > So what does the first filter do? Does it do anything with the response > before chaining to the second one? > > --David > > Dan Ad

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
ry to go ever further down and see if there is a point at which it isn't committed. On Fri, 2006-10-06 at 10:51 -0400, Dan Adams wrote: > So every once in a while when you make a request to the server you won't > get anything back and the log will show that one of the filters > com

Resolved: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
the stream as being committed already. Thanks for the help. Lesson learned: double check that streams are closed correctly. On Fri, 2006-10-06 at 12:33 -0400, Dan Adams wrote: > So I set a conditional breakpoint for response.isCommitted() all the way > down in CoyoteAdapter.service() (cal

RE: need to unsubscribe

2006-10-09 Thread Dan Decker
Did you try? To unsubscribe, e-mail: [EMAIL PROTECTED] Dan Decker Microsoft Dynamics GP Developer www.Business-Computers.com (303)499-2039 -Original Message- From: khozaima shakir [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 11:53 AM To: users@tomcat.apache.org Subject

RE: need to unsubscribe

2006-10-09 Thread Dan Decker
Have you been able to un-subscribe? Dan Decker Microsoft Dynamics GP Developer www.Business-Computers.com (303)499-2039 -Original Message- From: khozaima shakir [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 11:53 AM To: users@tomcat.apache.org Subject: need to unsubscribe

Tomcat using MS SQL2000 Named Instance

2006-10-11 Thread Dan Decker
instance KEYSTONE\GP90 it still connects to the default jdbc:sqlserver://KEYSTONE;instanceName=GP90;databaseName=TWO Dan Decker

RE: Tomcat using MS SQL2000 Named Instance

2006-10-12 Thread Dan Decker
the port #. Does the 2nd SQL2000 instance use a different port#? If so could I change the port # to the one the 2nd instance uses and would it work? How do you determine what port the 2nd instance is using? Thanks Dan Decker Microsoft Dynamics GP Developer www.Business-Computers.com (303)499

RE: Tomcat using MS SQL2000 Named Instance

2006-10-12 Thread Dan Decker
Peter - Thanks. I want to try it. I do not know how to find the port number the named instance is listening on. Do you know how to find what its number is? Dan Decker Microsoft Dynamics GP Developer www.Business-Computers.com (303)499-2039 -Original Message- From: Peter Ries

RE: Tomcat using MS SQL2000 Named Instance

2006-10-13 Thread Dan Decker
Karen - Thanks for your help. The double backslash is now working. I had to upgrade the SQL 2000 named instance to SP4. Dan Decker Microsoft Dynamics GP Developer www.Business-Computers.com (303)499-2039 -Original Message- From: Karen Koch [mailto:[EMAIL PROTECTED] Sent: Thursday

mod_jk and url encoding

2005-11-15 Thread Dan Adams
inBorder.$Nav.link.html I even tried adding JkOptions +ForwardUIREscaped to my httpd.conf with no luck. Any ideas on why this is not making it to tomcat when %2F is used?? I am really befuddled with this one. -- Dan Adams Software Engin

Re: mod_jk and url encoding

2005-11-15 Thread Dan Adams
got it. needed AllowEncodedSlashes On. On Tue, 2005-11-15 at 14:35 -0500, Dan Adams wrote: > Okay, i'm using tomcat 5.5 and mod_jk with apache 2. It looks like I've > got jk set up okay for the most part. I'm able to use the site as I did > before switching to mod_jk exce

tomcat catalina.out and log4j

2005-12-01 Thread dan stephens
need some help with log4j... I have implemented it on our Tomcat 5 server, everything is fine as well. I can see my messages writting to the catalina.out. However I'm running on Solaris 8, so when I go to search the catalina.out with grep. I receive the following. Binary file catalina.out matc

Tomcat Connection Pool config

2005-12-07 Thread dan stephens
Has anyone else tried to use the connection pool in Tomcat with the below parameters.. removeAbandonedTRUE removeAbandonedTimeout10 logAbandonedTRUE I can see that when I first issue a connect I get below, and I can use that datasource. But according to the commons-dbcp

duplicate deploy with virtual hosts

2006-03-07 Thread Dan Adams
tup="false" but then my apps don't get extracted. Any help would really be appreciated. -- Dan Adams Software Engineer Interactive Factory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat Shutdown Unexpectedly

2006-05-11 Thread Dan Golob
one mode ... meaning, without the aide of Apache Server. May this be the problem? Thanks again Dan -Original Message- From: Vasily Ivanov [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 9:20 AM To: Tomcat Users List Subject: Re: Tomcat Shutdown Unexpectedly Hi, We've recently h

RE: Tomcat Shutdown Unexpectedly

2006-05-16 Thread Dan Golob
Hello ... No, I have not. I honestly don't even know where to look. Since I don't want it to get worse, we are simply restarting tomcat immediately after it goes down. Dan -Original Message- From: Sean2006 [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 10:00 PM

Problem with Tomcat Unexpectedly Shutting Down

2006-05-21 Thread Dan Golob
any information as to how to solve this problem, or even where to look for more information it would be most helpful. We are primarily developers with very little knowledge of Tomcat as a whole, so we are struggling to find a solutio

RE: Problem with Tomcat Unexpectedly Shutting Down

2006-05-21 Thread Dan Golob
s of other installations running without any problems. Thanks for the response, it is greatly appreciated. Dan -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 3:09 PM To: Tomcat Users List Subject: Re: Problem with Tomcat Unexpectedly Shutting Down If

JNDI datasource failing

2006-05-30 Thread Dan Simmonds
cal test environment is tomcat 5.5 running through eclipse with the web tools plugins. In production I'm using tomcat 5.5 also, exporting my project as a WAR file. I'm at a loss as to what could be wrong. Can anyone help me? Dan Here

Re: JNDI datasource failing

2006-05-31 Thread Dan Simmonds
I have tried to put the resource in the server.xml file, and found that the same problem occurred. Also the exact same configuration works flawlessly in my test environment, so I don't know. I'd rather keep the details in my webapp's context if possible. Dan Martin Grogan

Allocate exception : NoClassDefFoundError

2006-06-07 Thread Dan Simmonds
. It is the only servlet on the webapp, and was working fine 10 minutes ago. The only action I performed was to copy over the class files and restart tomcat. Does anyone have any clues as to what might have caused this? Regards, Dan

RE: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-08 Thread Dan Toomey
How do I get this tomcat email to stop? I have sent messages to unsubscribe to no avail. -Original Message- From: Leo Donahue - PLANDEVX [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 2:13 PM To: Tomcat Users List Subject: RE: [SPAM:] - RE: Restricting access to localhost for an

[OT] Looking for engineers in boston

2006-10-18 Thread Dan Adams
/iterative development including peer programming and code reviews It's a great, small company that really great to work at (we have a game room and a dedicated beer fridge). So send your resumes over to either me or [EMAIL PROTECTED] -- Dan Adams Senior Software Engineer Interactive Fa

Re: Jmx-console for Tomcat

2006-10-23 Thread Dan Baumann
it a try. This is alpha version, I'll appreciate your opinions. http://www.ceti.pl/~miki/komputery/jmx/ Interesting. How does your webapp compare to MX4J's http adapter (mx4j.sf.net)? Best regards Dan - To st

Re: Jmx-console for Tomcat

2006-10-24 Thread Dan Baumann
On 23.10.2006, at 23:09, Mikolaj Rydzewski wrote: Dan Baumann wrote: Interesting. How does your webapp compare to MX4J's http adapter (mx4j.sf.net)? I didn't try hard, but I was unable to run mx4j and its http adapter. So it's hard to compare with it. http://mx4j.sourc

Re: Monitor Tomcat

2006-10-30 Thread Dan Baumann
J HttpAdaptor http://mx4j.sf.net/ JManage http://www.jmanage.org/ Hyperic http://www.hyperic.com/ The first 3 projects are Tomcat-specific, the latter 3 are generic JMX clients. Cheers, Dan - To start a new topic, e-mail: users@to

mod_jk affinity for a lamed tomcat instance

2006-11-06 Thread Dan Ackerson
processing requests and looks fairly idle). How can I alert the AJP connector on the tomcat side that this app server is dead so that mod_jk no longer routes requests to it? Thanks in advance, Dan -- Dan Ackerson conject AG, Auenstraße 100, 80469 München Fon:+49 (89)95414.120 Fax:+49 (89)95414

reply_timeout

2006-11-06 Thread Dan Carwin
Is reply_timeout designed to be set... 1. only for the loadbalancing worker. 2. for every worker except the loadbalancer. 3. for every worker including the loadbalancer. Thanks, Dan Carwin - To start a new topic, e-mail: users

Re: mod_jk affinity for a lamed tomcat instance

2006-11-07 Thread Dan Ackerson
Sorry if I wasn't clear - I wanted to know if their was a way I could programmatically alert mod_jk from Tomcat that this worker should be disabled. This way, the worker could automatically signal to mod_jk that it was "lamed" and I wouldn't have to run over to the jk-status page to manually disa

Re: mod_jk affinity for a lamed tomcat instance

2006-11-07 Thread Dan Ackerson
> What's possible though is making an http request to the status worker to > disable or stop a worker. Unfortunately this change is not persistant > concerning apache restarts. This is an excellent solution - especially as the application servers are restarted more often than Apache! :) Thanks ev

Re: session replication/tomcat 5.5

2006-11-14 Thread Dan Baumann
orm the output. The default stylesheet transforms the XML to HTML. Regards, Dan -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 4:29 PM To: 'Tomcat Users List' Subject: RE: session replication/tomcat 5.5 I forgot to mention that w

Re: Restart TC with cron/sh

2008-07-16 Thread Dan Armbrust
On Mon, Jul 7, 2008 at 8:43 AM, Piller Sébastien <[EMAIL PROTECTED]> wrote: > Hello, > > I have my application in production for a month now. I've some problem of > memory leak that force me to restart TC each few days. Or, you know, you could fix the actual problem - the memory leak. Go get you

Coyote connector and documentation..

2008-07-28 Thread Dan Keeley
or is linked in with the tomcat 4.1 docs. Is it the same as with Tomcat 5.5? Thanks! Dan

Tricks for enabling manager & host-manager via IIS

2007-03-01 Thread Dan Carwin
___ As a workaround we also tried doing the auth through IIS and setting tomcatAuthentication="false" in the connector, but this did not work. Tomcat 5.5.17 JVM 1.5.0_11 Isapi redirect 1.2.18 IIS 6.0 Thanks,

RE: Tricks for enabling manager & host-manager via IIS

2007-03-06 Thread Dan Carwin
___ As a workaround we also tried doing the auth through IIS and setting tomcatAuthentication="false" in the connector, but this did not work. Tomcat 5.5.17 JVM 1.5.0_11 Isapi redirect 1.2.18 IIS 6.0 Thanks,

Re: Diagnosing Tomcat memory usage

2007-10-10 Thread Dan Armbrust
Actually, you have no idea how much your code actually increased it. You just think it increased 50%, because that is what the OS sees. If you were using 190 MB of memory before, the JVM may have left your system usage at 200 MB. Then, when your app bumps the memory up to 201 MB, the JVM needs to

Custom Log Formatter

2007-10-24 Thread Dan Beaulieu
Hello, it is my understanding that if I specify the fully qualified name of a class that implements java.util.logging.Formatter like so in conf/logging.properties: 2localhost.org.apache.juli.FileHandler.formatter = CustomFormat Then juli should use that class to format log messages that go

Service on Windows Server 2003

2007-10-24 Thread Dan Armbrust
ons? I have very limited ability to do debugging on the system that is showing the problem. Thanks, Dan - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Service on Windows Server 2003

2007-10-25 Thread Dan Armbrust
gs. I don't think that LD_LIBRARY_PATH is set - but I'll verify that on the problem machine. Likewise, none of my test machines have this key: HKLM\System\CurrentControlSet\Control\SessionManager\SafeDllSearchMode - but I'll check that on the problem machin

Re: Service on Windows Server 2003

2007-10-25 Thread Dan Armbrust
jvm.cfg contains the following: -client KNOWN -server KNOWN -hotspot ALIASED_TO -client -classic WARN -native ERROR -green ERROR I don't think that there is a JAVA_OPTS variable set, but I will verify that on the problem machine. Thanks, Dan On 10/26/00, [EMAIL PROTECTED] <[EMAIL P

Re: Service on Windows Server 2003

2007-10-26 Thread Dan Armbrust
service command appears to strip out those extra spaces - they aren't there when I look at the result with tomcat5w.exe. But, on Windows Server 2003, those spaces get put in verbatim. Why would this work on XP, and fail on server

apxs problem

2007-12-11 Thread Dan Ciarniello
since if I do actually install apache, the connector configure script works fine. Thing is, I don't want to have install apache just to build the connector. Is there any way to do this? Thanks, Dan. - To start a ne

Re: apxs problem

2007-12-11 Thread Dan Ciarniello
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, Dan Ciarniello wrote: I am putting together RPMs for apache and tomcat and I want to include the mod_jk connector with the apache RPM :( Don't do that; instead, have a separate RPM that just con

Re: apxs problem

2007-12-12 Thread Dan Ciarniello
rvers - we are, after all, still using Apache 2.0.55 and mod_jk 1.2.15. Having said that, it doesn't look like I will be able to do what I was hoping to do so separate RPMs it is. Thanks for the help, Dan. - To start a

directory listings per webapp

2007-12-14 Thread Dan Armbrust
/foo/* But this doesn't work. What do I need to do to make this happen? Thanks, Dan - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   >