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 Sent: Thursday, April 12, 2018 2:27 AM To: Tomcat Users List Subject: Re: CrawlerSessionManagerValve only working with default host On 12/04/18 00:10, Matt Cosentino wrote: > I first noti

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_Manag

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 Subject: Re: Skip resource path in TLD scanner? I use JSP and there are taglibs used. But you can cu

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
sses and lib paths, so 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]

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 Subject: Re: Skip resource path

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 To

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

Response cut off after 10 seconds when using NIO2 connector

2017-07-11 Thread Matt Cosentino
missing 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
.5.11, 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
ond counts 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 Subject: Re: Skip resource path in TLD scanner? On 27/04/17 23:39, Matt Cosentino wrote: > https://tomcat.apache.org/t

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 Subject: Re: Skip resource path in TLD scanner? Hi, 2017-04-27 23:17 GMT+03:00 Matt

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 Subject: Re: Skip resource path in TLD

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 wrote: > 2014-11-15 0:57 GMT+03:00 Matt Newell : >> On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz >> wrote: >>> On 11/14/14 1:14 PM, Matt Newell wrote: >>>> Greetings, >>>> >>>>

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:14 PM, Mark Thomas 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 >> exa

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz 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 >&g

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: Multi-URL Access 1 Webapp

2013-10-31 Thread Matt Barry
want 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 s

RE: Multi-URL Access 1 Webapp

2013-10-22 Thread Matt Barry
a 302 to /share/, which would then get proxied to /share/share/ on your app server. (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 confiden

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

2012-08-17 Thread Matt Quackenbush
, 2012 at 9:16 AM, Konstantin Kolinko wrote: > 2012/8/17 Matt Quackenbush : > > > > 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
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 Ap

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

2012-04-12 Thread Matt Munz
e with contextFile parameter ? 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/d

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

2012-04-05 Thread Matt Munz
code: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 : >> Olivier, >> >> I made that change

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

2012-04-03 Thread Matt Munz
n:2.0-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,

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

2012-04-02 Thread Matt Munz
rg.codehaus.mojo:tomcat-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: >

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

2012-04-01 Thread Matt Munz
account without problems. Any help you could provide would be greatly appreciated. [1] tomcatManager status code:401, ReasonPhrase:Unauthorized [2] mvn tomcat7:deploy -Dusername=Administrator -Dpassword=a [3] Matt Munz matt.m.m...@gmail.com

RE: JNDI: LDAPv3 with StartTLS

2010-08-18 Thread Muggeridge, Matt
I'm not sure if I'm having 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
: Thanks, Matt.

HTTP connector to be aware of proxied SSL requests

2010-06-16 Thread Matt Peterson
e aware 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
if I use the 'scheme' attribute 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), per

Files in Subdirectories not being served.

2010-01-25 Thread Matt Eustace
/img/brava/LogoBall_DK.gif HTTP/1.1" 404 1030 This is a standard not found error. My inf file is: I've tried wildcards on the end of the docBase and path, neither of which made any difference. Any ideas? I've tried Google and the docs and can't f

RE: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
010 14:53:21 -0500 > 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: > >

RE: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
ains why I 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...@c

RE: mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
JP is capable of passing through the information as to whether > 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 : > > >

mod_jk errors with tomcat 6.0.20 and Apache 2.0.52

2010-01-22 Thread Matt Turner
mp;ae->worker->worker_inet_addr, buf)); } So it seems the error has something do with AJP13 headers not being as expected. Could anyone confirm that the 3 version numbers (2.0.52, 1.2.28, 6.0.20) are compatible togeth

Re: question about using tomcat on a remote machine

2009-10-21 Thread Matt Funk
idn't 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:

question about using tomcat on a remote machine

2009-10-20 Thread Matt Funk
ldn't find 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
omcat6.exe 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 (

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
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE: 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x4 WAIT_HINT : 0x0 /Matt - To unsubscribe, e-mail: user

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

2009-06-17 Thread Matt Sullivan
g rollover. 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 [

Problems with juli ClassLoaderLogManager.readConfiguration()

2009-06-17 Thread Matt Passell
ation(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

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 wrote: > André Warnier wrote: > > Matt Corban wrote: > &g

Tomcat Memory Script

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

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

How does the Tomcat Manager guess at "user name"?

2009-05-04 Thread Matt Brown
vely guess at this. Does anyone know how the guessing is done? Thanks Matt Brown Citrix Online Audio Services matt.br...@citrix.com<mailto:matt.br...@citrix.com> 201-420-1155 x42

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 givin

RE: Question on Executor and maxThreads reported by Manager

2009-03-20 Thread Matt Brown
om wastefully being recompressed 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 M

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: Christ

RE: Question on Executor and maxThreads reported by Manager

2009-03-19 Thread Matt Brown
reads 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

Question on Executor and maxThreads reported by Manager

2009-03-19 Thread Matt Brown
hing wrong with my configuration? Will the Manager report on the size/limits of the shared thread pool? Thanks Matt

Re: single instance of background job?

2009-01-12 Thread Matt Chambers
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

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 To

Apache 5.5 on SSL - errors- ResourceStart & GetConfigured

2008-12-09 Thread Matt Moreira
istry 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 u

Jakarta ISAPI errno=61

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

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 http://blog.datajelly.com/company/blog/34-

Re: SSL on TOMCAT with keytool

2008-09-20 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! http://blog.datajelly.com/company/blog/34-adding-

Re: Tomcat on Windows Server 2008 fails to stop completely

2008-07-31 Thread Matt Cosentino
008 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

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 t

Re: Down the rabbit hole with JDBC

2008-07-24 Thread Matt Burkhardt
bapp's docBase is not the same as the element's > appBase attribute 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,

Down the rabbit hole with JDBC

2008-07-24 Thread Matt Burkhardt
sun.com/jsp/jstl/core"; prefix="c" %> select id, foo, bar from testdata DB Test Results Foo ${row.foo} Bar ${row.bar} Matt Burkhardt, MSTM President Impari Systems, Inc. 401 Rosemont Avenue Frederick, MD 21701 [EMAIL PROTECTED] www.imparisystems.com (301) 644-3911

RE: Memory question

2008-07-24 Thread Matt Burkhardt
omcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Matt Burkhardt, MSTM President Impari Systems, Inc. 401 Rosemont Avenue Frederick, MD 21701 [EMAIL PROTECTED] www.imparisystems.com (301) 644-3911

Memory question

2008-07-23 Thread Matt Burkhardt
ize=256M and I rebooted the machine, but I'm still 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

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 mu

Uninstalling Applications

2008-07-22 Thread Matt Burkhardt
them being 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 Sys

RE: Multiple Hosts all using the same web application instance

2008-02-21 Thread Matt Doller
sites to share the .war file, as opposed to having one 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 ---

Multiple Hosts all using the same web application instance

2008-02-21 Thread Matt Doller
et context paths for an application outside of your host. I've also tried looking at the servlet-mappings in the web.xml, but can't seem to see anything that would help. Hope this is enough information - I can supply more if necessary. Thanks for any help anyone can offer Matt

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

Problem with nsapi_connector.so and HTTP 304 response from JBoss

2007-09-21 Thread Matt Cristantello
b/prod/publicweb/unauthorized.html" Error fn="send-error" reason="Not Found" path="/local/web/prod/publicweb/404.html" Error fn="send-error" reason="Server Error" path="/local/web/prod/publicweb/serverError.html" AddLog fn=

Re: Tomcat not starting

2007-09-07 Thread Matt
;t know where to begin. > > 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. > > > > -Ori

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? -- M

Tomcat 6 JNI Re-Loading Problem

2007-08-31 Thread Matt Chambers
tatic { 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
logs, you should be able to figure out where a > particular request went astray - in Tomcat, in the application, or in > the network. My money's on the network. > -- > Len > > On 6/13/07, Matt Cosentino <[EMAIL PROTECTED]> wrote: >> Well that didn't last long. After ma

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
e correct clients. You may have to log traffic at both the client and server ends if there's a proxy or gateway between them. Given all of those logs, you should be able to figure out where a particular request went astray - in Tomcat, in the application, or in the network. My money's on

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
t responds with an image. I tried reverting everything that I changed back to how they were before and the problem doesn't go away. So strange, could really use some help. - Original Message From: Matt Cosentino <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, Jun

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
other resources, somehow. I don't understand it, but I figured I'd at least share my experience in case this helps anyone else. - Original Message From: Matt Cosentino <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, June 11, 2007 1:07:37 PM Subject: Re: Erratic HTTP re

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 Sent: Friday, June 8, 2007 6:12:28 PM Subject: Re: Erratic HTTP response be

Re: Erratic HTTP response behavior

2007-06-08 Thread Matt Cosentino
ld be greatly appreciated. - Original Message From: Matt Cosentino <[EMAIL PROTECTED]> To: Tomcat Users List 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? -

Re: Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
r "Christopher Schultz" <[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 somet

Re: Erratic HTTP response behavior

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

Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
I’m experiencing some very erratic behavior in my local development installation of Tomcat. Here is my setup: Windows XP SP2 Tomcat 6.0.13 (had been using Tomcat 5.5.20 and was experiencing the same behavior) Struts Web Application (I’ve had similar issues with the manager app, so I’m

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 h

JavaMail + Tomcat

2007-03-23 Thread Matt . Nelson
ing error: java.lang.NoClassDefFoundError: javax/mail/Session on the line: session = (Session) envCtx.lookup("mail/Session"); The web.xml looks like this - I have also tried putting the mail.jar and activation.jar on the projects classpath. mail/Session javax.mail.Session Conta

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 Enter

WEB-INF/context.xml ignored

2007-02-23 Thread Matt Bockol
ontext.xml files? I tried using in context.xml but that didn't do what I hoped it would. Any help would be much appreciated. Thanks, Matt Bockol Web Technical Administrator Carleton College / 507-646-4432 - To start a

Tomcat crash

2006-12-14 Thread Matt Chambers
that in both cases it looks like an RMI 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 --

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 Wit

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 org.apache.catalina.realm.JNDI

JSP declarations persisting over page loads

2006-08-14 Thread Matt Jibson
Using Tomcat 5.5.17 and a HTML of: <%! boolean processed = false; %> <%=processed%> <% processed = !processed; %> <%=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?

Virtual Host configuration

2006-03-18 Thread Matt Anderson
other was recognised. I am hoping I have explained it well enough and if anyone can shed some light on this situation it would be greatly appreciated! Thanks in advance. Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For

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? &

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 beca

Configuring a web application at the container level

2006-02-15 Thread Matt Munz
ach tomcat instance, and then hello-world.war 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

Re: UserTransaction, JOTM and Tomcat 5.5.x

2006-02-11 Thread Matt Raible
rg.apache.jsp.test_jsp._jspService(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: > > > factory="org.objectweb.jndi.DataS

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 > > element. Is that new in 5.5.x? Is it documented > > anywhere? > > No. It's

  1   2   >