solved: helloword tomcat w3schools

2023-07-04 Thread Jim McNamara
Hi guys- I solved the castiing problem with jakarta. The jakarta is used instead of javax now. I needed to update my pom and then run mvn install -U. The servlet runs correctly on tomcat now. thanks all, jim Sent with Proton Mail secure email

additional pom to go with w3schools helloworld question (formatted)

2023-07-04 Thread Jim McNamara
Hi - Here is my formatted pom. thanks http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd; xmlns="http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;> 4.0.0 local NewJavaMavenProject NewJavaMavenProject 0.1.0-SNAPSHOT

plaint text version of question: hello world w3schools (tomcat)

2023-07-04 Thread Jim McNamara
Hi- I am resending my msg. in plain text wondering how to get tomcat to render my servlet for hellworld from code I got at w3schools. I am trying to follow the guidelines: TOMCAT 10.1.10 + plain text email! THANKS code and configuration files: import java.io.IOException; import

new user trying to get a sample servlet to run from w3school

2023-07-04 Thread Jim McNamara
Hi- I get the following error msg on tomcat at this URL: http://localhost:8080/examples/HelloWorld I am wondering it seems like I am getting the maven project to build in Moonshine IDE. then I put a new web.xml file in the examples directory in the tomcat server unzipped files. Then, I try to

Re: connecting tomcat server to eclipse java ee

2023-03-09 Thread JIM HENK
* the version of Tomcat that you’ve got installed. That way, it will have that version of Tomcat in it’s table of known Tomcat versions it can choose from. Folks, do you concur, or am I wrong here? - Jim Henk > On Mar 9, 2023, at 6:36 PM, Stephanie Panah wrote: > > Help pleas

Re: configuring Tomcat on ASUSTOR NAS???

2023-02-14 Thread JIM HENK
Found it! If anybody is wondering, it’s at /volume1/.@plugins/AppCentral/tomcat/conf Sorry to bother you. - Head no longer itching. > On Feb 14, 2023, at 12:47 AM, JIM HENK wrote: > > Hi. > > I’ve got an ASUSTOR NAS drive, and have used their utility to install their &

configuring Tomcat on ASUSTOR NAS???

2023-02-14 Thread JIM HENK
Hi. I’ve got an ASUSTOR NAS drive, and have used their utility to install their port of Tomcat. Yes, it *does* come up successfully. However, when I use their folder browser to go to the Tomcat directory, I see a *very strange* folder tree, and I can’t find the conf directory anywhere to

Tomcat is hanging up when I try to access local host:8080

2022-01-27 Thread Jim Anderson
administraion, but this is a case I am stumped on what testing can be done or where or what I should examine. Any suggestions on what look for on the PC will be appreciated. Jim A25-Jan-2022 12:42:20.410 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:

Tomcat JSP error message: Syntax error on token ";"

2021-05-15 Thread Jim Anderson
error would be reported in the error message when it does not exist in the source code? Thanks in advance for any advise/guindance. Jim A. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Upgraded to 8.5.63, ssl stopped working...?

2021-02-12 Thread Jim Weill
This was the fix. Thank you! jim On Thu, Feb 11, 2021 at 11:17 PM Mark Thomas wrote: > Check the user the Tomcat service is running as. This changed from Local > System (essentially an admin account) to the less privileged Local Service. > > Mark > > >

Re: Upgraded to 8.5.63, ssl stopped working...?

2021-02-11 Thread Jim Weill
Yes, the file is there and readable. The NTFS permissions have only the built-in SYSTEM, CREATOR OWNER, and domain administrators group as having any kind of access to the folder. This was working before I started upgrading. The last modified date is 2017 on that file. jim On Thu, Feb 11

Re: Upgraded to 8.5.63, ssl stopped working...?

2021-02-11 Thread Jim Weill
hu, Feb 11, 2021 at 12:17 AM Mark Thomas wrote: > On 11/02/2021 02:06, Jim Weill wrote: > > I had 8.5.41 working and decided to do the upgrade to 8.5.63 today on > > Windows Server 2012r2. I've had success with stopping the service, > > renaming the tomcat directory, puttin

Upgraded to 8.5.63, ssl stopped working...?

2021-02-10 Thread Jim Weill
I had 8.5.41 working and decided to do the upgrade to 8.5.63 today on Windows Server 2012r2. I've had success with stopping the service, renaming the tomcat directory, putting the unzipped files of the new version in its place, and dropping in the server.xml, and web.xml files to replace the

RE: [OT] Spring Security LDAPS authenticator won't trust TLS cert

2021-01-25 Thread Johnson, Jim
to me, that's the only thing that looked off. HTH - Jim -Original Message- From: Christopher Schultz Sent: Monday, January 25, 2021 11:11 AM To: Tomcat Users List Subject: [OT] Spring Security LDAPS authenticator won't trust TLS cert CAUTION EXTERNAL EMAIL: This email originated from o

tomcat 9 fails when requesting a new URL

2021-01-10 Thread Jim Anderson
e the root cause of this? Jim A jja_tomcat_logs.tgz Description: application/compressed-tar - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: jdbc connction pool issues [EXTERNAL]

2020-12-15 Thread Johnson, Jim
on active connections) Here is the doc that I've been referring to - sorry for not linking it earlier: https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html On those other Tomcat servers is there a initialSize defined? Jim -Original Message- From: Beard, Shawn Sent: Tuesday, December

RE: jdbc connction pool issues [EXTERNAL]

2020-12-15 Thread Johnson, Jim
where that isn't being set and initialSize seemed like a good candidate for that setting. Perhaps you might check your monitoring tool thresholds - I would have to think that 80% is setting off bells and whistles so you have time to act before your JVM blows up. Cheers! - Jim -Original Me

RE: jdbc connction pool issues

2020-12-15 Thread Johnson, Jim
is 100 It would make sense that 8 connections would be 80% utilized. I would try replacing maxActive with initialSize and seeing how that works for you. Good luck! - Jim From: Beard, Shawn Sent: Tuesday, December 15, 2020 2:12 PM To: Tomcat Users List Subject: jdbc connction pool issues CAUTION

tomcat v 9.0 crashing in Eclipse IDE Version: 2020-09 (4.17.0)

2020-12-08 Thread Jim Anderson
trace. For now, I am simply including the error file showing the stack trace. Should I submit this to the developers mailing list? -- Jim Anderson cell - 908-329-0586 Dec 08, 2020 2:17:24 PM org.apache.catalina.startup.VersionLoggerListener log INFO: Server version name: Apache Tomcat/9.0.38

tomcat 9.0 cache warning errors

2020-12-08 Thread Jim Anderson
the correct version of tomcat in your eclipse workspace 2) add "|||" to your context.xml file. I will update the stackoverflow.com URL with a comment. I'm not sure if this is worth mentioning anywhere in the tomcat documentation. I will leave that to others.|| -- Jim Anderson

Re: ERR_CONNECTION_REFUSED

2020-12-01 Thread Jim Johnson
s where you can use software like authbind to have a non-root user do it instead but it takes some extra tinkering. There are also folks that run Tomcat on 8443 and then configure iptables to forward port 443 to 8443. There are a few different ways to accomplish what you want to do - have you researched any of these solutions? Jim

Re: Upgrading to tomcat 8.5.41

2019-05-15 Thread Jim Weill
Yes, we already push notepad++ to the domain clients. This is a great suggestion, thanks! jim On Wed, May 15, 2019 at 3:17 AM André Warnier (tomcat) wrote: > On 15.05.2019 10:16, Mark Thomas wrote: > > On 15/05/2019 08:56, André Warnier (tomcat) wrote: > >> On 15.05.201

Upgrading to tomcat 8.5.41

2019-05-14 Thread Jim Weill
even going back to 8.5.0 compared to 8.5.41, I get a "Forbidden You don't have permission to access /repos/asf on this server". Is this the error I'm supposed to expect? jim

Updating tomcat Windows 2012r2

2018-06-28 Thread Jim Weill
for updating tomcat?  I feel like I'm missing something. jim - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: setting packetSize for ajp connector in embedded tomcat via commandline system property

2017-08-22 Thread Johnson, Jim
got it right now? Thanks! - Jim -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, August 22, 2017 1:06 PM To: users@tomcat.apache.org Subject: Re: setting packetSize for ajp connector in embedded tomcat via commandline system proper

setting packetSize for ajp connector in embedded tomcat via commandline system property

2017-08-22 Thread Johnson, Jim
hours of guessing I'm turning to you all in hopes that someone may know the correct setting. Can anyone provide the correct syntax? Or is packetSize for the AJP connector not even supported through command line for embedded Tomcat? Thanks! - Jim

Re: Syntax change in Set-Cookie header?

2017-03-16 Thread Jim Griswold
Sure, will do! Jim On Thu, Mar 16, 2017 at 12:57 PM, Mark Thomas <ma...@apache.org> wrote: > On 16 March 2017 14:31:31 GMT+00:00, Jim Griswold <jim.grisw...@gmail.com> > wrote: > >Thanks, Mark! I filed > >https://bz.apache.org/bugzilla/show_bug.cgi?id=60876 >

Re: Syntax change in Set-Cookie header?

2017-03-16 Thread Jim Griswold
Thanks, Mark! I filed https://bz.apache.org/bugzilla/show_bug.cgi?id=60876. Jim On Thu, Mar 16, 2017 at 6:15 AM, Mark Thomas <ma...@apache.org> wrote: > On 15/03/17 21:56, Jim Griswold wrote: > > Hi everyone, > > > > After a recent upgrade from Tomcat 8.0.28 to 8.5.

Syntax change in Set-Cookie header?

2017-03-15 Thread Jim Griswold
nd lower case p appear to be intentional, yet don't seem to conform to the RFC the class is targeting. I am sure I must be missing something since this is the new default and this is such a common behavior, but I've dug around for a while and can't find another explanation. Thanks in advanc

Re: Unable to get SSL working on Tomcat 8.5

2016-12-05 Thread Jim Weill
On 12/5/2016 8:43 AM, Mark Thomas wrote: On 05/12/2016 16:13, Mark Thomas wrote: On 01/12/2016 22:17, Jim Weill wrote: sslEnabledProtocols is now just protocols for one thing. And you have to put your certificate stuff in an sub-section to the connector now. That should not be necessary

Re: Unable to get SSL working on Tomcat 8.5

2016-12-01 Thread Jim Weill
.apache.org/tomcat-8.5-doc/config/http.html#SSL_Support_-_SSLHostConfig but scroll up slightly to get the instructions on how to use this subsection. jim On 12/1/2016 1:26 PM, Bartlett, Todd wrote: Thanks for your reply, unfortunately I know very little about Tomcat beyond the server.xml con

Re: Unable to get SSL working on Tomcat 8.5

2016-12-01 Thread Jim Weill
Are you using the 8.5 reference? https://tomcat.apache.org/tomcat-8.5-doc/config/http.html When we updated to 8.5, we also found things changed with the connector for SSL. The above page is the current guide, and you'll notice several of the hooks have been deprecated since 6.0 jim On 12

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Jim Johnson
avax.servlet.request.encoding=UTF-8 -Dfile.encoding=UTF-8" instead of using CATALINA_OPTS? We use JAVA_OPTS in our setenv.sh file for Linux, perhaps it will work for Windows as well ... - Jim

Best practices around Kerberos ticket management & Tomcat instances? [Linux]

2015-12-20 Thread Jim Johnson
sense or should they be less often / more often? I really appreciate any feedback or thoughts on this - thanks! - Jim

If there a security hardened / production ready binary distribution?

2015-07-23 Thread Jim Sellers
with the official docker tomcat image project for a tomcat that has this done. https://github.com/docker-library/tomcat/issues/14 Thanks for your time. Jim

Re: If there a security hardened / production ready binary distribution?

2015-07-23 Thread Jim Sellers
On Thu, Jul 23, 2015 at 10:50 AM, Mark Thomas ma...@apache.org wrote: On 23 July 2015 15:07:01 CEST, Jim Sellers jim.sell...@gmail.com wrote: Hi all. Sorry if this has already been answered, but I couldn't find it. I'm looking at using tomcat in a docker container and I was wondering why

Re: How to debug tomcat code in eclipse

2015-01-13 Thread Jim Anderson
over the weekend if you have not been able to get set up in Eclipse. Please let me know if you have resolved your problem. Otherwise, I will get back to you over the weekend. Jim On 01/08/2015 11:42 AM, MyList wrote: Hello All, I am new to web development with tomcat. Have many years

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
to contribute addtions. Jim A. On 12/06/2014 04:19 PM, Jim Anderson wrote: Hi to all, I am currently developing some server side JSP code. By and large, things are progressing and working well. I have gotten half way decent at debugging my java/javascript/jquery/jsp/HTML source code, but I

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
, but I can believe it has hooks in the brower code that allows an application such as Tomcat to post information into the console. If fact, I would expect the browser console to have that kind of hook. Jim On 12/08/2014 03:54 PM, David kerber wrote: On 12/8/2014 3:49 PM, Jim Anderson wrote

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
Please make note that I do not see errors in the brower window, but in the brower console window. If I have time later, I will create an error in my 's.jsp' server code and verify that an error is reported in the console. Jim A. On 12/08/2014 04:17 PM, David kerber wrote: On 12/8/2014 4:04

My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-06 Thread Jim Anderson
second question is more general. My code is not working and there are no error messages. Can anyone speculate why this would be the case? Is there any place else I should be looking for error messages? Jim

installing tomcat7-admin --- I have not /etc/tomcat7 directory

2014-07-12 Thread Jim Anderson
. But I cannot find any documentation about installing tomcat7-admin. I have scanned through the tomcat7 doc website and have not been able to find the installation instructions I'm looking for. Can someone either point me to the instructions I would need to install tomcat7-admin? Regards, Jim

Re: installing tomcat7-admin --- I have not /etc/tomcat7 directory

2014-07-12 Thread Jim Anderson
software development. A big thanks to you and to Hassan for taking the time to help me out Regards, Jim On 07/12/2014 03:13 PM, Caldarale, Charles R wrote: From: Jim Anderson [mailto:jim_ander...@jjajava.com] Subject: installing tomcat7-admin --- I have not /etc/tomcat7 directory I

Re: Severe performance issues on images

2014-06-26 Thread Jim Lindqvist
to reduce memory usage. Up. Grade. We are looking into it, but 7.0.26 seems to be associated with this Ubuntu version. Is it a huge difference? I really don't want to rock this boat any more that absolutely necessary. Again, thank you for your time and insights! Best Regards Jim On 24

Severe performance issues on images

2014-06-23 Thread Jim Lindqvist
Hi, I have I server with Apache and Tomcat through jk_mod and the perfonrmance is awful. This is mostly confined to images as far as I know, but it is hard to tell. The images are served from Apache with the help of the following lines: # Serve static content from /resources and /data using

Re: Problem with mod_proxyajp and Tomcat 7

2014-03-05 Thread Jim Jagielski
On Mar 5, 2014, at 11:23 AM, Teresa Fasano t.fas...@cineca.it wrote: Hi, I have a communication problem between Apache and Tomcat with mod_proxy_ajp. The Apache version is 2.2.15. The problem occurred only with Tomcat 7 ( the same problem occurred with various version 7.0.x ), while it

Re: mod-jk stopped working

2014-02-14 Thread Jim Borland
Wow! I put my JkMounts inside the VirtualHost directives and now it is working again. Thank you very much! On Feb 14, 2014, at 11:52 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jim, On 2/12/14, 11:53 PM, Jim Borland

mod-jk stopped working

2014-02-12 Thread Jim Borland
. Also, I have a bunch of missing uri map entries for things present on the server that were never JkMounted. Like I said, it used to work fine. Any help or suggestions would be greatly appreciated. Thank you! Jim Borland

Re: Filtering HTTP OPTIONS request method from logs?

2013-09-17 Thread Jim Barber
On 17/09/2013 5:05 PM, André Warnier wrote: Jim Barber wrote: All, On 16/09/2013 10:52 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 9/16/13 10:25 AM, Felix Schumacher wrote: Am Montag, den 16.09.2013, 10:02 -0400 schrieb Christopher Schultz

Filtering HTTP OPTIONS request method from logs?

2013-09-16 Thread Jim Barber
that is null when the http request method is not using OPTIONS? Or am I completely off track and there is a different way to filter these access log messages? Regards, -- Jim Barber - To unsubscribe, e-mail: users-unsubscr

Re: Filtering HTTP OPTIONS request method from logs?

2013-09-16 Thread Jim Barber
request, Response response, long time) { if (Arrays.asList(exclude.split(,)).contains(request.getMethod())) { return; } super.log(request, response, time); } But there must be something better. 2013/9/16 Jim Barber jim.bar...@ddihealth.com: Hi all. I'm

Re: Filtering HTTP OPTIONS request method from logs?

2013-09-16 Thread Jim Barber
All, On 16/09/2013 10:52 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 9/16/13 10:25 AM, Felix Schumacher wrote: Am Montag, den 16.09.2013, 10:02 -0400 schrieb Christopher Schultz: Jim, On 9/16/13 3:42 AM, Jim Barber wrote: I'm hoping someone

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-20 Thread Jim
: no part of Tomcat itself, including /work, is kept under version control. -- Jim On 11/20/12 2:18 AM, Pid * wrote: On 19 Nov 2012, at 23:58, Jim open...@gmail.com wrote: Hello! My team has been having an issue wherein our application occasionally fails to start up because Tomcat claims

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-20 Thread Jim
not appear to be making it into the classloader? -- Jim On 11/20/12 2:34 PM, Pid * wrote: On 20 Nov 2012, at 13:42, Jim open...@gmail.com wrote: Thanks for the question -- I worded that part awkwardly. Our project has a root-level /src directory with the web app's Java files, and a root-level

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-20 Thread Jim
changing the contents of /webapp/[name of app] at all -- resolves the issue, which hints at some sort of classloading race condition. -- Jim On 11/20/12 3:40 PM, Pid * wrote: On 20 Nov 2012, at 19:44, Jim open...@gmail.com wrote: No -- the /war/WEB-INF/classes directory is .gitignored

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-20 Thread Jim
On 11/20/12 5:02 PM, Pid * wrote: On 20 Nov 2012, at 21:44, Jim open...@gmail.com wrote: What I'm getting at is this: your release process should produce a .war (or exploded directory) that is copied to Tomcat and that Tomcat should not be reading any part of the app from the /war directory

TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-19 Thread Jim
to clean her /work directory every time she switches branches, and before starting Tomcat, and still getting the issue. Thanks in advance for any help! Jim - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Problem with JAASMemoryLoginModule?

2012-11-01 Thread Jim Doble
); } this.loginContext = loginContext; } This seems like it could be a bug, but given that I am new to JAAS on Tomcat, I may just be doing something wrong. Any JAAS/Tomcat experts out there able to point me in the right direction? Jim Doble

problems installing app on tomcat v.7.0.26

2012-07-23 Thread Jim Proctor
/geoserver could not be started. A full catalina.log output for the latter error is below. I'm no Tomcat expert, but I have successfully installed one other app on this Tomcat server so don't expect the below to be purely a Tomcat issue…maybe it is? Would sure appreciate help; thanks. Jim P. *** Jul

Re: problems installing app on tomcat v.7.0.26

2012-07-23 Thread Jim Proctor
Tim, thanks…I was going on the basis of other apps (all of which have root folders), but apparently GeoServer creates its own root folder upon installation. All seems to work now. Regards, Jim P. On Jul 23, 2012, at 4:17 PM, Tim Watts wrote: On Mon, 2012-07-23 at 14:39 -0700, Jim Proctor

RE: Source jar for tomcat-dbcp?

2012-03-11 Thread Jim Garrison
It would have been nice if this was noted in the docs :-) Sounds like you're pretty close to being able to make a patch. ;) I'm willing to write something up, but am not sure how to contribute it to the doc website. I rummaged through the ASF svn and found the tomcat/site stuff, but it

Source jar for tomcat-dbcp?

2012-03-10 Thread Jim Garrison
I have a problem I need to debug by stepping into tomcat-dbcp (6.0.35). I tried downloading the Apache commons-dbcp source but it seems the version in Tomcat has the classes in different packages, so I can't get Eclipse to recognize the source. I've searched the following areas: * the tomcat

RE: Source jar for tomcat-dbcp?

2012-03-10 Thread Jim Garrison
-Original Message- From: Jim Garrison [mailto:jim.garri...@troux.com] Sent: Saturday, March 10, 2012 7:07 PM To: users@tomcat.apache.org Subject: Source jar for tomcat-dbcp? I have a problem I need to debug by stepping into tomcat-dbcp (6.0.35). I tried downloading the Apache

RE: tomcat6w.exe -- 32bit and 64bit versions identical?

2012-03-07 Thread Jim Garrison
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, March 06, 2012 12:27 PM To: Tomcat Users List Subject: RE: tomcat6w.exe -- 32bit and 64bit versions identical? From: Jim Garrison [mailto:jim.garri...@troux.com] Subject

tomcat6w.exe -- 32bit and 64bit versions identical?

2012-03-06 Thread Jim Garrison
I am in an environment where I deploy tomcat via a script. Rather than keep two entire copies of Tomcat for 32- and 64-bit systems I have the complete 32-bit download plus the 64-bit tomcat6*.exe files. I'm upgrading from 6.0.20 to 6.0.35 and my usual procedure is to diff the 32- and 64-bit

RE: Documentation Question

2012-02-22 Thread Jim Showalter
Hmm. Am I to understand this is fixed now? I tried it and it still seems to have problems. However, the other versions ( 7.0) seem to be working much better (I thought they too had problems when I tried in the past). Also, I appreciate everyone jumping in quickly to fix this. Jim

Documentation Question

2012-02-20 Thread Jim Showalter
Is there a version of the Tomcat documentation that consistently handles word-wrap? Some of the segments are very difficult to read while others do word wrap properly? Thanks, Jim

[ANNOUNCE] Apache Tomcat 5.5.35 Released.

2012-01-16 Thread Jim Jagielski
The Apache Tomcat team announces the immediate availability of Apache Tomcat 5.5.35 stable. Apache Tomcat 5.5.35 is primarily a security and bug fix release. All users of older versions of the Tomcat 5.5 family should upgrade to 5.5.35. Please refer to the change log for the list of changes:

Re: Availability of Tomcat 5.5.34

2011-09-23 Thread Jim Jagielski
Tomcat 5.5.34 was released and announced yesterday... - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Availability of Tomcat 5.5.34

2011-09-16 Thread Jim Jagielski
I am TRing 5.5.34 today... - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Availability of Tomcat 5.5.34

2011-08-12 Thread Jim Jagielski
My plan is to TR 5.5.34 the week after next… I'm traveling next week :/ On Aug 12, 2011, at 12:25 AM, Sachin Mankapure wrote: Hi Jim, Is there any update on release date of 5.5.34? Thanks, -Sachin Jim Jagielski wrote: I am tempted to do a release next week... we seem to have

Re: Availability of Tomcat 5.5.34

2011-07-21 Thread Jim Jagielski
I am tempted to do a release next week... we seem to have enough to warrant it. On Jul 21, 2011, at 5:57 AM, Sachin Mankapure wrote: Thanks. I wanted to know *when* 5.5.34 will be available. I got the answer. Konstantin Kolinko wrote: 2011/7/20 msachin sachin.mankap...@gmail.com:

Re: Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2011-05-13 Thread Jim Seymour
On Wed, 11 May 2011 18:04:15 -0400 Jim Seymour jseym...@linxnet.com wrote: On Thu, 12 May 2011 01:16:43 +0400 Konstantin Kolinko knst.koli...@gmail.com wrote: 1) jsvc is not developed within Apache Tomcat project but within the Apache Commons - it belongs to Apache Commons Daemon, -- your

Re: Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2011-05-11 Thread Jim Seymour
for the follow-up. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at http://jimsun.LinxNet.com/contact/scform.php

Re: RemoteIP valve and multiple X-Forwarded-For headers

2010-12-10 Thread Jim Riggs
On Dec 10, 2010, at 7:59 AM, Mark Thomas wrote: Looks like a bug, Please add it to bugzilla, as Mark suggested. BTW, I think that the following change can fix it: (for current tc6.0.x, not tested!) I don't think so. I think the problem is further up on line 558: String[]

Re: EXTERNAL: Re: Tomcat hung

2010-11-19 Thread Jim Cox
In your full production trace, is there an indication which thread has the 0xd50244e8 lock? I've debugged similar situations where threads were blocked waiting for monitor 0x. (getting java.sql.Connections, as it turned out) -- identifying examining the thread that had locked that monitor

Re: Tomcat Going down Frequently

2010-11-15 Thread Jim Cox
Is LoginBean.java your code (or code that you control)? You might have to change that code a bit to handle a session that has already been invalidated. On Mon, Nov 15, 2010 at 6:03 AM, Amol Puglia amolcpug...@yahoo.com wrote: Hello team, Tomcat Server going down frequently with the following

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 12:50 AM, rujin raj wrote: Now my server.xml file is like this.As you told i added executor=tomcatThreradPool as follows Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=1000 minSpareThreads=150/ Connector port=8080 protocol=HTTP/1.1

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 2:17 PM, Christopher Schultz wrote: I believe (if I heard it correctly), either Mark T. or Tim F. explained at ApacheCon this week that the minimum is not immediate. It needs to build up to that level. So, when you start Tomcat, you won't immediately fire up 150 threads

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread Jim Riggs
executor=executor_name, so in your case: executor=tomcatThreadPool This is shown in the default/sample server.xml under the comment !-- A Connector using the shared thread pool-- On Nov 5, 2010, at 9:49 AM, rujin raj wrote: Please how to add the executor attribute in connector

[ANN] Apache Tomcat 5.5.31 released

2010-09-16 Thread Jim Jagielski
The Apache Tomcat Team announces the immediate availability of Apache Tomcat 5.5.31 stable. Apache Tomcat 5.5.31 is primarily a security and bug fix release. All users of older versions of the Tomcat 5.5 family should upgrade to 5.5.31. Please refer to the change log for the list of changes:

Re: 2 second delays in mod_jk while maintaining workers

2010-09-09 Thread Jim Jagielski
On Sep 9, 2010, at 8:34 AM, Mladen Turk wrote: On 09/09/2010 02:09 PM, John Baker wrote: Thanks for the feedback. Can you tell me why this if statement exists: if (poll(fds, 1, timeout) 0) { ... } else break; It appears to be at

Re: Feedback Requested: Proposed CLI Tool for Apache Tomcat; kitty.

2010-08-19 Thread Jim Jagielski
Any interest in the code moving to the ASF incubator? On Aug 16, 2010, at 4:06 PM, Networked wrote: Elevator pitch Myself and Peary Chiu have created a lightweight utility for administering Tomcat from the command line in our copious amounts of free time on the weekends. This is a very

[ANN] Apache Tomcat 5.5.30 released

2010-07-09 Thread Jim Jagielski
The Apache Tomcat Team announces the immediate availability of Apache Tomcat 5.5.30 stable. Apache Tomcat 5.5.30 is primarily a security and bug fix release. All users of older versions of the Tomcat 5.5 family should upgrade to 5.5.30. Please refer to the change log for the list of changes:

JSESSIONID being lost

2010-04-20 Thread Jim Goodspeed
I'm hoping someone may have some insight into a difficult problem we are having. We have a situation where the JSESSIONID seems to get lost somewhere in a users transaction - the result is they get kicked back to the applications login page (no sessionid so the app thinks they haven't logged in).

Re: JSP Page hangs... clues?

2010-02-10 Thread Jim Cox
Can you truss/strace Tomcat, or watch the network traffic between MySQL and Tomcat? Comparing captures from those tools between successul and hung page generation might show what the issue is, or at least suggest other areas to look at. On Wed, Feb 10, 2010 at 2:53 PM, Jordan Michaels

Re: How to change effective user id on Windows

2010-01-08 Thread Jim Ma
勹 发自我的 iPod 在 Jan 7, 2010,22:42,Looijmans, Mike mike.looijm...@oce.com 写到: The current configuration is correct in terms of security - the 'SYSTEM' user is a limited account that has no access to the desktop nor shared network resources. Be warned that running a service under other

disableProxyCaching in Tomcat6?

2009-12-10 Thread Jim Garrison
In Tomcat5 there was a Context parameter disableProxyCaching to prevent proxies from caching content. This parameter doesn't seem to be present in Tomcat6. Is there an equivalent setting?

Re: thread dumps catalina.out

2009-09-02 Thread Jim Cox
FWIW, I usually do a tail/tee on catalina.out in a term, then do the kill -QUIT tomcat PID from another term, then kill the tail/tee combo which leaves me with a reasonably clean thread dump. For example: Terminal A: prompt$ tail -f /usr/local/tomcat/logs/catalina.out | tee

Re: thread dumps catalina.out

2009-09-02 Thread Jim Cox
...@yahoo.com wrote: Sorry. But I didn't understand how using 2 terminals would help me with the questions I posted. Jim Cox-2 wrote: FWIW, I usually do a tail/tee on catalina.out in a term, then do the kill -QUIT tomcat PID from another term, then kill the tail/tee combo which leaves me

MapListener update

2009-07-14 Thread jim ma
change the host name looking up mechanism . Could you also point to me where can I find the Tomcat6.x document about difference with Tomcat5.x if there is ? for example architecture , execution etc. Thanks in advance . Jim Ma

Re: JSP when tag question

2009-07-05 Thread Jim Anderson
Ron, Thank you, much! I will definitely get the plugin and give it a try. Jim Ron McNulty wrote: Hi Jim A liitle OT, but I can recommend the HTML Validator plugin for Firefox (if you don't already have it). It puts a red light in the bottom right corner of the browser when you forget

Re: JSP when tag question

2009-07-04 Thread Jim Anderson
guess at the time I was going to add the directive, I got distracted and failed to do it. Having said that, I'm a bit surprised that there was not error message generate by tomcat about seeing a reference to c:choose and c:xxx with no definition available. Thanks, again. Jim David Smith wrote

JSP when tag question

2009-07-03 Thread Jim Anderson
. The output produced by line 22 is shown at line 32 and confirms that the value of midContent is 'page2'. Can someone explain why the code inside the 'c:when' tag is executed when the test on line 19 appears to be evaluating to false? Thanks you in advance. Jim Anderson

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Jim Anderson
Pid wrote: On 2/7/09 04:25, Jim Anderson wrote: Hi, I'm running tomcat 6.0.18 on Linux and I'm having a problem running a javabean. I created a bean and was able to call setProperty and getProperty for the property 'startPage' in the bean. When I added a 2nd property to the bean, I got

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Jim Anderson
Konstantin, Thank you. That did the trick. I kind of guessed it was that sort of problem, but could not find it in documentation of the book that I'm using. Jim Konstantin Kolinko wrote: 2009/7/2 Jim Anderson ez...@ieee.org: Hi, I'm running tomcat 6.0.18 on Linux and I'm having

Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-01 Thread Jim Anderson
library. Does anyone have an suggestions on how to resolve my problem? Thank you in advance for any help. Jim Anderson __ source code: JSP: 1 %@ page contentType=text/html % 2 jsp:useBean id=BFSInfo class

Re: Apache 2.2 to Tomcat 6 via proxy_ajp

2009-05-22 Thread Jim Jagielski
On May 21, 2009, at 10:28 PM, J. Zimmerman wrote: I am just getting started with Tomcat and have been asked to take on the administration of our Tomcat servers at our college. I am not one of the developers, just the administrator. So far everything has gone pretty smoothly except for

acceptCount in Tomcat 5.x and 6.x?

2009-04-02 Thread Jim Goodspeed
Does the acceptCount setting that is part of the AJP connector in the server.xml file still exist in Tomcat 5.x and Tomcat 6.x? I see a lot of references to it in Tomcat 4.x, but I have not run across it in 5 or 6. We have this setting defined in our tomcat 6 installation, but I think it is a

Re: Rotating catalina.out in tomcat 6.x

2009-04-02 Thread Jim Goodspeed
Since I can't get my development team to NOT log to catalina.out I just script it: cp -a $logdir/catalina.out $logdir/catalina.out-`date +%Y-%m-%d` $logdir/catalina.out On Tue, Mar 17, 2009 at 9:16 AM, Mark Thomas ma...@apache.org wrote: André Warnier wrote: Ghufran wrote: I am using

  1   2   3   >