RE: CrawlerSessionManagerValve only working with default host

2018-04-12 Thread Matt Cosentino
Ahh, I can see that from the source now, thanks. - Matt -Original Message- From: Mark Thomas <ma...@apache.org> Sent: Thursday, April 12, 2018 2:27 AM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: CrawlerSessionManagerValve only working with default host On

RE: CrawlerSessionManagerValve only working with default host

2018-04-11 Thread Matt Cosentino
alve at the engine level, which I assumed meant that it would apply to all hosts within that engine. The documentation states "Normally, this Valve would be used at the Engine level.", so that's what I did. https://tomcat.apache.org/tomcat-8.5-doc/config/valve.html#Crawler_Session_Manager_Va

CrawlerSessionManagerValve only working with default host

2018-04-11 Thread Matt Cosentino
: Tomcat 8.5.24 - Matt

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
Thanks, but I'm talking about resource paths and not jar files. - Matt From: Ray Holme [mailto:rayho...@yahoo.com.INVALID] Sent: Friday, November 17, 2017 1:39 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Skip resource path in TLD scanner? I use JSP and there are taglib

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
it could definitely skip a user defined list of paths. I guess for now I could see if I can move the files in these paths out of WEB-INF to keep them from being scanned. - Matt -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, November 17

RE: Skip resource path in TLD scanner?

2017-11-16 Thread Matt Cosentino
This keeps getting worse, my site was down for over a minute while the TLD scanner ran. There must be something I can do. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, April 29, 2017 5:02 AM To: Tomcat Users List <users@tomcat.apache.org> S

RE: Response cut off after 10 seconds when using NIO2 connector

2017-07-13 Thread Matt Cosentino
So you know, I switched NIO and NIO2 on my two servers last night so that the timeout no longer occurs on my live server. The test server now shows the behavior. - Matt -Original Message- From: Matt Cosentino [mailto:mcosent...@cacorp.com] Sent: Wednesday, July 12, 2017 10:05 PM

RE: Response cut off after 10 seconds when using NIO2 connector

2017-07-12 Thread Matt Cosentino
That's certainly not the case, I have no problem accessing 8443. Here is the connector config, only difference on the 8443 server is the protocol, address, and port. - Matt -Original Message- From: Kreuser, Peter [mailto:pkreu...@airplus.com] Sent: Wednesday, July 12, 2017 4:56

Response cut off after 10 seconds when using NIO2 connector

2017-07-11 Thread Matt Cosentino
a setting somewhere? Here are links showing the behavior with identical settings except for the connector: NIO2: https://www.arclearn.com/sleep.jsp NIO: https://www.arclearn.com:8443/sleep.jsp - Matt

Http2UpgradeHandler crash

2017-04-28 Thread Matt Cosentino
, but this is the first time it has crashed Tomcat. What could be the cause? What should I be looking for? - Matt

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
when our sites are down. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, April 28, 2017 7:28 AM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Skip resource path in TLD scanner? On 27/04/17 23:39, Matt Cosentino wrote: &

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
I already did, that only mentions skipping jar files. - Matt -Original Message- From: Violeta Georgieva [mailto:violet...@apache.org] Sent: Friday, April 28, 2017 1:30 AM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Skip resource path in TLD scanner? Hi, 2017-04

RE: Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
} } It skips /WEB-INF/classes/ and /WEB-INF/lib/, but it does not check any property to skip user defined paths. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, April 27, 2017 5:05 PM To: Tomcat Users List <users@tomcat.apache.org> Subject

Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
I need to skip some of the resource paths within WEB-INF. I know there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists. Where is it? - Matt

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-15 Thread Matt Newell
On Fri, Nov 14, 2014 at 7:08 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-11-15 0:57 GMT+03:00 Matt Newell dycs...@gmail.com: On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz ch...@christopherschultz.net wrote: On 11/14/14 1:14 PM, Matt Newell wrote: Greetings, I have

WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
Greetings, I have a need to get version information for classes that I have been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For example: System.out.println(this.getClass().getPackage().getImplementationVersion()); Assuming my.war/META-INF/MANIFEST.MF: Manifest-Version:

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/14/14 1:14 PM, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been packaged in a war

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:14 PM, Mark Thomas ma...@apache.org wrote: On 14/11/2014 18:14, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For example: System.out.println

RE: Multi-URL Access 1 Webapp

2013-10-31 Thread Matt Barry
to proxy all URL's to Tomcat, or just the /share ones.. Matt From: Chris Arnold [carn...@electrichendrix.com] Sent: Thursday, October 31, 2013 2:16 PM To: Tomcat Users List Subject: Re: Multi-URL Access 1 Webapp Starting over since i can not seem to get

RE: Multi-URL Access 1 Webapp

2013-10-22 Thread Matt Barry
. (This is the type of setup I typically find mod_proxy much easier to work with vs mod_redirect, but this is all OT for this list..) Cheers, Matt The contents of this message and any attachments to it are confidential and may be legally privileged. If you have received this message in error you

Re: org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8043]]

2012-08-17 Thread Matt Quackenbush
, 2012 at 9:16 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2012/8/17 Matt Quackenbush quackfu...@gmail.com: OS: XUbuntu 12.04, 64-bit Tomcat: 7.0.26.0 (private instance installation: https://help.ubuntu.com/12.04/serverguide/tomcat.html) JVM: Sun 1.6.0_32-b05

org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8043]]

2012-08-16 Thread Matt Quackenbush
Hello, This afternoon one of my Tomcat instances (using Tomcat private instances) that has been running for many months suddenly stopped responding. I made no configuration changes, so I'm at a loss as to what the cause is. (This literally happened between page loads.) My googling turned up a few

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-12 Thread Matt Munz
? No, I'm just using the parameters I mentioned previously. [1] [1] mvn tomcat7:deploy -Dusername=Administrator -Dpassword=a Matt On Apr 12, 2012, at 3:54 PM, Olivier Lamy wrote: Hello, Currently, I cannot reproduce. Do you have more logs/details from your tomcat instance ? Especially

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-12 Thread Matt Munz
Olivier, When I try to deploy from Maven, the following message appears in the access log. [1] There are no other messages in any of the other logs for this event. [1] 127.0.0.1 - - [12/Apr/2012:21:15:59 -0700] PUT /manager/html/deploy?path=%2F HTTP/1.1 401 2550 Matt On Apr 12, 2012

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-05 Thread Matt Munz
:401, ReasonPhrase:Unauthorized Matt On Apr 4, 2012, at 12:23 AM, Olivier Lamy wrote: Hello, Have a look here: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/snapshot-test.html 2012/4/4 Matt Munz matt.m.m...@gmail.com: Olivier, I made that change to settings.xml and now I'm

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-03 Thread Matt Munz
-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.tomcat.maven:tomcat7-maven-plugin:jar:2.0-SNAPSHOT: Could not find artifact org.apache.tomcat.maven:tomcat7-maven-plugin:pom:2.0-SNAPSHOT - [Help 1] Matt Munz On Apr 2, 2012, at 11:48

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-02 Thread Matt Munz
-maven-plugin:1.1:deploy (default-cli) on project ...: Cannot invoke Tomcat manager: Server returned HTTP response code: 403 for URL: http://localhost:8080/manager/deploy?path=%2F...war= - [Help 1] Matt On Apr 2, 2012, at 4:16 AM, Olivier Lamy wrote: Hello, I have fixed few things related

Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-01 Thread Matt Munz
password=a roles=manager-gui,manager-script,manager-jmx/ Matt Munz matt.m.m...@gmail.com

RE: JNDI: LDAPv3 with StartTLS

2010-08-18 Thread Muggeridge, Matt
the same problems, but had given up and used HTTP Proxy interface to Tomcat instead, since I could get LDAP working from Apache Server's config. I will be keen to read your document. When I find the time, I'll try using the JNDIRealm with your doc as a guide. Cheers, Matt.

SEVERE message from DeltaManager

2010-07-15 Thread Matt Peterson
terceptor/ /Channel Valve className=org.apache.catalina.ha.tcp.ReplicationValve filter=/ ClusterListener className=org.apache.catalina.ha.session.ClusterSessionListener/ /Cluster Thanks, Matt.

HTTP connector to be aware of proxied SSL requests

2010-06-16 Thread Matt Peterson
of proxied SSL requests (perhaps via an injected x-forwarded-proto header, ala WebLogic)? Cheers, Matt.

Setting scheme on catalina Requests

2010-06-13 Thread Matt Peterson
in the connectors XML config in server.xml. I have tried to find the code which does this, but have not been able to find it. Any help is ppreciated. Cheers, Matt.

Applying a servlet filter to a static resource

2010-03-11 Thread Matt Veitas
Hi, I am using Tomcat 6.0.24 and am trying to use a servlet filter on a static resource and am having some troubles as the 2nd request returns a 304. If I could modify the calling code to hit a servlet instead of the static resource, I could use that servlet to read the static resource (JSON),

Files in Subdirectories not being served.

2010-01-25 Thread Matt Eustace
and path, neither of which made any difference. Any ideas? I've tried Google and the docs and can't find anything :-( Cheers, Matt. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
? thanks, matt. _ Tell us your greatest, weirdest and funniest Hotmail stories http://clk.atdmt.com/UKM/go/195013117/direct/01/

RE: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
or not the data arrived securely or not at httpd. I suspect you'll get a better answer once the States wakes up, but that's my guess. - Peter 2010/1/22 Matt Turner m4tt_tur...@hotmail.com: Hi All, I have an existing Apache 2.0.52 installation, and a new tomcat 6.0.20

RE: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
was attempting to pass through to :8443 directly - but it sounds like that's the wrong approach. Should I just use something like.. ProxyPass /cas https://10.13.0.218:8443/cas ? Many thanks, matt. Date: Fri, 22 Jan 2010 14:24:49 +0100 From: t...@cataneo.eu To: users

RE: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
From: ch...@christopherschultz.net To: users@tomcat.apache.org Subject: Re: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt, On 1/22/2010 9:25 AM, Matt Turner wrote: In my case sometimes I do need to pass through the SSL to Tomcat

Re: question about using tomcat on a remote machine

2009-10-21 Thread Matt Funk
change any configuration and simply started tomcat via the startup script. Please feel free to point me to some documentation. I googled this issue but didn't find anything that highlights this particular problem thanks matt On Tuesday 20 October 2009, you wrote: From: Matt Funk [mailto:maf

question about using tomcat on a remote machine

2009-10-20 Thread Matt Funk
anything that helped me any further. If i missed something i should read, please point me to it. Else, has anyone an idea what else i could do? thanks matt

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-21 Thread Matt Sullivan
I don't have a shutdown.bat or .cmd anywhere in C:\Program Files\Apache Software Foundation. No indication in logs of an OOM situation. I'm going to write a small batch file that attempts to stop the service, sleeps, queries the service state with SC, and if required kills the process. Thanks

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-17 Thread Matt Sullivan
process if net stop fails, unless anyone can think of something else to try. -Original Message- From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Sent: Friday, June 19, 2009 5:05 PM To: 'Tomcat Users List' Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) Ok, rules

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-19 Thread Matt Sullivan
Ok, rules that out. Do any of your webapps make use of JNI? Might want to use Process Explorer to see what's still going on inside Tomcat. - Chuck No JNI. The process dump immediately below shows JVM still loaded, etc. I then drill into some of the threads via Process Explorer further

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-18 Thread Matt Sullivan
, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE: 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x4 WAIT_HINT : 0x0 /Matt - To unsubscribe, e-mail: users-unsubscr

Problems with juli ClassLoaderLogManager.readConfiguration()

2009-06-17 Thread Matt Passell
(InputStream) version seem to have any effect, but the changes to the file work if I restart Tomcat. Any suggestions? Does it sound like I'm doing something wrong or missing a step? Thanks, Matt

net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-17 Thread Matt Sullivan
. 4. The only workaround I have at this point is to kill the tomcat6.exe process manually. 5. A thread dump is below if that helps. Has anyone seen this before? Thanks, Matt Java HotSpot(TM) 64-Bit Server VM[nyc-bvtsp-tom:5005] (Suspended) Daemon Thread [http-443-1

Tomcat Memory Script

2009-06-16 Thread Matt Corban
been unsuccessful. Any suggestions? Thanks, Matt

Re: Tomcat Memory Script

2009-06-16 Thread Matt Corban
I am not too familiar with jmap, jstack or jinfo. I could write a script that uses jmap to get the memory of the tomcat running and then store the necessary information in a log file. On Tue, Jun 16, 2009 at 12:39 PM, Pid p...@pidster.com wrote: André Warnier wrote: Matt Corban wrote: Do

How does the Tomcat Manager guess at user name?

2009-05-04 Thread Matt Brown
the guessing is done? Thanks Matt Brown Citrix Online Audio Services matt.br...@citrix.commailto:matt.br...@citrix.com 201-420-1155 x42

Memory Question

2009-05-04 Thread Matt Corban
Where does Tomcat store the memory usage that it displays in the Server Status under the Manager console? I was thinking about writing a shell script to keep track of the memory usage over time (such as the free memory, total memory and max memory) and store it in a file. Thanks, Matt

RE: Question on Executor and maxThreads reported by Manager

2009-03-20 Thread Matt Brown
Actually yes, in our case the image content is not already sufficiently compressed by the content provider - we're seeing a sizeable decrease in the size of the images delivered after enabling gzip on them. Good question though, thank you. -Matt -Original Message- From: Christopher

RE: Question on Executor and maxThreads reported by Manager

2009-03-20 Thread Matt Brown
on the server. -Matt -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, March 20, 2009 10:16 AM To: Tomcat Users List Subject: Re: Question on Executor and maxThreads reported by Manager -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt, On 3/20

RE: very off topic marketing question

2009-03-20 Thread Matt Brown
I would ask for benchmarks and evidence to back up that assertion. -Original Message- From: Jason Pyeron [mailto:jpye...@pdinc.us] Sent: Friday, March 20, 2009 11:04 AM To: 'Tomcat Users List' Subject: very off topic marketing question I have a client that is confused why we are

Question on Executor and maxThreads reported by Manager

2009-03-19 Thread Matt Brown
of max threads per connector, or is something wrong with my configuration? Will the Manager report on the size/limits of the shared thread pool? Thanks Matt

RE: Question on Executor and maxThreads reported by Manager

2009-03-19 Thread Matt Brown
reported by Manager From: Matt Brown [mailto:matt.br...@citrixonline.com] Subject: Question on Executor and maxThreads reported by Manager When I check the server info in Tomcat Manager, the max thread count for each connector is reported as 250 (the value of maxThreads in each Connector

Re: single instance of background job?

2009-01-12 Thread Matt Chambers
and the process will exit. I use spring-javaconfig to build my quartz configuration from this table procedurally on application startup and I provide a web and Ice API for administrators to make changes. -Matt Rusty Wright wrote: This isn't really a Tomcat question I'm guessing but I don't know

RE: Re: Apache 5.5 on SSL - mod_SSL version?

2008-12-10 Thread Matt Moreira
Thanks for the reply. The errors are now gone. Has mod_SSL been published for Apache 5.5? I do not see it. This is all fronting a Liferay application. Matt -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Tuesday, December 09, 2008 7:21 PM

Apache 5.5 on SSL - errors- ResourceStart GetConfigured

2008-12-09 Thread Matt Moreira
server-registry.xml at classpath resource Dec 8, 2008 4:39:46 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 7203 ms Any ideas? My webpage is not accessible either locally or from my DNS. Thank you, Matt M. This e-mail message and any attachments are for the sole use

Jakarta ISAPI errno=61

2008-10-14 Thread Matt Morten
normal service as soon as possible. Thanks, Matt

Re: SSL on TOMCAT with keytool

2008-09-21 Thread Matt Shields
We ran into a similar problem trying to get our purchased SSL certificate to work. The previous reply had some info about getting the keytool to work, but we have a tutorial that should help you get SSL working from start to finish. Hope it helps!

Re: Dual SSL configuration on tomcat

2008-09-21 Thread Matt Shields
I'm not too sure what you mean by two-way SSL. But I'm assuming you mean that: 1) You'd like Tomcat to run as a web server that supports SSL/HTTPS. To do this, I'd suggest this tutorial: http://blog.datajelly.com/company/blog/34-adding-ssl-to-tomcat.html

Re: Tomcat on Windows Server 2008 fails to stop completely

2008-07-31 Thread Matt Cosentino
completely On 30 Jul 2008 at 14:49, Matt Cosentino wrote: I'm setting up a new server with Tomcat 6.0.16 running on Windows Server 2008 with version 1.1.14 of the native DLL. When I stop the service it seems to stop, but the process does not end. I have to then end the process manually before I can

Tomcat on Windows Server 2008 fails to stop completely

2008-07-30 Thread Matt Cosentino
I'm setting up a new server with Tomcat 6.0.16 running on Windows Server 2008 with version 1.1.14 of the native DLL. When I stop the service it seems to stop, but the process does not end. I have to then end the process manually before I can start the service again. I've narrowed it down to

RE: Memory question

2008-07-24 Thread Matt Burkhardt
the e-mail and its attachments from all computers. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Matt Burkhardt, MSTM

Down the rabbit hole with JDBC

2008-07-24 Thread Matt Burkhardt
dataSource=jdbc/TestDB select id, foo, bar from testdata /sql:query html head titleDB Test/title /head body h2Results/h2 c:forEach var=row items=${rs.rows} Foo ${row.foo}br/ Bar ${row.bar}br/ /c:forEach /body /html Matt Burkhardt, MSTM President Impari Systems, Inc. 401

Re: Down the rabbit hole with JDBC

2008-07-24 Thread Matt Burkhardt
in server.xml. This has already bitten one person on the list today. --David Matt Burkhardt wrote: Sorry - I've been slogging through this... Anyway, I'm trying to get an application working, but all of their documentation talks about is tomcat5.5 and I've got tomcat6 I have gotten

RE: Uninstalling Applications

2008-07-23 Thread Matt Burkhardt
On Tue, 2008-07-22 at 21:25 -0500, Caldarale, Charles R wrote: From: Matt Burkhardt [mailto:[EMAIL PROTECTED] Subject: Uninstalling Applications You seem to be expecting us to guess the Tomcat version you're using. Sorry about that - I'm usually much better - it's version 5.5 First

Memory question

2008-07-23 Thread Matt Burkhardt
getting the error. I don't know how to check and see if it took the arguments correctly, but when I look at http://myserver:8080/manager/status I see JVM Free memory: 23.34 MB Total memory: 63.56 MB Max memory: 63.56 MB What am I doing wrong? Matt Burkhardt, MSTM President Impari Systems, Inc. 401

Uninstalling Applications

2008-07-22 Thread Matt Burkhardt
loaded up during start of tomcat5.5? Also, I would love to be able to run the admin, but I have a headless server so I need to access /manager from a remote machine. I haven't been able to find the documentation for that. Any ideas? Thanks, Matt Burkhardt, MSTM President Impari Systems, Inc. 401

Multiple Hosts all using the same web application instance

2008-02-21 Thread Matt Doller
. Thanks for any help anyone can offer Matt

RE: Multiple Hosts all using the same web application instance

2008-02-21 Thread Matt Doller
running instance, however my sites aren't deployed through tomcat, so I don't have any config info in conf/Catalina/[host]/[appName].xml... Thanks again, Matt - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

Re: Problem with nsapi_connector.so and HTTP 304 response from JBoss

2007-09-24 Thread Matt Cristantello
Rainer, Thanks very much for the help. I can't believe I didn't catch that! Works fine now. For what it's worth, the linux server obj.conf file did not have that goofy 3= stuff, it just had the Service command on the same line and that was enough to break it. Thanks again! ~Matt [EMAIL

Problem with nsapi_connector.so and HTTP 304 response from JBoss

2007-09-21 Thread Matt Cristantello
=jk_service method=* worker=balance1 /Object Object name=lb_status ObjectType fn=force-type type=text/plain 3=Service fn=jk_service method=* worker=mystatus /Object Thanks in advance for any help you can provide, ~Matt -- Matt Cristantello Programmer/Analyst Frontier Science

Re: Tomcat not starting

2007-09-07 Thread Matt
On Friday 07 September 2007 15:10, Nadon, Luc wrote: The specified module could not be found What did you specify in your server.xml and web.xml as jdni driver? And did you include this driver in your classpath? -- Matt

Re: Tomcat not starting

2007-09-07 Thread Matt
. Sincerely, Luc Nadon Information Technology Analyst ITS-Niagara, Fort Erie Section Phone: (905) 994-6887 email: [EMAIL PROTECTED] The rights and freedoms of one should not jeopardize that of another. -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: September 7, 2007 9:19

Tomcat 6 JNI Re-Loading Problem

2007-08-31 Thread Matt Chambers
{ System.loadLibrary(name); } I'm using Tomcat 6.0.14. -Matt - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: unsubscribe

2007-07-24 Thread Matt Hanger
please remove this address - I've had no success with the blank email to [EMAIL PROTECTED]

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
, Matt Cosentino [EMAIL PROTECTED] wrote: Well that didn't last long. After making some other changes the problem has returned... with a vengeance! Seriously, it's even weirder than before. Not only are some responses coming back chunked, but some are coming back completely wrong. Like I try

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
on the network. -- Len On 6/13/07, Matt Cosentino [EMAIL PROTECTED] wrote: Well that didn't last long. After making some other changes the problem has returned... with a vengeance! Seriously, it's even weirder than before. Not only are some responses coming back chunked, but some are coming back

Re: Erratic HTTP response behavior

2007-06-11 Thread Matt Cosentino
In a previous discussion it was said that the problem was fixed in 5.5.17, so maybe the problem was reintroduced somehow. - Original Message From: Matt Cosentino [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, June 8, 2007 6:12:28 PM Subject: Re: Erratic

Re: Erratic HTTP response behavior

2007-06-08 Thread Matt Cosentino
. - Original Message From: Matt Cosentino [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 25, 2007 4:09:57 PM Subject: Re: Erratic HTTP response behavior No I am on intending on using chunked responses. Is there a way to disable it? - Original Message

Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
, but the file always ends up loading fine. I’m completely baffled by this behavior. If anyone has even a hint of what could be wrong, I would be very grateful. - Matt Now that's room service! Choose from

Re: Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
SIGNED MESSAGE- Hash: SHA1 Matt, You're right, this /is/ erratic behavior. I think something is going wrong with your headers or something: Matt Cosentino wrote: /body/html0 HTTP/1.1 200 OKServer: Apache-Coyote/1.1Transfer-Encoding: chunkedDate: Fri, 18 May 2007 22:35:13 GMT Your response

Re: Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt, You're right, this /is/ erratic behavior. I think something is going wrong with your headers or something: Matt Cosentino wrote: /body/html0 HTTP/1.1 200 OKServer: Apache-Coyote

classnotfoundexception with tomcat 6.0

2007-03-29 Thread matt . beau
I have a webapp running under tomcat 5.5 with no problem. When I try to run my webapp with tomcat 6.0, I have an classnotfound error for the mysql driver. Of course, i have try to put the mysql driver jar file in /tomcat 6/lib folder, in my webapp web-inf/lib folder, in both folders... I always

JavaMail + Tomcat

2007-03-23 Thread Matt . Nelson
-typejavax.mail.Session/res-type res-authContainer/res-auth /resource-ref Thanks, Matt __ Confidentiality Notice: The information in this e-mail and any attachment(s) is confidential and for the use of the addressee(s) only. If you

WEB-INF/context.xml ignored

2007-02-23 Thread Matt Bockol
the Context in server.xml since it's explicitly frowned upon. Is there a flag somewhere that I'm missing to enable META-INF/context.xml files? I tried using Context override=true in context.xml but that didn't do what I hoped it would. Any help would be much appreciated. Thanks, Matt Bockol Web

Re: META-INF/context.xml ignored

2007-02-23 Thread Matt Bockol
Obviously the subject should have been META-INF/context.xml Sorry 'bout that. Matt Bockol wrote: Hi Folks, I'm having trouble getting a context.xml file to be obeyed. I'm using: Tomcat 5.5.20, the stock install from tomcat.apache.org. JDK 1.6, direct from Sun. RedHat Enterprise Linux AS3

Tomcat crash

2006-12-14 Thread Matt Chambers
request is being accepted: 0x3f7f9598 JavaThread RMI TCP Accept-0 daemon [_thread_in_native, id=692] 0x3e4f69d0 JavaThread RMI TCP Accept-9125 daemon [_thread_in_native, id=691] Matt - To start a new topic, e-mail: users

Re: JNDI Realm and Active Directory root search

2006-11-01 Thread Matt Warren
With that lead, I figured out what was going on. Two issues: - referrals=follow is required if you search from the top of an ldap tree instead of a specific OU. That property is not documented in Tomcat docs as it might be: http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#JNDIRealm

JNDI Realm and Active Directory root search

2006-10-31 Thread Matt Warren
I'm trying to get a JNDI Realm working as one might expect with Active Directory. Tomcat 5.5.20 Java 1.5.06 Windows 2000 Server The basic issue is that searching from a domain root dc=company,dc=com and using userSubtree=true results in: Oct 31, 2006 3:18:20 PM

JSP declarations persisting over page loads

2006-08-14 Thread Matt Jibson
Using Tomcat 5.5.17 and a HTML body of: %! boolean processed = false; % br/%=processed% % processed = !processed; % br/%=processed% subsequent page loads will toggle the output. The first load is false, true. Second true, false. Etc. This is reproducable in 5.0.28. Is this expected behavior?

Tomcat Security across context question?

2006-03-01 Thread Matt Carless
I'm using Tomcat to serve multiple contexts and I want to add security to allow a single user to access the multiple contexts after signing in on one of them. I have managed to successfully do this when using BASIC authentication login mechanism but this does not meet my requirements. This is

RE: Tomcat Security across context question?

2006-03-01 Thread Matt Carless
sorry, the tomcat version I'm using is 5.0.28 I look for the valve docs for that version Thanks --- Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Matt Carless [mailto:[EMAIL PROTECTED] Subject: Tomcat Security across context question? Is this possible to login accross multiple

Configuring a web application at the container level

2006-02-15 Thread Matt Munz
could just inherit those settings from the container. That way I edit the configuration file once, and each re-deploy doesn't require a re-edit of the configuration file. So, how do I do that? JNDI, JMX, something else? Thanks for considering this question. - Matt Munz [EMAIL

Re: UserTransaction, JOTM and Tomcat 5.5.x

2006-02-11 Thread Matt Raible
(org.apache.jsp.test_jsp:54) Thanks, Matt On 2/8/06, Remy Maucherat [EMAIL PROTECTED] wrote: Since you're doing docs, META-INF/context.xml should be simplified to: Context Resource name=jdbc/myDB auth=Container type=javax.sql.DataSource factory=org.objectweb.jndi.DataSourceFactory

Re: UserTransaction, JOTM and Tomcat 5.5.x

2006-02-07 Thread Matt Raible
, and moving all JARs/properties local to my WAR, but it still doesn't work. Can you post your WAR for download? dropload.com works for me if you can't post it somewhere. I'll make sure and submit a patch to JOTM's documentation once I get this figured out. Thanks, Matt On 2/7/06, Remy

Re: UserTransaction, JOTM and Tomcat 5.5.x

2006-02-07 Thread Matt Raible
On 2/7/06, Remy Maucherat [EMAIL PROTECTED] wrote: On 2/7/06, Matt Raible [EMAIL PROTECTED] wrote: Thanks Remy - this is good stuff, I didn't know about the Transaction element. Is that new in 5.5.x? Is it documented anywhere? No. It's not useful to anyone (well, almost) either. Just

UserTransaction, JOTM and Tomcat 5.5.x

2006-02-06 Thread Matt Raible
. ;0) Thanks, Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Hibernate debugging problem in Tomcat 5.5.12

2006-01-17 Thread Matt Wiseley
, I find it's usually less confusing to assume that libraries like Hibernate are working, and focus on my code which is more likely the culprit of a bug. You can do that by simply stepping over the calls to compiled libraries. :) Matt -Original Message- From: Behrang Saeedzadeh [mailto

  1   2   >