how to get rid of error message? config file?

2006-11-28 Thread John john
Hi, When there is a problem in my jsp file, Tomcat displays an Etat HTTP 500 - with the exception that caused the problem. Is there a way to avoid this message and display my own message like " We're sorry but we're facing a problem, please contact me at ..." Thanks ---

Example please for Embedded Tomcat 5.5 logging

2006-06-28 Thread John
. Could somebody please post a clean, easy example, for configuring an embedded Tomcat for real (and quiet) logging. It seems like the fact that it's embedded complicates things. Thanks, John

RE: Suppressing log output to ERROR

2006-07-02 Thread John
How would that translate to doing the same thing with embedded Tomcat? -Original Message- From: Boris Unckel [mailto:[EMAIL PROTECTED] Sent: Sunday, July 02, 2006 1:08 PM To: Tomcat Users List Subject: Re: Suppressing log output to ERROR Hi Garth, Garth Patil wrote: > Hi, > I'm trying

RE: java heap size

2006-09-26 Thread John
By default Java 1.5 defines the maximum heap size to physical system memory divided by 4. You can change this on the java command line by using: java -xmx512m Sets maximum heap size (the largest the heap can grow to - where objects reside), to 512 meg. John -Original Message- From

RE: java heap size

2006-09-26 Thread John
Your figures are indeed how it used to be pre-1.5 http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html#0.0.0.%20Total%2 0Heap%7Coutline John -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 12:51 PM To: Tomcat Users List

Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread John
run within our embedded Tomcat, the managed beans are not instantiated although no errors are produced. Thanks, John

RE: Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread John
only difference between the two environments is that my Tomcat is actually embedded within our Java server application. There must be something about managed beans when running Tomcat embedded... Maybe I have to kick off a managed beans object in a thread or something... John -Original Message-

RE: Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread John
Faces list yesterday and will certainly post the final resolution when it happens (fingers crossed). John -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 1:08 PM To: Tomcat Users List Subject: Re: Managed beans not instantiated with embedded Tom

RE: Managed beans not instantiated with embedded Tomcat 5.5.15

2006-02-03 Thread John
from the war file and when I dropped in his revised war, the test managed bean worked right away. John -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 3:21 PM To: Tomcat Users List Subject: RE: Managed beans not instantiated with

Re: Vista - Application System Error - Unable to open the service Tomcat4

2007-04-03 Thread JOHN
Read this stuff maybe it helps http://technet2.microsoft.com/WindowsVista/en/library/00d04415-2b2f-422c-b70e-b18ff918c2811033.mspx?mfr=true Seems like MS now have Admin accounts and "Admin" accounts Hope I never have to upgrade - Original Message - From: "James Reinertson

Re: problem in handlins request for JK2

2007-04-04 Thread JOHN
Please show us the setup files... - Original Message - From: "sunil chandran" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 04, 2007 9:02 AM Subject: problem in handlins request for JK2 Hello all, I am Sunil C. i have used JK2 connector to conne

Re: AJP Errors. Apache + Tomcat

2011-10-19 Thread john
) > [error] proxy: AJP: failed to make connection to backend: localhost > > Can you please help me find out where the problem lies. > Have you checked the port is listening? (netstat -an) and the firewall permits the connec

Re: Maximum memory that can be assigned to Tomcat on windows platform

2011-11-30 Thread john
On Wed, 30 Nov 2011 16:14:45 +0530, Choudhury wrote > Hello , > The question is not why I would use 32 bit JVM , the > question is whether there is any maximum limit on memory for Tomcat > and if yes why ? Regards, > It depends on the windows version used actually. From what I remember t

Tomcat 10.1.30 and Many Timed Waiting threads

2024-09-28 Thread John Williams
? Any help is much appreciated. Regards, John

RE: Tomcat 10.1.30 and Many Timed Waiting threads

2024-09-30 Thread John Williams
unless you recognize the sender and know the content is safe. John, On 9/30/24 10:30, John Williams wrote: > The issue is that the number of threads in the TIMED_WAIT state keeps > increasing over time. Starts at 150 and keeps growing by 10 every hour. > Once it reaches close to the maxThr

RE: Tomcat 10.1.30 and Many Timed Waiting threads

2024-09-30 Thread John Williams
Hi Chris, I had an executor defined before and it had the exact same behavior/problem. Moved to the below model for the connector only after that. Regards, John -Original Message- From: Christopher Schultz Sent: Monday, September 30, 2024 1:11 PM To: users@tomcat.apache.org Subject

RE: Tomcat 10.1.30 and Many Timed Waiting threads

2024-09-30 Thread John Williams
s://aka.ms/LearnAboutSenderIdentification ] CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > On Sep 30, 2024, at 12:15, John Williams > wrote: > > I had an executor defined

RE: Tomcat 10.1.30 and Many Timed Waiting threads

2024-09-30 Thread John Williams
t https://aka.ms/LearnAboutSenderIdentification ] CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. John, On 9/28/24 05:38, John Williams wrote: > > Hi Everyone, > >

RE: Tomcat 10.1.30 and Many Timed Waiting threads

2024-09-30 Thread John Williams
Chris, maxThreads has been set after reviewing the workload. We used a multiple of 64. The connections are from bots and are unlikely to be pipelined. Connections can be bursty - hence, a bigger acceptCount. Will revert to 10.0 and see. Regards, John -Original Message- From

How to integrate alternative SSLContext?

2023-08-23 Thread John Jiang
ation, and then pass it to a custom Connector? In addition, I don't meet this problem with Jetty and Netty. Best regards, John Jiang

Re: How to integrate alternative SSLContext?

2023-08-23 Thread John Jiang
Hi Mark, Thanks for your reply! On Thu, Aug 24, 2023 at 12:15 AM Mark Thomas wrote: > On 23/08/2023 00:44, John Jiang wrote: > > Hi, > > I'm using tomcat-embed-core 9.0.78 + OpenJDK 11.o.19. > > My project needs a custom javax.net.ssl.SSLContext implementation. >

Re: How to integrate alternative SSLContext?

2023-08-23 Thread John Jiang
quot;sslImplementationName", AltJSSEImplementation.class.getName()); Best regards, John Jiang

Apache Tomcat Upgrade to address Curl and libcurl vulnerabilities

2024-08-30 Thread Kenan, John
, John P. Kenan DevSecOps Engineer US Environmental Protection Agency

RE: Tomcat 9 Encrpytion of JDBC

2022-01-18 Thread Orendt, John
Hi All Secrets are more secure with the use of a Trusted Platform Module (TPM) and / or a Hardware Security Module (HSM). Secrets need to be protected both at rest and in transit. John Orendt john.p.ore...@medtronic.com -Original Message- From: Alan F Sent: Friday, January 14, 2022

RE: Tomcat 9 Encrpytion of JDBC

2022-01-20 Thread Orendt, John
types. Internet Banking does exist. John Orendt john.p.ore...@medtronic.com -Original Message- From: Christopher Schultz Sent: Tuesday, January 18, 2022 11:32 AM To: users@tomcat.apache.org Subject: Re: Tomcat 9 Encrpytion of JDBC John, On 1/18/22 08:37, Orendt, John wrote: > Secr

RE: AW: Tomcat 9 cannot start on windows 10 as service

2022-02-09 Thread Orendt, John
Hi I used service.bat with Tomcat 9 & 10. Works well when run as admin John Orendt john.p.ore...@medtronic.com -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Wednesday, February 9, 2022 12:58 PM To: Tomcat Users List ; W Subject: AW: AW: Tomcat 9 cannot star

is too quick to respond

2022-02-17 Thread John Barrow
] org.apache.catalina.core.StandardContext.listenerStart Skipped installing application listeners due to previous error(s) Thanks in advance and here’s hoping to not have to have to keep Stopping & Starting Tomcat for every development change. John - To unsubscribe, e-mail: u

RE: is too quick to respond

2022-02-18 Thread John Barrow
k having to keep shutting down Tomcat after each compile! John From: Mark Thomas Sent: 17 February 2022 21:47 To: users@tomcat.apache.org Subject: Re: is too quick to respond On 17/02/2022 19:50, Christopher Schultz wrote: > This kind of thing could happen due to a number of dif

Re: is too quick to respond

2022-02-18 Thread John Barrow
to relate Tomcat. Without this, I couldn't review or extend the tests that form part of Tomcat as any attempt to run them within Netbeans tells me that the packages don't exist. Is there anyone else in the group that is successfully developing Tomcat using Netbeans? On Fri, 18 Feb 2022

Re: is too quick to respond

2022-02-18 Thread John Barrow
:01, John Barrow wrote:>> Do you have a list of the tests which fail? Do you know how to get that list?> > Yes, although I am on Windows, not UNIX and so I don't have access to> grep. I did a simple search within logs for 'FAILED' and it came up> with about 20 or

RE: is too quick to respond

2022-02-18 Thread John Barrow
ace. Going to re-run the Tomcat tests and see if I can get a list of the failures in a suitable format. John Directory / File structure for created HelloWorldAnt project C:\Development\Work\HelloWorldAnt\build C:\Development\Work\HelloWorldAnt\build.xml C:\Development\Work\HelloWorldAnt\manife

Re: is too quick to respond

2022-02-19 Thread John Barrow
occurs */ public static void main(String[] args) throws Exception { indicating that perhaps Tomcat has been built using Maven! John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: is too quick to respond

2022-02-19 Thread John Barrow
: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.242 sec I have attached the 5 txt files as listed above for review (if needed). The first one may still be a timing issue, but I am not in a position to judge! John On Fri, 18 Feb 2022 at 18:16, Mark Thomas wrote: > > > On 18/0

Re: is too quick to respond

2022-02-19 Thread John Barrow
es prior to the period of no activity then the 'reload' task (print the files in the directory) won't be triggered but as that would (guessing now) only be when Tomcat was shut down then it would be irrelevant anyway. Thanks John On Fri, 18 Feb 2022 at 17:03, Christopher Schultz wrot

Re: is too quick to respond

2022-02-20 Thread John Barrow
ded file paths. As an aside, I should have mentioned, for anyone interested in this thread and in case not obvious from the source, but to see the sample source code in action, you need to add, modify, rename or delete files within the specified directory in a File Explorer. John On Sun,

RE: is too quick to respond

2022-02-20 Thread John Barrow
rable) before starting the final 'waitForQuiet' timer prior to notifying Tomcat to start the reload. It is also a read-only query and so has no side-effects as it appears that users have a need to auto-reload after refreshing a larger .war file. Thoughts? Enjoy your evening. John From

RE: is too quick to respond

2022-02-20 Thread John Barrow
failed tests zip is also there in case it was stripped out for anyone else that might be interested. John *From: *Christopher Schultz *Sent: *20 February 2022 14:22 *To: *users@tomcat.apache.org *Subject: *Re: is too quick to respond John, On 2/20/22 05:50, John Barrow wrote: > N

Re: is too quick to respond

2022-02-20 Thread John Barrow
"modify" or "delete" event to> occur and fire off.>>    thanks,>   jason>> - Original Message -> From: "chris" > To: "users" > Sent: Sunday, February 20, 2022 9:22:17 AM> Subject: Re: is too quick to respond>

Re: is too quick to respond

2022-02-20 Thread John Barrow
busing the meaning of the suffixes. Of course, only those files with those two suffixes (jar / war) would have the additional validation applied, the rest would simply be subject to the timeout for non activity having expired. John Neil,> I think it's a bad idea to design a solution base

Configure Tomcat development using NetBeans IDE

2022-02-22 Thread John Barrow
aster \tomcat\res\ide-support\netbeans\project.xml file be edited to remove these permanently (again to provide a clean experience for others). In summary, I am assuming from the lack of response from my request about NetBeans, that this is not a favourite environment for Tomcat development.

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread John Barrow
(recompile), F5 (browser refresh). Of course, once you have been tempted by the serpent, it is so hard to have your candy taken away from you hence me spending a week attempting to install Tomcat and implement some protection for this scenario :) John On Wed, 23 Feb 2022 at 08:10, Greg Huber wr

RE: is too quick to respond

2022-02-23 Thread John Barrow
earn when / why it's called and the calls it makes to do the reload. So far, I have had to imagine how the code is structured and so consider a solution based on that (possibly false hypothesis). Just to be clear from other questions, I have no intention in going anywhere near the 'r

Re: Configure Tomcat development using NetBeans IDE

2022-02-24 Thread John Barrow
tasks before getting back on the laptop. Hopefully, we can get these last minor sticking points resolved prior to the 5th. Thanks again for your continued patience and valuable insights. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Configure Tomcat development using NetBeans IDE

2022-02-25 Thread John Barrow
kage = java class as far as import goes, but I mention them just in case. John On Thu, 24 Feb 2022 at 15:13, John Barrow wrote: > > Mark, > > I have now got grep working (following a post from another member > indicating that built into git bash!) > > > ant download-

RE: Unexpected messages in commons-daemon.log Tomcat 10.0.17

2022-05-25 Thread Orendt, John
Hi I recently transitioned from Tomcat Version 10.0.14 to 10.0.17 on Windows 10, server 2016, and server 2019 Version 10.0.14 was good, Version 10.0.17 also has Unexpected messages in commons-daemon.log Is there a fix? John Orendt john.p.ore...@medtronic.com -Original Message- From

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread John Barrow
using them as a guide for your own servlets. John PS: Probably worth reviewing what file names you use (see your webapps.xml file) when making public requests so as not to inadvertently offend anyone. On Tue, 10 Jan 2023, 18:59 Anthony Dell'Anno, wrote: > Good afternoon, > > I&

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-11 Thread John Barrow
Mark, Thanks for your corrections. I have updated my internal "How to" guide that I created when I first used Tomcat to build my servlets and it appears that some of my deductions from that initial research and "getting it to work" were misguided. John On Wed, 11 Jan 202

Re: Why does Tomcat open connections on localhost?

2020-03-31 Thread John Dale
I always appreciate your depth of knowledge, Chris. "hand-wavy device supporting NIO for Java" Could you write us a quick paragraph expanding on this idea? I'm happy to follow a pointer to a well written article (something up to your standards). On 3/31/20, Christopher Schultz wrote: > -BE

Strange behavior when deploying new war

2020-04-23 Thread John Larsen
this one has to comment out the above context, start tomcat so the war will deploy, uncomment and then restart tomcat again. John Larsen

Re: Strange behavior when deploying new war

2020-04-23 Thread John Larsen
Ok so my next question is how to handle this better? The goal here is so that one does not have to enter /webappName/ on the end of the domain. We use the context to tell Tomcat which webapp to load instead of ROOT. John Larsen On Thu, Apr 23, 2020 at 12:47 PM Christopher Schultz <

Re: Strange behavior when deploying new war

2020-04-23 Thread John Larsen
uot; - not sure that would solve the problem - i mean logically it doesnt make sense, but I will give it a try. John Larsen On Thu, Apr 23, 2020 at 1:15 PM Mark Thomas wrote: > On 23/04/2020 20:10, John Larsen wrote: > > Ok so my next question is how to handle this better? The goal her

Re: Strange behavior when deploying new war

2020-04-23 Thread John Larsen
Turns out the developer was deleting the app dir along with war and restarting. John On Thu, Apr 23, 2020 at 1:19 PM John Larsen wrote: > Ah doing ROOT.war is my pet peeve. I find this bad practice. Its nice to > have ROOT especially when the developer insists theres something wron

Re: CentOS Tomcat install seems to ignore setenv.sh

2020-05-12 Thread John Larsen
Should be chmod 644 and also I wouldnt recommend running tomcat as root. John Larsen On Tue, May 12, 2020 at 9:28 AM Patrick Baldwin wrote: > I've gotten passed an odd (to me, anyway) issue with one of our clients > CentOS systems. > > When our webapp starts running, to

Re: Vulnerability flagged in Nessus Scan

2020-06-03 Thread John Palmer
As the concern is that an erro page will show the tomcat version/patch info AND a stacktrace,\ I found the easier/better? solution to be adding . showReport="false" showServerInfo="false" to the Error Report Valve section at the bottom of server.xml (and addin or or uncommenting that valve sect

Question regarding servlet lifecycle and connection pooling ..

2020-07-25 Thread John Dale
Greetings; We've wrapped my connection pool interface in a Factory. Can you confirm how the current request's thread is used by JDBC connection pooling to MySQL? Sincerely, John - To unsubscribe, e-mail: user

Re: Something I still don't quite understand, Re: Let's Encrypt with Tomcat behind httpd

2020-08-25 Thread John Dale
I had to write some custom code to look for the lets encrypt headers then respond appropriately for verification. It wasn't too bad, although I don't like having that entity-specific code in there so I've isolated and commented it. On 8/25/20, Christopher Schultz wrote: > -BEGIN PGP SIGNED

Re: Recognizing Certificate Updates

2020-12-26 Thread John Larsen
This is why we set up SSL through the web server instead of tomcat. Apache webserver -> SSL -> Mod_jk <-> Tomcat John Larsen On Sat, Dec 26, 2020 at 10:43 AM Jerry Malcolm wrote: > We have a production environment where we rarely reboot Tomcat. > LetsEncrypt auto-update

Tomcat vs simple hand rolled standalone server ..

2021-01-05 Thread John Dale
flood/overflow/security protections. What is tomcat 9x doing if anything for this? Are buffer overflow protections something provided by the JVM/FW/OS alone? What other information does tomcat have beyond declarative security in web archive metadata? Thanks,

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread John Larsen
I usually let the apache webserver or nginx handle the SSL while proxying to the tomcat. To use tomcat's built in server you'll need to import the SSL certificate into the keystore via your jdk. John Larsen On Tue, Mar 2, 2021 at 3:06 PM Alex wrote: > Hi. > > I try to m

Re: Apology: Sorry ponytail guy

2021-03-30 Thread John Dale
John from DB2DOM.COM also wishes to apologize on their behalf. Really sincere and super apologetic regards from South Dakota, John On 3/29/21, Som Lima wrote: > Hi, > > You suggested using GIT I thought you were suggesting putting my code on > github. > > > Zahid

Tomcat, maybe Apache on Widows 10

2021-04-09 Thread Orendt, John
t the environmental variables To Tomcat For configuring TLS on Tomcat 9 or 10, a working example would be useful. Will standalone Tomcat validate certs up the chain of trust and actually refuse the connection if a client cert has been revoked? Please advise. John Orendt john.p.ore...@medtroni

Tomcat 10 and import org.apache.commons.fileupload.FileItem problem

2021-05-14 Thread Orendt, John
indirectly referenced from required .class files Using import jakarta.servlet.http.HttpServletRequest also does not work. I may be on the wrong path. Is there a newer version of jakartaee-migration-0.2.0-shaded.jar available? Your insights are appreciated. John Orendt john.p.ore...@medtronic.com

Problem posting to Tomcat ssl connector ..

2021-05-28 Thread John Dale
. Thought it might be maxSavePostSize .. bumped that up in the SSL connector. No dice. Request post is around 300K. What's going on!? Tomcat 9 on a raspberry pi 4 (w00t!). Everything is working fantastically save this one item. S

Re: [OT] Problem posting to Tomcat ssl connector ..

2021-05-28 Thread John Dale
definitely related to the post size .. smaller images work, larger images do not work, but the larger images are only 500k, so it's not a maxpostsize issue. I'm running apache-tomcat-9.0.41, so this shouldn't apply: https://stackoverflow.com/questions/63050276/tomcat-9-long-http

Re: [OT] Problem posting to Tomcat ssl connector ..

2021-05-28 Thread John Dale
The thick plottens. When I do apt-cache show tomcat9: Package: tomcat9 Version: 9.0.31-1~deb10u4 ... S .. simple and good way to upgrade this via apt-get? Or will I have to manually be overwriting stuff (yuck). John On 5/28/21, Christopher Schultz wrote: > John, > > On 5/28

Re: [OT] Problem posting to Tomcat ssl connector ..

2021-05-28 Thread John Dale
ran apt-get install tomcat9 and it upgraded these packages: libtomcat9-java tomcat9 tomcat9-common Still did not resolve the issue, however. Looking for a guide to manually upgrade a package installed with apt-get. Suggestions? On 5/28/21, Christopher Schultz wrote: > John, > > O

Pi Based Java Work

2021-05-28 Thread John Dale
t are you working on? Hit me back. John On 5/28/21, Christopher Schultz wrote: > John, > > On 5/28/21 15:32, John Dale wrote: >> I debugged the server and it's not reaching my component. >> > > > > >> Request post is around 300K. >> >>

Re: Pi Based Java Work

2021-05-28 Thread John Dale
nt. DB2DOM did everything better and more lightweight. But it was a nice proof of concept. I built this all myself without some super genius middle manager poking me in the back all the time. Go figure. Sincerely, John On 5/28/21, Rob Sargent wrote: > > > On 5/28/21 6:21 PM

Re: 500 instances of tomcat on the same server

2021-06-28 Thread John Larsen
No need to be discouraged. Docker is just a set of tools. You can still use docker to create images, but you dont need docker to use those images in a container. K8s is using industry standard containerd. https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/ John Larsen On

Question about StandardSession and ApplicationContext

2006-06-21 Thread John McClain
is it static data that each session points to? Does anyone out there have a strategy for finding memory leaks in a Tomcat application? I am not finding ours. John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 "Skepticism is the first step toward

RE: Tomcat 5.5 and DataSource

2006-06-22 Thread John Langan
Why don't you try this tutorial, which does what you want. http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0509cline/i ndex.html John Langan -Original Message- From: Jitendra Kharche [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 10:26 AM To: Tomcat

RE: Question about StandardSession and ApplicationContext

2006-06-23 Thread John McClain
e, so 11MB session objects would have been discovered early on. John McClain wrote: > I am profiling our application in jprofiler. I have noticed that the deep > size of StandardSession object for each user is VERY large - ~ 11+mb. Yet I > know that we are not adding that much data. Whe

Programmatic Security

2006-06-27 Thread John Caron
I need to implement fine-grained security access, so it looks to me like "Programmatic Security" (Servlet spec 12.3) is called for. I want to recieve the request in my servlet, then decide what access rights are needed for it. In this case, if I understand correctly, the "user must already be

Re: Programmatic Security

2006-06-28 Thread John Caron
nal message without making a copy. Thank you. - Original Message - From: "John Caron" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, June 27, 2006 9:01 PM Subject: Programmatic Security I need to implement fine-grained security access, so it looks to me li

Memory Leak question - please help

2006-06-29 Thread John McClain
there anyone out there who could help on this issue. Fee for service is possible. John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 "Skepticism is the first step toward truth"

Re: Programmatic Security

2006-06-30 Thread John Caron
Nicholas Sushkin wrote: On Wednesday 28 June 2006 14:05, John Caron wrote: I assume I need to get a session established, so that the authorization need only be done once. It would also be nice if I recieve a unauthorized request, that I could pass it to Tomcat's 401 challeng

Why are there 200000 Finalizer objects at OOME???

2006-07-06 Thread John McClain
will take heap snapshots on an hourly interval - HOPEFULLY, I can find what is going on Is there any one out there who can help us find this memory leak? Fee for Service could be acceptable? John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 "Skeptici

Why are there 200000 Finalizer objects all with socket reterents at OOME???

2006-07-06 Thread John McClain
I forgot to mention in my last post that all the Finalizers left in memory had a referent of java.net.socket* John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 "Skepticism is the first step toward truth"

JSP 2.0 tag files slowing development/deployment

2006-07-26 Thread John Cherouvim
Hello I'm building a mid scale web application for use within an intranet. I'm using a custom web framework to handle flow, user input, validations, persistence with hibernate and views with JSP and JSP 2.0 tag files. I use tomcat 5.0.28 and in particular this feature it has where you can wri

Re: JSP 2.0 tag files slowing development/deployment

2006-07-26 Thread John Cherouvim
that messing around with "work" is not a good idea. Could you please describe me (or point me to a FAQ/tutorial) on how to deploy my precompiled JSPs/tags? thanks, John Tim Funk wrote: Yes tomcat 5.5.17 would speed things up since the Eclipse compiler is used and is faster. You should

Changing the context root in Tomcat 5.5.17

2006-07-26 Thread John Wang
I'm using the portal platform liferay v4.0.0 with Tomcat 5.5.17, on XP SP2 and mySQL and JDK1.5. Right now, despite all the configurations that I used for a previous version of liferay and tomcat, I cannot get the context root to be changed. In other words, I want the root address to be changed f

Re: JSP 2.0 tag files slowing development/deployment

2006-07-27 Thread John Cherouvim
Thanks for your reply. I've done some testing and tomcat 5.5 compiled the jsp/tags about 2.5-3 times faster! Here is the test with the results: tag files: 122 size : 154kb settings : -Xms256m -Xmx256m |---++---+| | 5.0.28

Creating /WEB-INF folders for virtualhosts

2006-08-18 Thread John Hinton
sting what is obviously such a simple question.. I have google until my fingers are blue and am finding very little information on this particular aspect.. and want to have what is needed for the vhost client, but not open it up too much. Thanks, John H

Re: Creating /WEB-INF folders for virtualhosts

2006-08-18 Thread John Hinton
John Hinton wrote: Seems I have everything running up to the point of a test.jsp file being excuted within a virtualhost's user directory. If I understand correctly, there should be a WEB-INF directory in the virtualhost root directory, with a web.xml document there. My snag.. is th

Re: Creating /WEB-INF folders for virtualhosts

2006-08-20 Thread John Hinton
others are getting stuck at this same place. I'm can't help but wonder if a wiki all the way through to this vhost level would be good for the community and the language... provide the service to the masses via standard webhosting/FTP. Thanks, John Hinton On 19/ago/06, at 05:55GMT+0

Re: moving to linux

2006-09-11 Thread John Hinton
g edge, go Fedora.. but know that you'll sometimes get cut. Debian is really good. Also, CentOS is excellent as a RHEL clone. So, if you like Redhat and want server reliability, I would go with and have myself gone with CentOS. John -

Cache of dynamic picture

2006-09-29 Thread John Mok
can I make Tomcat not to cache the image, and load a new one every time? I hope someone could help me out and advise how to configure Tomcat not to cache dynamic image. Thanks a lot. John Mok - To start a new topic, e-mail: u

HOWTO disable Tomcat from caching dynamic picture

2006-09-30 Thread John Mok
("Expires", -1); How to force Tomcat not to cache the dynamic image? and load a new one every time? I hope someone could help me out and advise how to configure Tomcat not to cache dynamic image. Thanks a lot. John Mok -

Re: Struggling with basic database connection

2006-10-01 Thread John Najarian
Alan, Did you ever resolve this? I don't have enough information here to help you. Thanks, John Najarian --- Alan Chandler <[EMAIL PROTECTED]> wrote: > On Saturday 23 September 2006 15:23, David Smith > wrote: > > Correction: context.xml belongs in META-INF of the &g

JNDI inside a JAAS LoginModule

2006-10-07 Thread John McPeek
NDI in a LoginModule, or am I missing configuration. Thanks, John McPeek - 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: JNDI inside a JAAS LoginModule

2006-10-09 Thread John McPeek
for JAAS? Is there a way to see Global resources without referencing them in every app Context? Thanks, John McPeek I know we had/have problems with GlobalNamingResources. We have it working with the connection pool ".." and our JAAS realm configured under the webapp context node. Also

RHEL4 with App Server 3 and the missing tomcat5 manager

2006-10-16 Thread John McCoy
x27;m googled out and searched the archives for this list too. Am I blind or just stupid? Ok don't answer the second part. TIA John [EMAIL PROTECTED] tomcat5]# rpm -qa | grep tomcat tomcat5-servlet-2.4-api-5.5.17-6jpp_2rh tomcat5-server-lib-5.5.17-6jpp_2rh tomcat5-common-lib-5.5.17-6jpp_2rh t

Re: can I run tomcat on port 80 without running as root

2005-10-26 Thread John Laughton
I run the machine that has tomcat behind a router that does a NAT from port 80 to port 8080 John At 01:00 PM 10/26/2005 -0600, Kam Lung Leung wrote: Hi, I want to have Tomcat listen to port 80 instead port 8080. However, I don't want to run Tomcat as root. Is this possible? Thank y

Re: tomcat webapps help

2005-10-26 Thread John Laughton
/data/webImages directory, with This is not a valid url Hope this helps, John At 03:25 PM 10/26/2005 -0500, Raviteja Veerla wrote: Hi, I know that to create the root of a web application, we just have to make a directory in the webapps folder of tomcat and then copy the files in to that dire

Re: static server implementation?

2005-10-27 Thread John Laughton
(ie. large jpegs) John Hi, Is there an implementation floating around of org.apache.catalina.Host and org.apache.catalina.Context that is very basic, perhaps only serving static resources? thanks, -Rob - To unsubscribe, e

RE: static server implementation?

2005-10-27 Thread John Laughton
I can put the following in my jsp file src="/imageData/alex/busc/game07/DSC_1981_thumb.jpg"/> when the browser gets to the img statement, it actually pulls the thumbnail from a different context John At 12:39 PM 10/27/2005 -0500, Caldarale, Charles R wrote: > From:

RE: barring :8080 to the outside world

2005-10-28 Thread John Moore
alhost and conf/Catalina/www.xyz.org. John Moore -Original Message- From: Christoph P. Kukulies [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 8:35 AM To: tomcat-user@jakarta.apache.org Subject: barring :8080 to the outside world I'm a bit concerned that I find the cust

question about web-inf/lib

2005-11-02 Thread John MccLain
in another classloader" How can we avoid this? If we place the .dll and .jar in Tomcat/common/lib, and set our System path to it, will this solve the problem? How John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 "Skepticism is the fir

maintain separate sessions for each browser tab/window

2005-11-11 Thread John Cartwright
application I'd prefer each browser window and tab to have a unique session object. Thanks for any suggestions! -- john - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Session not sticky in 5.5 with load balancer

2005-11-17 Thread John Moore
# ww2 worker.ww2.port=8009 worker.ww2.host=192.168.X.Z worker.ww2.type=ajp13 worker.ww2.lbfactor=1 worker.ww2.cachesize=20 worker.ww2.local_worker=1 worker.lbcon.type=lb worker.lbcon.sticky_session=1 worker.lbcon.balanced_workers=ww1,ww2 worker.lbcon.local_worker_only=0 John -Original Message-

  1   2   3   4   5   6   7   8   9   10   >