Tomcat 5.5 Startup - Source Code Question

2010-03-25 Thread George Sexton
f the hosts is sequential. In the best 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...@tom

RE: /dev/urandom usage

2009-08-15 Thread George Sexton
oesn't close the file handle. 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://w

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

/dev/urandom usage

2009-08-14 Thread George Sexton
onfigured 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 Soft

Is a servlet container compliant if?

2009-04-25 Thread George Sexton
deployment descriptor for /MapTest.xyz, then to be compliant the container must pass the request to the mapped servlet, and not invoke the "implicit" mapping. Is this correct? -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http:

Problem with ISAPI Redirector

2009-04-11 Thread George Sexton
rker 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 Softw

Re: tomcat5.exe on Windows x64

2008-12-15 Thread George Sexton
riate 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

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 U

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 rig

tomcat5.exe on Windows x64

2008-12-10 Thread George Sexton
t\jvm.dll does not exist. Check 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 4

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 rea

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 fo

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
ot work 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 PROT

Re: [VOTE] Release build 5.5.27

2008-09-03 Thread George Sexton
happening with the patch? Is it because 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 30

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 i

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 h

Re: [VOTE] Release build 5.5.27

2008-09-02 Thread George Sexton
t-5.5/v5.5.27/ 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 Softwar

Re: tomcat + SSL

2008-09-01 Thread George Sexton
voke https 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
t-5.5/v5.5.27/ Unless I hear some complaints, I will be posting a vote on Monday Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- George Sexton MH Software, Inc. Voice: +1

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 was

Re: Reorder the http header generated by tomcat

2008-03-05 Thread George Sexton
order 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.mhsoftwar

Re: Reorder the http header generated by tomcat

2008-03-05 Thread George Sexton
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cookies are broken in 6.0.16?

2008-02-12 Thread George Sexton
got bit 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:

Re: Tomcat supporting PHP

2007-07-17 Thread George Sexton
;t it true that most of libs are already 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/

Re: Tomcat supporting PHP

2007-07-17 Thread George Sexton
ently here 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: 5.5.24 candidate binaries

2007-06-20 Thread George Sexton
ECTED] - 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: Security Policy Error

2007-05-24 Thread George Sexton
elf don't have much of a clue, as I haven't run Tomcat 5.5.x Tomcat 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 HttpServl

Security Policy Error

2007-05-21 Thread George Sexton
sLoader.loadClassInternal(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
Filip - 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
commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- George Sexton MH Software, Inc. Voice: +1 303 438 95

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 a

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

Re: new 5.5 candidate, please test

2007-02-13 Thread George Sexton
riday - 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

Re: 5.5.21?

2007-01-31 Thread George Sexton
year. We've had 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 ad

Tomcat 5.5 SSL Configuration Documentation Errors

2007-01-22 Thread George Sexton
leUploadTimeout" is the default. Since it's the default, it's kind of redundant. This also applies to clientAuth, and sslProtocol. So, the corrected example would be: <-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> -- George Sexton MH Software, Inc

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

Funding someone to fix a few bugs

2006-09-11 Thread George Sexton
come up with some other method 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: 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 > -Ori

RE: never say never...

2006-02-21 Thread George Sexton
em to think). > Mladen specifically referenced the issue. I felt it appropriate in my reply to reference the whole context. I re-posted the relevant portions to bugzilla after drafting the message. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

RE: never say never...

2006-02-21 Thread George Sexton
TION 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://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
TION 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://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
> -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). > >

RE: never say never...

2006-02-20 Thread George Sexton
ext and copy and paste the text, it seems like it wouldn't be hard. This would 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.

RE: never say never...

2006-02-20 Thread George Sexton
t respond. 4) Eject the person from your community and have nothing further to do with them. While your recommendation is sound, and is indeed step 1 as outlined above, by itself it is not enough. There need to be steps to take if the person doesn't respond. George Sexton MH Softw

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 s

RE: never say never...

2006-02-20 Thread George Sexton
t to use the software to solve business problems. The developers of the application who already live on a higher plane than the lowly users, without this interference achieve a higher state of consciousness. Perhaps they would even reach Nerdvana > > Filip > > George Sexton wrote

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:

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, Fe

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 [

Manager Application Structure

2006-02-08 Thread George Sexton
rstanding of how the Mbeans work, I can take a stab at fixing them. 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: 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-26 Thread George Sexton
e the other app didn't correctly free the resource (close the file, whatever). The scenario I'm guessing at is: Host A Saves but doesn't close all files Host B tries to save but can't because Host A's files were'nt correctly closed. George Sexton MH Software, Inc. http:/

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 shoul

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; }; And permission java.util.PropertyPermission "java.io.tmpdir", "read"; George Sexton MH Software, Inc. http://www.

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

Security Manager

2006-01-20 Thread George Sexton
dd: grant 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/

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 Sext

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

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, Decem

RE: Host Manager Question

2005-12-04 Thread George Sexton
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 PROTECTE

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