Tomcat 5.5 Startup - Source Code Question

2010-03-25 Thread George Sexton
of all possible worlds it would be nice if 4 cores means 4x faster startup. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

RE: /dev/urandom usage

2009-08-15 Thread George Sexton
. Shouldn't there be something like: if (randomIS!=null) { try { randomIS.close(); } catch (IOException ioe) { } finally { randomIS=null; } } Inserted into either StandardManager.stop() or ManagerBase.destroy()? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

/dev/urandom usage

2009-08-14 Thread George Sexton
hosts/contexts. I'm using Sun JDK 1.6.0_14 on OpenSUSE 11.1. One machine is amd64 architecture, while the other is i386. Does anyone have any idea what could be causing this? It seems kind of strange to have 800-1200 file descriptors open to one pseudo file. George Sexton MH Software, Inc. - Home

RE: /dev/urandom usage

2009-08-14 Thread George Sexton
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, August 14, 2009 5:57 PM To: Tomcat Developers List Subject: Re: /dev/urandom usage George Sexton wrote: I've got a question and it's kind of deep developer question. I was poking around today looking

Is a servlet container compliant if?

2009-04-25 Thread George Sexton
. Is this correct? -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Problem with ISAPI Redirector

2009-04-11 Thread George Sexton
, and it's mapping the request into the worker but I'm getting a 400 bad request. About the only thing I notice is that the server has multiple application pools set up. At this point I'm stumped. Does anyone have any ideas on what I can try next? -- George Sexton MH Software, Inc. Voice: +1 303

Re: tomcat5.exe on Windows x64

2008-12-15 Thread George Sexton
keys being in HKLM\Software. It seems to me that things should be consistent and I think that since 64 bits is the future, the keys that procrun creates should be written to the 64 bit registry, and not the Wow6432Node. jean-frederic clere wrote: George Sexton wrote: George Sexton wrote

tomcat5.exe on Windows x64

2008-12-10 Thread George Sexton
the configured value for the JVM. even: The specified module (C:\Program Files\Java\jre6\bin\client\jvm.dll) could not be found. would be an improvement. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: tomcat5.exe on Windows x64

2008-12-10 Thread George Sexton
When I looked at the Commons-Daemon one, all of the entries were 3 or more years old, so I didn't think it was in use. Mark Thomas wrote: George Sexton wrote: Before I get flamed, I looked at a way to report this bug through bugzilla/jira and couldn't seem to find the right project

Re: tomcat5.exe on Windows x64

2008-12-10 Thread George Sexton
George Sexton wrote: When I looked at the Commons-Daemon one, all of the entries were 3 or more years old, so I didn't think it was in use. At least the change log didn't have anything more current than 3 years... -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
David Rees wrote: On Tue, Sep 2, 2008 at 12:01 PM, George Sexton [EMAIL PROTECTED] wrote: To have a build that breaks an application because the container is violating security policy looking for a non-existent file is just not acceptable. In order for me to use this build I would have

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
William A. Rowe, Jr. wrote: George Sexton wrote: I guess I'm not understanding how you use the term regression. 5.5.25 for sure did not have this problem. 5.5.26 introduced it, and 5.5.27 has it. How do you mean regression? x.y.-1 was free of it and x.y.-0 demonstrated it. This is x.y

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
the AccessControlException is not caught? Yes. The AccessControlException is not caught within Tomcat, and it terminates the execution of my servlet. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
in security manager mode UNLESS per-context logging is configured in catalina.policy. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
I will try a wild-card permission and see what happens. Rainer Jung wrote: George Sexton schrieb: Rainer Jung wrote: I have 250+ virtual hosts per tomcat instance. It seems like a lot of overhead that I'm not interested in. How would I add the correct configuration to catalina.policy for 250

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
Rainer Jung wrote: George Sexton schrieb: I will try a wild-card permission and see what happens. Thank you. One caveat: I tried to end it the path with ${file.separator}-, but that doesn't work. When using the trailing - syntax, you really have to use a real file separator

Re: [VOTE] Release build 5.5.27

2008-09-02 Thread George Sexton
/ According to the release process, the 5.5.27 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- George Sexton MH Software, Inc. Voice: +1

Re: tomcat + SSL

2008-09-01 Thread George Sexton
connection to the services in my client java code ?? or just I need to enable this in tomcat server. thanks in advance. best regards . -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: 5.5.27 candidate binaries

2008-08-30 Thread George Sexton
] -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reorder the http header generated by tomcat

2008-03-06 Thread George Sexton
Filip Hanik - Dev Lists wrote: George Sexton wrote: I agree. I just said that if HIS app requires a specific order, HE should write code to do it. that wont help you IF there is a proxy between server and user agent that reorders it. the user-agent is what needs to be fixed Filip I

Re: Reorder the http header generated by tomcat

2008-03-05 Thread George Sexton
] -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reorder the http header generated by tomcat

2008-03-05 Thread George Sexton
whatever pretty order you assign to the response headers from the server agent. I agree. I just said that if HIS app requires a specific order, HE should write code to do it. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: Cookies are broken in 6.0.16?

2008-02-12 Thread George Sexton
on this once. My app was using = in the value. Worked great under Tomcat 5, but under 4.0 (I think) it didn't work. I ended up forcing my cookie types to v1. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: Tomcat supporting PHP

2007-07-17 Thread George Sexton
but I think Joe is correct -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat supporting PHP

2007-07-17 Thread George Sexton
in Java packages? Most of them will need just adaptors. Some other legacies, we may scrap! regards. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL

Re: 5.5.24 candidate binaries

2007-06-20 Thread George Sexton
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL

Re: Security Policy Error

2007-05-24 Thread George Sexton
under a security manager. Yoav On 5/21/07, George Sexton [EMAIL PROTECTED] wrote: I'm running Tomcat 5.5.23 under a security manager, and I'm hitting this error on a call to HttpServletRequest.getAttributeNames() I'm only starting to understand security policies, so I

Security Policy Error

2007-05-21 Thread George Sexton
(ClassLoader.java:319) at org.apache.catalina.core.ApplicationHttpRequest.getAttributeNames(ApplicationHttpRequest.java:243) -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: [VOTE] Release build 5.5.23

2007-03-03 Thread George Sexton
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: [VOTE] Release build 5.5.22

2007-02-22 Thread George Sexton
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com

Re: new 5.5 candidate, please test

2007-02-13 Thread George Sexton
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail

Re: new 5.5 candidate, please test

2007-02-13 Thread George Sexton
I didn't know that. I just looked at the page for changelog.html and it says 5.5.21. Filip Hanik - Dev Lists wrote: George Sexton wrote: I noticed the changelog stops at 5.5.21. 5.5.21 doesn't exist, hence all changelogs from 5.5.21 goes automatically to 5.5.22. Also, I didn't see any

Re: new 5.5 candidate, please test

2007-02-13 Thread George Sexton
One other thing. It looks like the changelog entry for 40929 has a mis-spelling. Filip Hanik - Dev Lists wrote: George Sexton wrote: I noticed the changelog stops at 5.5.21. 5.5.21 doesn't exist, hence all changelogs from 5.5.21 goes automatically to 5.5.22. Also, I didn't see any mention

Re: 5.5.21?

2007-01-31 Thread George Sexton
57 inches of snow so far this winter. Where are you moving to? -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Tomcat 5.5 SSL Configuration Documentation Errors

2007-01-22 Thread George Sexton
acceptCount=100 scheme=https secure=true/ -- -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Funding someone to fix a few bugs

2006-09-11 Thread George Sexton
of fixing these issues. -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Funding someone to fix a few bugs

2006-09-11 Thread George Sexton
Yoav Shapira wrote: Hi, George Sexton wrote: Is it permitted to offer to fund someone to fix a few bugs? I have three things I'd like to see fixed. One trivial, and two non-trivial. I'm not sure, but I'm not aware of precedents, and I am aware of some discussion against this idea. I really

RE: never say never...

2006-02-21 Thread George Sexton
to the value of java.io.tmpdir THEREFORE FOR THE TOMCAT IMPLEMENTATION java.io.tmpdir MUST BE WRITABLE. So, in short. The ELITE should spend a little more time thinking about things instead of just reflexively trashing people. That is respect. George Sexton MH Software, Inc. http

RE: never say never...

2006-02-21 Thread George Sexton
to the value of java.io.tmpdir THEREFORE FOR THE TOMCAT IMPLEMENTATION java.io.tmpdir MUST BE WRITABLE. So, in short. The ELITE should spend a little more time thinking about things instead of just reflexively trashing people. That is respect. George Sexton MH Software, Inc. http

RE: never say never...

2006-02-21 Thread George Sexton
the relevant portions to bugzilla after drafting the message. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: never say never...

2006-02-21 Thread George Sexton
Never mind. This isn't worth the heart-ache and I'm probably wrong about workdir being defined in terms of tempdir. I made this probably wrong assumption by looking at the startup scripts . George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message

RE: never say never...

2006-02-20 Thread George Sexton
RESOLVED | INVALID George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Reinhard Moosauer [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 11:09 AM To: tomcat-dev@jakarta.apache.org Subject: never say never... Hi

RE: never say never...

2006-02-20 Thread George Sexton
this interference achieve a higher state of consciousness. Perhaps they would even reach Nerdvana Filip George Sexton wrote: RESOLVED | INVALID George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 George Sexton MH Software, Inc. http

RE: never say never...

2006-02-20 Thread George Sexton
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 4:02 PM To: Tomcat Developers List Subject: Re: never say never... George Sexton wrote: Whilst I agree with the general thrust of the arguments made so far in this thread I do take

RE: never say never...

2006-02-20 Thread George Sexton
doesn't respond. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: never say never...

2006-02-20 Thread George Sexton
hopefully educate the user and result in higher quality submissions in the future. If I've missed any solutions I'd be interested in them. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

RE: never say never...

2006-02-20 Thread George Sexton
-Original Message- From: Preston L. Bannister [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 6:22 PM To: Tomcat Developers List Subject: Re: never say never... A disclaimer here - I used to have committer status (and might still). On 2/20/06, George Sexton [EMAIL

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory webapps were defined.

2006-02-15 Thread George Sexton
Last time I looked it was still unfixed. http://issues.apache.org/bugzilla/show_bug.cgi?id=37781 The only suggestion I have is to vote for it to be fixed. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Yong Gou [mailto

RE: Tomcat is going down.

2006-02-15 Thread George Sexton
You need to repost your question on the users list. http://tomcat.apache.org/lists.html#tomcat-users George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Ángel Prieto [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 2

Security Manager

2006-01-20 Thread George Sexton
codeBase file:${catalina.home}/bin/tomcat-juli.jar { permission java.security.AllPermission; }; To the catalina.policy file. Is this correct? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

RE: Security Manager

2006-01-20 Thread George Sexton
It also seems to me the policy file should have: grant codeBase file:${catalina.base}/shared/- { permission java.security.AllPermission; }; George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: George Sexton [mailto:[EMAIL

RE: Security Manager

2006-01-20 Thread George Sexton
Yet more. It seems by specification (SRV.3.7.1) grant { permission java.io.FilePermission ${catalina.base}/temp/-, read, write,delete; permission java.util.PropertyPermission javax.servlet.context.tempdir, read; }; Really should be set so. George Sexton MH Software, Inc. http

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory webapps were defined.

2006-01-18 Thread George Sexton
I didn't notice. Did you follow my advice to check write permissions on all of the webapps directories. As reported, if the tomcat user cannot write to each webapp (or at least the webapp/META-INF directory), then creation of the server.xml will fail in the manner you describe. George Sexton MH

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory webapps were defined.

2006-01-16 Thread George Sexton
I reported an issue where the file would be truncated if the web application directory is not writable by tomcat. It tries to write a file in the webapps/app/META-INF directory. Could this be your issue? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

Host Manager Question

2005-12-04 Thread George Sexton
After one has used the host manager to deploy a new host, how do you force a save of the server.xml so that when Tomcat is re-started the host is still there? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

RE: Host Manager Question

2005-12-04 Thread George Sexton
at the source code for the admin application. I just really hate struts and was hoping there was some simple way of getting it done. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: Host Manager Question

2005-12-04 Thread George Sexton
I don't know. I remember the last time I tried to write a patch. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira Sent: Sunday, December 04, 2005 2:06 PM