Tomcat-native | best memory choice

2008-11-06 Thread Chris
Hi there, I've two questions about using Tomcat. We currently using Tomcat in version 5.5.23 on 64 Bit - Linux (several instances configured with 1GB of ram | as Webserver | ~30 Clients). A friend of mine told me that's not a benefite to run the tomcat jvm with more than 512 MB memory, b

RE: Tomcat-native | best memory choice

2008-11-06 Thread Chris
6 Nov 2008 07:49:07 -0600 > Subject: RE: Tomcat-native | best memory choice > > > From: Chris [mailto:[EMAIL PROTECTED] > > Subject: Tomcat-native | best memory choice > > > > A friend of mine told me that's not a benefite to run the > > tomcat jvm with more

Chunked encoding not terminated with native library

2011-03-09 Thread Chris
ot; is sent immediately, with the rest of the response. Any ideas would be appreciated. Thanks, Chris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Chunked encoding not terminated with native library

2011-03-10 Thread Chris
quot;0\r\n\r\n" to the response to the client. - I notice that if I use curl to make a request directly to tomcat (instead of going through nginx), then I do see the terminating "0\r\n\r\n". I still see a difference in that tomcat disconnects immediately after the reply when *not*

Re: Chunked encoding not terminated with native library

2011-03-10 Thread Chris
the same result: no "0\r\n\r\n" is sent. So, to summarize: - GET HTTP/1.0 results in no terminating "0\r\n\r\n" for the chunked response, regardless of whether libtcnative is being used. - The difference when using libtcnative is that the connection isn't terminated after t

Re: Chunked encoding not terminated with native library

2011-03-11 Thread Chris
Anyone have any ideas about what's going on, any workarounds, or even places in the tomcat code to look for possible errors? Thanks, Chris On March 10, 2011 12:37:00 pm Chris wrote: > I've narrowed this down even further. > > As I mentioned below, the "0\r\n\r\n" was

Re: Chunked encoding not terminated with native library

2011-03-11 Thread Chris
opsis" section here: http://wiki.nginx.org/HttpProxyModule Based on my reading of the HTTP spec, closing the connection seems to be a valid alternative to sending the terminating "0\r\n\r\n". Any ideas about why the connection wouldn't be closed when using APR? On March 11, 2011 0

Chunked encoding extensions

2011-03-11 Thread chris
nts appreciated, im new to tomcat and java, so go easy ;p Thanks Chris

Calling AsyncContext.complete() in thread not started by AsyncContext.start()

2011-03-13 Thread Chris
directly on the response object via the AsyncContext.start(Runnable) method -- Thanks, Chris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Calling AsyncContext.complete() in thread not started by AsyncContext.start()

2011-03-13 Thread Chris
Thanks for the comments Mark. I've upgraded to 7.0.11 and the issues I was seeing seem to be gone. You only mentioned the HTTP APR connecter, but I've noticed a difference for both HTTP APR and AJP APR. Does it make sense that the fix also affects AJP? Thanks, Chris On March 13, 201

Help needed with SpnegoAuthenticator authentication

2013-11-15 Thread chris
Any help with this would be very much appreciated. We are trying to proof of concept this to return the remote user's domain login name to use it in a Web application. Attempting to use a keytab method to hopefully negate any requirement for exposing the kerberos principal delegate in any server

Re: Connector Port Issue

2021-08-11 Thread Chris Strickland
hanks,ChrisOn Thursday, August 5, 2021, 03:37:54 PM EDT, Peter Kreuser wrote: Chris, > Am 05.08.2021 um 18:32 schrieb Rob Sargent : > >  >>        Caused by: java.lang.IllegalArgumentException: No SSLHostConfig >>element was found with the hostNam

Re: Checksum Validation of Release 9.0.53 on a Mac

2021-09-23 Thread Chris Cheshire
c2e0213f154d23e5f94a430f429165b5df51f786f > Darryl, The checksums are pgp and sha512. On my Mac I used $ shasum -a 512 apache-tomcat-9.0.53.tar.gz and the checksums match. Chris - To unsubscribe, e-mail: users-unsubscr...@tomc

Conditional access logs

2022-04-21 Thread Chris Cheshire
Tomcat 9. I wanted to separate out access logs for external api calls to log different info than the standard access log line. For example, the api key used which is set as a request header. Adding that to the pattern was easy. However the conditional logging was clunky. I found the ‘conditio

Re: Conditional access logs

2022-04-25 Thread Chris Cheshire
> On Apr 22, 2022, at 7:21 PM, Aleks wrote: > > Hi. > >> On Thu, 21 Apr 2022 17:07:27 -0400 >> Chris Cheshire wrote: >> >> Tomcat 9. >> >> I wanted to separate out access logs for external api calls to log different >> info than the s

Re: Conditional access logs

2022-04-25 Thread Chris Cheshire
w_to_submit_patches_and_enhancement_requests > > -Tim Good to know. I’m going to try the logback route first - if that fails I’ll look at an enhancement request or patch. Chris > > >> On Thu, Apr 21, 2022 at 5:08 PM Chris Cheshire wrote: >> >> Tomcat 9. >&

[OT] Re: DBAs?

2023-04-02 Thread Chris Cheshire
On Apr 2, 2023, at 4:41 PM, Kevin Huntly wrote:Are there any DBAs in here? If so, are you aware of a MySQL user mailinglist? I'm having an issue with some stored procedures and need some helpHave you tried the forums?MySQL Forumsforums.mysql.com

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-22 Thread Chris Cheshire
ade is that the implementation (logback, log4j, juli) can be changed with configuration and a new jar instead of code changes everywhere you write to the logs. With either method you can write logs at different levels (trace, debug, info, war

Re: Join tables from different databases with tomcat datasource

2021-01-11 Thread Chris Cheshire
> On Jan 11, 2021, at 1:19 PM, Jerry Malcolm wrote: > > I have a query that needs to access tables in two different databases on the > same mysql instance. I see how that can be done with the JOIN syntax in > mysql. But datasource pools reference a single database, correct? I really > n

[OT] visualvm time stamps

2021-04-09 Thread Chris Cheshire
function. This export creates a csv with what is supposed to be a time stamp and a count but the time stamp is in a 5.6 format. I have never seen this before. How do I convert this into something normal - millis since epoch or even a human readable ISO format? Example 44295.607552 Chris

Re: [OT] visualvm time stamps

2021-04-12 Thread Chris Cheshire
> On Apr 11, 2021, at 12:24 PM, Suvendu Sekhar Mondal wrote: > > Hi Chris, > >> On Sat, Apr 10, 2021 at 12:33 AM Chris Cheshire wrote: >> >> My googlefu is failing me here. >> >> I am trying to figure out some anomalous database connection

Re: [OT] visualvm time stamps

2021-04-12 Thread Chris Cheshire
> On Apr 9, 2021, at 3:02 PM, Chris Cheshire wrote: > > My googlefu is failing me here. > > I am trying to figure out some anomalous database connection behavior in my > tomcat web app. I have enabled JMX/RMI and have visualvm running on my local > machine. >

Re: [OT] visualvm time stamps

2021-04-12 Thread Chris Cheshire
> On Apr 12, 2021, at 5:00 PM, Christopher Schultz > wrote: > > Chris, > > On 4/12/21 12:50, Chris Cheshire wrote: >>>> On Apr 9, 2021, at 3:02 PM, Chris Cheshire wrote: >>> My googlefu is failing me here. >>> I am trying to figure out s

Reload rewrite rules

2021-05-19 Thread Chris Cheshire
Tomcat 9.0.45 - is there a way to reload the config for the rewrite valve at runtime without reloading the web app entirely? JMX operation perhaps? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comma

Connector Port Issue

2021-08-05 Thread Chris Strickland
3]     server.xml     -->             Thanks,Chris

Re: Connector Port Issue

2021-08-05 Thread Chris Strickland
Thank you. I will check out the info. chris On Thursday, August 5, 2021, 03:37:54 PM EDT, Peter Kreuser wrote: Chris, > Am 05.08.2021 um 18:32 schrieb Rob Sargent : > >  >>        Caused by: java.lang.IllegalArgumentException: No SSLHostConfig >>element was fo

vvodd mod_jk problem

2006-06-19 Thread Chris Pat
Hello I have a working mod_jk on w2ksrv that works perfectly to tc5.5.17. The very odd thing is that I had to rebuild the system with a different drive and fully updated patches for the os. The odd part is that with the identical software, apache, tc, nics, etc. the system fails. Further the

Re: Separate JVM's for TOMCAT

2006-06-23 Thread Chris Lear
uot;base" directory contains subdirs for conf, logs, webapps, and work (and temp, normally). CATALINA_HOME is the same for all instances, and contains subdirs for bin, common, and shared. You can use catalina.sh (or .bat) with different CATALINA_HOME settings to start/stop

Re: Separate JVM's for TOMCAT

2006-06-23 Thread Chris Lear
* Chris Lear wrote (23/06/06 10:09): > * [EMAIL PROTECTED] wrote (23/06/06 09:50): >> Hi , >> Can anyone tell me how to make two separate JVM of a single installation >> of tomcat server. >> Remember I dont want different context , but tow separate JVM , is it >>

url encoding of % in path info part

2006-06-28 Thread Chris Searle
t this end. Encoding other chars (e.g. øæå) seems to work just fine. Chris - 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: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
this).please share your experience on precompile the jsp files There's an ant task for this (if I've understood you). See http://tomcat.apache.org/tomcat-4.1-doc/jasper-howto.html#Web%20Application%20Compilation Chris

Re: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
* Chris Lear wrote (03/08/06 11:48): * Raju Balugu wrote (03/08/06 10:14): Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the jasper

Re: multiple instances of tomcat

2006-08-03 Thread Chris Lear
l be created there as well. You can have several of these. The bin, common, server, and shared directories should all be in the directory that CATALINA_HOME points to. You need only one of these. Then make sure your different tomcats don't try to bind to the same ports, and you'r

Re: Is there a way so specify a wildcard in host/alias to avoid dealing with bunch of virtual hosts?

2006-08-03 Thread Chris Lear
ution ? Thanks for the help! In server.xml something like should do it. The defaultHost tells tomcat what to do with requests to hostnames that aren't otherwise mapped. Chris - To start a new topic, e-m

Re: FYI tomcat 100% load SSL

2006-08-07 Thread Chris Lear
/dev/urandom doesn't, but is a bit less random as a result. Some people link /dev/random to /dev/urandom to get round the problem. But you can tell java to use urandom via a command-line switch (-Djava.security.egd=file:/dev/urandom). This could be the cause of the bug observed here. This might

Strange error referencing JRE when integrating with MyEclipse

2006-08-08 Thread Chris Styduhar
inary download page. I'm a bit confused as to why it's giving me this error - since Tomcat appears to be running fine on my machine (I can access localhost:8080/ just fine). Any ideas? Thanks, Chris

RE: Strange error referencing JRE when integrating with MyEclipse

2006-08-08 Thread Chris Styduhar
install both on the same machine? From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 11:48 AM To: Chris Styduhar; Tomcat Users List Subject: Re: Strange error referencing JRE when integrating with MyEclipse > Hey everyone.

RE: Apache + Tomcat configuration: static / dynamic content (with ROOT application deployed)

2006-08-31 Thread Chris Berthold
Place the static content in Apache in the directories that would be referenced by Tomcat. The way you did it will work but it is not recommended especially if you would like to deploy WAR files quickly and the static content does not change often. You can deploy the files to a different document

RE: Moving to JBoss

2006-09-17 Thread Chris Berthold
You should be able to migrate all your apps with little and generally no changes. It really depends on the options you used to build your apps. If it is too Tomcat specific (generally with db access) you may have to make some modifications to your data access layer. Best thing to try is drop your

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
ata from Tomcat to Apache HTTP via a binary format versus the straight up text interface. Hope this helps, Chris Berthold -Original Message- From: Anil Ranka [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 9:50 AM To: users@tomcat.apache.org Subject: Help with Tomcat Clus

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
windows env, I am getting following error BalancerMember Unknow status parameter option for line : BalancerMember ajp://1.2.3.5:8009 status=+H Any clue. Thanks Anil S. Ranka On 9/28/06, Chris Berthold <[EMAIL PROTECTED]> wrote: > > You'll probably want to use mod_proxy_ajp I&#

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
y, September 28, 2006 3:56 PM To: Tomcat Users List Subject: Re: Help with Tomcat Clustering and load balancing Chris, I am using Apache 2.2.3 on Windows XP. D:\sam\apache\Apache2.2\bin>httpd.exe -v Server version: Apache/2.2.3 Server built: Jul 27 2006 16:49:49 Thanks Anil S. Ranka

Re: Tomcat / CPanel

2005-10-27 Thread Chris Birch
ilter, matched requests are then rewritten by a regular expression before the request dispatcher is called to redirect to the correct URL. I can't help you with CPANEL though, sorry. Regards, Chris. On 27 Oct 2005, at 06:12, enLogica wrote: Does anyone know if Tomcat is Compatible with CP

Deploying WAR to a context path

2005-11-17 Thread Chris Watts
code supports what I want to do: that is upload a war and tell it which context path, but it just seems like the web interface doesn't support it. Is there some simple way to force it to deploy to a context path that is different to the war file name? (other than what i mentioned above) Thanks, Chris

default TC4+ security and tips

2005-11-21 Thread Chris Pat
Hello If I have changed the default admin & manager passwords and have a personal firewall preventing anything other than http & http:8080 access, is it still possible for people to view the tomcat-users.xml file? With only those two protocols open (plus udp 53 for dns)it should be impossible.

default security w/TC4+ tips

2005-11-21 Thread Chris Pat
Hello If I have changed the default admin & manager passwords and have a personal firewall preventing anything other than http & http:8080 access, is it still possible for people to view the tomcat-users.xml file? With only those two protocols open (plus udp 53 for dns)it should be impossible.

ssl deployment recommendations

2005-11-25 Thread Chris Pat
Hello I am setting up a cc processing component of my application. Can anyone recommend how to deploy the ssl layer? Do I do it from Tomcat w/Struts ssl? I assume that would require me to config Tomcat to send out over 443. Do I configure ssl at the Apache layer and use mod jk? This will leave

Re: ssl deployment recommendations

2005-11-26 Thread Chris Pat
Hi Hassan Sorry I was not clear. It is for inbound connections to client browsers. Where do I begin? I assume I need to front it with Apache which means modjk, correct? tia. --- Hassan Schroeder <[EMAIL PROTECTED]> wrote: > Chris Pat wrote: > > > I am setting up a cc proce

RE: Reading users.xml without restarting Tomcat

2005-11-29 Thread Chris Sleep
restarting > Tomcat? Try the admin servlet, that allows you to make changes to your user/group definitions and apply the changes without taking tomcat down. cheers, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sharing session across http and https connections

2005-11-29 Thread Chris Birch
regardless of whether they are connecting to the application via the secure or unsecure route? Many Thanks, Chris. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sharing session across http and https connections

2005-11-29 Thread Chris Birch
Thanks for pointing out the gotcha Nick. The sites are both running on the same server, so I'll follow Tim's suggestion. Many Thanks for your responses, Chris. On 29 Nov 2005, at 17:24, Duan, Nick wrote: You can't do this if both sites are on different machines since tomcat u

Re: SSL Certificate Beginner Question

2005-11-30 Thread Chris Lear
* Bill Barker wrote (30/11/05 05:42): > "Scott Purcell" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Real helpful ... I searched on SRV.12 and it brought up a bunch of links >> that have nothing to do with Tomcat config of SSL. >> >> I probably posted a lame request. Let me tr

Re: Apache 2.2 and mod_proxy_ajp

2005-12-02 Thread Chris Lear
on't want to run tomcat as root, and using local port forwarding is a hassle, and 3) there's a bit more flexibility in the apache route. Chris > > Tim Funk wrote: > >> Performance (IIRC while reading on the mailing lists) is about the >> same. mod_proxy_ajp sho

TC 5 ssl not starting up

2005-12-02 Thread Chris Pat
Hello I have BOTH TC4 & TC5 running and it works fine for http. I have followed the apache docs and created a keystore with all the defaults that exists in c:\winnt\profiles\adminstrator I made the changes below and even after server restart and url of https://localhost:9443 cannot get to start.

TC 5 ssl not starting for me

2005-12-02 Thread Chris Pat
Hello I have BOTH TC4 & TC5 running and it works fine for http. I have followed the apache docs and created a keystore with all the defaults that exists in c:\winnt\profiles\adminstrator I made the changes below and even after server restart and url of https://localhost:9443 cannot start. Can any

Compiling JSPs - how to ignore files with certain extensions.

2005-12-06 Thread Chris Wareham
re anyway to prevent JspC from attempting to compile the fragment files? I can see in the JspC JavaDocs that you can list and add extensions that will get compiled, but not remove them. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Compiling JSPs - how to ignore files with certain extensions.

2005-12-06 Thread Chris Wareham
yapp/WEB-INF/classes. When I run "ant build-jsp" it fails on the line with the following: BUILD FAILED /home/chris/myapp/WEB-INF/build.xml:470: org.apache.jasper.JasperException: file:/home/chris/myapp/header.jspf(49,74) The attribute prefix fn does not correspond to any impo

Re: Compiling JSPs - how to ignore files with certain extensions.

2005-12-06 Thread Chris Wareham
.jspf. Now the JspC task causes the JVM to run out of memory (java.lang.OutOfMemoryError), but it's not complaining about header.jspf anymore! Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Compiling JSPs - how to ignore files with certain extensions.

2005-12-06 Thread Chris Wareham
oryInitialSize='192m' memoryMaximumSize='356m' Many thanks. Your suggestions (and a bit of fiddling with ulimit) fixed the out of memory error. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-06 Thread Chris Birch
you are anywhere near it. Kind Regards, Chris. On 6 Dec 2005, at 17:44, Armand Rock wrote: Hello David, I included all jar & zip files on my computer, including j2ee.jar and I'm still having the problem. I have just noticed a weird behaviour though, if I try to reload the jsp right

Re: Problems ip based virtual hosting apache2+tomcat5.0.19

2005-12-14 Thread Chris Lear
o be set, or it tends to refuse to talk when no name matches. Getting different defaults for different IP addresses will need separate services. You could run them on the same IP address but different ports instead of different addresses - it would come to the same thing. Chris -

multiple Tomcat5 service-how

2005-12-14 Thread Chris Pat
Hello I have three sites I want to publish w/cc transactions with Tomcat5. Is it possible to do it with one installation of TC and three separate certificates and three separate static IPs? I assume I would create three Services. However I cannot see where to hardcode in the specific IP and wh

Re: multiple Tomcat5 service-how

2005-12-14 Thread Chris Lear
* Chris Pat wrote (14/12/05 17:25): > Hello > I have three sites I want to publish w/cc transactions > with Tomcat5. Is it possible to do it with one > installation of TC and three separate certificates and > three separate static IPs? > > I assume I would create three

Re: URL rewiting best practise?

2005-12-15 Thread Chris Birch
nd if you have some feedback or improvements to make, they would be gratefully received. Kind Regards, Chris. On 15 Dec 2005, at 10:37, Kristian Rink wrote: Hi all; currently I'm into deploying a small jsp/servlet based application which more or less utilizes a dispatcher servlet t

Problem with pdf in tomcat 4.1.29

2006-01-10 Thread Chris Donges
I have a jsp page that grabs a pdf from a blob in a database and sends it to the browser inline. It works fine for firefox and most ie users but for some it displays it in a separate window or doesn't display at all. I am using tomcat 4.1.29 with jk going through iis 5. Here are the headers: H

RE: Using Tomcat 5.5 as a standalone web server

2006-01-11 Thread Chris McCormack
I would consider integrating this as part of your application and stay just standalone tomcat (or load balanced tomcat). Keep it simple. http://www.opensymphony.com/oscache/ Very useful. __ This email has been scanned for all viruses by the MessageLabs SkyScan service

tomcat 5 ssl w/multiple IPs

2006-01-14 Thread Chris Pat
Hello Sorry for the naivete of this question, but do I really need to a dedicated NIC for each of the static IPs I want run SSL sites on? Cant I just use a subnet mask or slap the NIC in promiscuous mode for all IPs in a range? How do hosting farms do it? They cant have dedicated NICs for all th

RE: tomcat 5 ssl w/multiple IPs

2006-01-15 Thread Chris Pat
Hi Peter Ouch, I should have know that. Thanks. --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Chris Pat [mailto:[EMAIL PROTECTED] > > do I > > really need to a dedicated NIC for each of the > static > > IPs I want run SSL sites on? > > No.

jk2 BufferOverflow error

2006-01-16 Thread Chris Mooring
illa (http://issues.apache.org/bugzilla/show_bug.cgi?id=35715). Any ideas are much appreciated. Regards, Chris snippet of error message below> ERROR msg_ajp.getString(): BufferOverflowException %d %d msg_ajp.getBytes(): BufferOverflowException %d %d BAD MESSAGE:msgAjp.receive(): Bad s

Which option to choose? Tomcats native HTTP server or IIS/Apache with connectors?

2006-01-17 Thread Chris Mooring
Is it possible to set these up using Tomcat's native HTTP server? If not, this may force the issue of which architecture we use. Once again, any help is appreciated. Regards, Chris Connaught honoured AIM 'Decade of Excellence' Award Connaught awarded Partnering Contractor of

Is the JK Connector the definite one to use as a web connector?

2006-01-17 Thread Chris Mooring
stion on whether Tomcat's native HTTP server is a better option than using a setup such as IIS or Apache and a connector like JK. See my previous e-mail pasted below; Thanks, Chris Previous question on performance of Tomcat native HTTP server vs Apache/IIS and connectors. Hi All, I am

RE: Is the JK Connector the definite one to use as a web connecto r?

2006-01-17 Thread Chris Mooring
Hi Rémy, Thanks for the reply. If that is the case, is it possible to set up virtual directories with Tomcat's native HTTP server? Any hints on what config files to look in would be appreciated. I did a search on Google and didn't turn up to much valuable info. Thanks again for the re

RE: Is the JK Connector the definite one to use as a web connecto r?

2006-01-17 Thread Chris Mooring
Hi Mladen, Thanks for the info. I think unless I can set up virtual directories on the Tomcat HTTP server, I might be forced into using another webserver and connector (jk - soon to be jk3 ;)). I didn't know about that ab command either. That looks pretty useful. Thanks mate,

RE: Is the JK Connector the definite one to use as a web connecto r?

2006-01-18 Thread Chris Mooring
your example will work fine. Armed with this new info, I think I should be able to achieve what I want without using a front end web server and connector. I will go and play and see what I can discover :) Thanks again. Chris -Original Message- From: Georg Sauer-Limbach [mailto:[EMAIL PROT

RE: Problem with JK connector

2006-01-18 Thread Chris Mooring
I think the connector would just fail before trying to send any headers in this case, but I'm not certain. http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/constant-values.ht ml#org.apache.ajp.Ajp13.MAX_READ_SIZE " Hopefully this is of some use. Chris -Original Message-

Re: Problem with JK connector

2006-01-18 Thread Chris Lear
* Chris Mooring wrote (18/01/06 15:11): > Hi Michael, > > Could it be that your request headers are > 8K ? I was having some funny > issues with JK2 this week where my page would suddenly show some sort of c > stack trace about a BufferOverFlow Exception (we are no longer

Re: how to configure the tomcat 5.5.12 for a port 80 in linux (Gentoo)??

2006-01-19 Thread Chris Lear
A_USER variable. But don't do it unless you don't mind people having a go at you for misadministration of a linux machine. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Shutdown problem in Tomcat Version 5.5.12 ("Protocol handler pause failed")

2006-01-19 Thread Chris Abajian
e(Method.java:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Interestingly enough, lsof shows different behaviors depending on the value of the LD_ASSSUME_KERNEL variable. With no variable set, # lsof -P | grep java | grep 8080

Overlapping contexts?

2006-01-23 Thread Chris Mooring
I then tried separate context files in C:\tomcat5\work\Catalina\localhost but this didn't work either. Can someone tell me if what I am trying to do is possible? If so, a hint in the right direction would also be appreciated ;) Regards, Chris Connaught honoured AIM 'Decade of Excellence&#

RE: Overlapping contexts?

2006-01-23 Thread Chris Mooring
Hi Markus, I just have to say that you are a champ! I checked your proposed solution, and it seems to work fine. I will mess around with it a bit and see how I go. Thanks again, Chris -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: 23 January 2006 11:35 To

RE: Connection Pool Woes

2006-01-23 Thread Chris McCormack
Its poor practise to have a sql: jstl tag in production ready code. > How do you deal with this when using pure JSTL sql calls using a > connection? How does JSTL sql library release the connection at the > end of a page to ensure that connections don't get leaked? For reasons exactly like th

mod_jk wierdness

2006-02-04 Thread Chris Pat
Hello Attached is the full trace, but can anyone please explain second below. The workers.properties file is immediately below. It eventually does some type of core dump. The site is up, working on the specified ip, just not working with the mod_jk. Any help much appreciated. workers.propert

mod_jk weirdness

2006-02-04 Thread Chris Pat
Hello Attached is the full trace, but can anyone please explain second below. The workers.properties file is immediately below. It eventually does some type of core dump. The site is up, working on the specified ip, just not working with the mod_jk. Any help much appreciated. workers.propert

RE: mod_jk weirdness

2006-02-07 Thread Chris Pat
Hi Darren Thanks. That appears right, however I dont know how to make the worker resolve the Tomcat->Apache connection? Do I have to make some entry in http.conf for the Tomcat->Apache communication? Ideas? Thanks. --- Darren Hall <[EMAIL PROTECTED]> wrote: > Chris, > >

Re: Which direction: mod_jk or mod_proxy_ajp? (was: why use mod_jk?)

2006-02-24 Thread Chris Lear
ests that not very many people in the world really know what's going on with it. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with getting ppt file from tomcat JSP server via https/SSL

2006-02-24 Thread Chris Lott
rs and somehow dumps out the content of the file, but ugh, I'm don't like the sound of all that complexity. Please reply (cc me directly if you don't mind), thanks in advance! chris... - To unsubscribe, e-mail: [EMAIL

Re: Problem with getting ppt file from tomcat JSP server via https/SSL

2006-02-25 Thread Chris Lott
Chris Lott wrote: Hi, Summary: Please tell me what headers Tomcat 5.0.28 sets when it serves out a plain file, and how I can control those headers. .. I found more detail and found a possible solution. I still welcome your comments. To figure out what headers Tomcat sets in responses, I

overheads on multiple connectors

2006-03-07 Thread Chris Fong
changed based on the type of connectors I will be using? (e.g. CoyoteConnector with 4.1.18 or HTTP connector with 5.5.15) We are currently on 4.1.18 and planning to go to 5.5.15 and wondering is there any limitation/performance/resource consumption impact by implementing (1). Thanks, --Chris

Re: what is favicon.ico? what its significance?

2006-03-13 Thread Chris Lear
* Pusukuri, Kishore_Kumar wrote (13/03/06 10:41): > > what is favicon.ico? what its significance? This link might help: http://www.google.co.uk/search?q=favicon.ico - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: overheads on multiple connectors

2006-03-21 Thread Chris Fong
Let me rephrase original my question. Is it an abnormal configuration to have roughly 20 connectors all listening on different ports for 5.5.15? Have anyone had similar configuration for their production environment with heavy traffic? Thanks, --Chris > -Original Message- >

RE: overheads on multiple connectors

2006-03-22 Thread Chris Fong
Thanks for the replies. > : Where are you getting this 20 connection count from? Those must be > : currently open connections to clients? Actually, I am talking about connector (Http Connector) instead of connection. > To the Chris, I personally don't think it is the norm sinc

Setting the context path for expanded WARs

2006-03-24 Thread Chris Lee
- 1.2.0 - how can I setup Tomcat so the context path for this application is '/foo', regardless of the WAR name? I've tried the META-INF/context.xml - setting path="/foo", with no luck - the only URL that works is /foo- 1.2.0. Thanks, Chris.

inscrutable TC 5.5.12 startup

2006-04-21 Thread Chris Pat
Hello I hope someone can doesnt mind a little coaching. I am sure this is brain-fade, however I have a struts app in TC 5.5.12 that gives a cfne for a PlugIn that does not exist. Yes I know that is impossible, ultimately, however I have searched the application's web/struts-config.xml, the server'

Re: inscrutable TC 5.5.12 startup

2006-04-21 Thread Chris Pat
-umed that the individual apps, from their xml startup configuration, were "firewalled" from each other. Well thank you for tolerating the chatter. Chris Pat <[EMAIL PROTECTED]> wrote: Hello I hope someone can doesnt mind a little coaching. I am sure this is brain-fade, however I h

question with mod_jk behind a firewall and needing constant reboots

2006-04-27 Thread Chris Berthold
ge is. What can I do to keep this problem from occurring? Is there a way I can force a new thread to be generated with each request? Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205

Re: Tomcat 5.5.16: strange redirecting

2006-04-27 Thread Chris Lear
ng is probably the best answer. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Restricting access to Tomcat

2006-04-28 Thread Chris Lear
RemoteAddrValve, with > allow="127.0.0.1", but the issue is that Tomcat picks up the IP address of > the client, and not the Apache which is passing traffic onto it. > > Is there a way round this? Won't that do it? Chris

Re: Restricting access to Tomcat

2006-04-28 Thread Chris Lear
>> > connect to port 8009. >> > >> > I tried using org.apache.catalina.valves.RemoteAddrValve, with >> > allow="127.0.0.1", but the issue is that Tomcat picks up the IP address >>of >> > the client, and not the Apache which is passing traffic onto it. >

Re: Restricting access to Tomcat

2006-04-28 Thread Chris Lear
is not on the same > box as the Tomcat. Sorry. I misunderstood your original post. I thought you meant they were on the same machine. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: My Tomcat just not start

2006-05-01 Thread Chris Berthold
e for JAVA_HOME. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Rodrigo Tenorio [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 1:00 PM To: Tomcat Users List Subject: Re: My Tomcat just not start Yes, I've tryed...

  1   2   3   4   5   6   7   8   >