Re: How to Prevent Dynamic Code manipulation via Java Attach API for Tomcat

2024-08-15 Thread George Sexton
ebug tools that are needed to debug Application issues. Do you guys any recommendations and how to add authentication to Java Attach API? Any pointers would be really helpful and suggestions. Thanks, Bhavesh -- George Sexton (303) 438 9585 x102 MH Sof

Getting SSL Working on Tomcat9

2022-07-10 Thread George Sexton
l require an SSLHostConfig I think. Can anyone give me an idea of what I'm doing wrong? Thanks. -- George Sexton (303) 438 9585 x102 MH Software, Inc.

Re: Getting SSL Working on Tomcat9

2022-07-11 Thread George Sexton
at org.apache.coyote.http11.AbstractHttp11Protocol.addSslHostConfig(AbstractHttp11Protocol.java:719) On 7/11/2022 2:12 AM, Mark Thomas wrote: On 11/07/2022 02:30, George Sexton wrote: I'm trying to configure SSL for Tomcat 9 and I'm not having any luck. Caused by: java.io.IOExce

Re: Getting SSL Working on Tomcat9

2022-07-11 Thread George Sexton
Mark, I looked at the connector entries, and removed any of the ones that were listed on the page as deprecated. Once I did that, things started working. Thanks again. George On 7/11/2022 8:07 AM, Mark Thomas wrote: On 11/07/2022 14:56, George Sexton wrote: Mark, Thanks for looking. If

Tomcat 9 Error under Security Manager

2022-07-17 Thread George Sexton
-suse-15.3.80.1-x8664) OpenJDK 64-Bit Server VM (build 11.0.15+10-suse-15.3.80.1-x8664, mixed mode) Thanks -- George Sexton (303) 438 9585 x102 MH Software, Inc. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

JavaMail Under Security Manager

2022-07-24 Thread George Sexton
ould I move the javax-mail.jar? System Information: Tomcat: 9.0.65 OS: OpenSuse Java Mail Version: 1.6.2 JDK: OpenJDK 11.0.15  22-04-19 Any help would be appreciated. -- George Sexton (303) 438 9585 x102 MH Software, Inc.

Re: JavaMail Under Security Manager

2022-07-24 Thread George Sexton
's an explicit grant. On 7/24/2022 10:08 PM, George Sexton wrote: Everyone, I'm running Tomcat 9 under the security manager and when I try to use JavaMail to send a message, I'm getting: javax.mail.MessagingException: IOException while sending message;

Re: Tomcat/Java app timezone radomly changes during operation.

2022-11-08 Thread George Sexton
ubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton (303) 438 9585 x102 MH Software, Inc. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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

2005-10-26 Thread George Sexton
Yes. The solution is (assuming you're running Linux or something like it) is to port forward requests on port 80 to port 8080. Here's a discussion. http://linux.org.mt/article/tomcat-ports George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Ori

RE: TC 5.5 practical limit on number of webapps it can support

2005-10-29 Thread George Sexton
I'm running around 65 virtual hosts with one webapp per virtual host. I'm not having any problems. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: David Wall [mailto:[EMAIL PROTECTED] > Sent: Saturday, Oct

RE: TC 5.5 practical limit on number of webapps it can support

2005-10-30 Thread George Sexton
under SuSE Linux 9.3. Startup time is about 29 seconds. CPU Utilization is always less than 2%. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: David Kerber [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 29, 200

RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat 5.5.12 + SuSE Linux 10.0

2005-11-07 Thread George Sexton
Well, the easiest thing to do is to install the mod_jk binary that suse provides. Once you've done that, edit the /etc/sysconfig/apache2 file and add mod_jk to the list of modules. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original

RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat 5.5.12 + SuSE Linux 10.0

2005-11-07 Thread George Sexton
You really did it the hard way. Here are the steps for SuSE: 1) Install Apache 2.0 from Yast 2) Install mod_jk from yast 3) Add mod_jk to /etc/sysconfig/apache2 modules list 4) Add mod_jk commands to /etc/apache2/conf.d files, or /etc/apache2/vhosts.d files George Sexton MH

RE: Help configuring mod_jk! Apache 2.0.54 + Tomcat 5.5.12 + SuSE Linux 10.0

2005-11-07 Thread George Sexton
ease, they patch the current version, and you just let online_update install it and re-start it. The distribution version is best unless your needs are just so custom, that the standard version won't work. This is not the case you are in. George Sexton MH Software, Inc. http://www.mhsoftware.

RE: Tomcat as a service under Linux... "To dream theimpossible dream"

2005-11-08 Thread George Sexton
de to the Windows approach, is when it doesn't work there is no way to fix it. Witness the two major Windows troubleshooting techniques, rebooting the computer, and re-installing the package. The downside to the Linux side is you have to be an expert on what you are doing if you don't w

RE: Why can the JSESSIONID name not be changed?

2005-11-11 Thread George Sexton
I'm guessing the reason its in the spec is so that hardware load balancers can map sessions back to the originating machine. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Stefan Bethke [mailto:[EMAIL PROTECT

Host Manager Questions

2005-12-01 Thread George Sexton
I'm trying to use the host manager to deploy new hosts, and when I try to do so I get this error message: FAIL - Couldnt install manager.xml Does anyone have any idea what is happening? I'm using Tomcat version 5.5.9. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voic

RE: Host Manager Questions

2005-12-01 Thread George Sexton
ecified at creation are lost when the server re-starts. As it stands, this is pretty useless. It just infuriates me that any time I point out how bad the admin app is, everyone tells me to use manager, or host-manager, but they're totally useless as well. George Sexton MH Soft

RE: Host Manager Questions

2005-12-01 Thread George Sexton
ever changed. Its just really ridiculous that the host-manager doesn't serialize the creation options for the virtual host when it creates it, or that when it auto-deploys a web application on creation, it doesn't create a context.xml that points to the auto-deployed context. George Sex

Deploying new virtual hosts

2005-12-01 Thread George Sexton
f customers so I end up doing things in the late evening when possible. If I've missed a way of doing things, I'd appreciate any pointers. Thanks. 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: Deploying new virtual hosts

2005-12-02 Thread George Sexton
I think it would be a lot more practical for me to fix the things wrong with host-manager than to try and replicate so much of Tomcat's internal workings. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Mikola

RE: Deploying new virtual hosts

2005-12-03 Thread George Sexton
Can you recommend a commercial hosting application that would manage tomcat and meet my needs? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Terence M. Bandoian [mailto:[EMAIL PROTECTED] > Sent: Friday, December 0

RE: Integrating tomcat 5.5.9 w/ Apache 2.0.54 --- which mod_jk

2005-12-04 Thread George Sexton
Mod_jk2 is deprecated (at least it was a month ago). Use mod_jk. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Kyle [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 03, 2005 9:54 PM > To: TomCat > Subje

RE: SSL InvalidKeystore Format?

2005-12-05 Thread George Sexton
I don't understand why you just don't use openssl to convert the certificates to a format you need? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Nate Rock [mailto:[EMAIL PROTECTED] > Sent: Monday, Dec

RE: Many questions are left unanswered.

2005-12-16 Thread George Sexton
That would primarily be because your questions are badly asked. You might want to read: http://www.catb.org/~esr/faqs/smart-questions.html George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Prathibha, Bharathi [mailto:

RE: How do I get unique fixed ID of remote host? I can get bios ID of remote host. but ......

2005-12-18 Thread George Sexton
You can't. Under Windows, you're blocked from running ActiveX controls, and under Unix the JVM is running in a sandbox and wouldn't have permission to do things like run IFCONFIG or other commands. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

RE: Stats on Tomcat installations

2005-12-22 Thread George Sexton
I've noticed that HP seems to use tomcat for their printer management system. IOW, if you install a current HP printer you install a tomcat application as manager. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > Fro

RE: Stats on Tomcat installations

2005-12-22 Thread George Sexton
Here's a link to our performance stats for our web calendar product: http://www.mhsoftware.com/caldemo/manual/en/pageFinder.html?page=622.htm FWIW, I was running about 60 virtual hosts on a P3 600 and generally running about 3-10% CPU utilization. George Sexton MH Software, Inc.

RE: Keystore password in clear text

2005-12-28 Thread George Sexton
Sure, Don't store your keystore password, and have an administration page that starts the application. The start page requires the operator to enter the password. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Sh

RE: mod_jk versus mod_proxy under load ?

2005-12-29 Thread George Sexton
s handcoded servlets, and doesn't involve JSP or tag libraries. You might want to upgrade to the latest JDKs. In my testing, going to the JDK 1.5 yielded something like a 25% increase in performance. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 ---

RE: Help me to run tomcat in cygwin.

2005-12-30 Thread George Sexton
More to the point, why would you want to do this? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Andrew.du [mailto:[EMAIL PROTECTED] > Sent: Friday, December 30, 2005 3:45 AM > To: users@tomcat.apache.org > S

RE: [OT] Top posting (was RE: question)

2006-01-03 Thread George Sexton
Since most people use threaded mail readers that go from oldest to newest, this isn't much of a problem for most people. You should look for a better mail reader. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- >

RE: Single Thread is deprecated?

2006-01-09 Thread George Sexton
. > I believe this is a fairly recent change. There was a major thread about this in November. In short, it was a HashMap and it got changed. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 --

RE: Using Tomcat 5.5 as a standalone web server

2006-01-10 Thread George Sexton
with Tomcat standalone before I do? > I'm running around 700,000 pages a month on a pure tomcat installation with no problems. Since I'm currently running 90+ virtual hosts, I wanted to avoid having to configure them in both Tomcat and Apache, so I went pure tomcat. George Sexton MH Sof

RE: Using Tomcat 5.5 as a standalone web server

2006-01-10 Thread George Sexton
Yes. That is the same machine/configuration. CPU Utilization is between 1-2.5% during the day which is the peak usage time. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Peter Crowther [mailto:[EMAIL PROTECTED]

RE: Serving secured static content

2006-01-11 Thread George Sexton
Put a security constraint in your web.xml for the resources you want to secure. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: ALEX HYDE [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 6:23 AM &g

RE: Problem with servlets from upgrade

2006-01-11 Thread George Sexton
Read: http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt Specifically, search for Enabling invoker servlet: Essentially, you need to do URL mapping in your web.xml for your servlets. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Origi

RE: Accessing Files outside of WebApp

2006-01-11 Thread George Sexton
What I do for my application is creat a URL mapping /binaries/* That maps to a servlet that then reads the files from the source directory, and transmits them out the OutputStream. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Mess

RE: Tomcat integegrated with Apache

2006-01-12 Thread George Sexton
ase, just complex servlet logic were coming out at something like 24Mb/s. This was a commodity grade P4. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Gary Blomquist [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 1

RE: Tomcat integegrated with Apache

2006-01-12 Thread George Sexton
If I can avoid using Apache, then I run tomcat on a non-privileged port and use IPTables to re-direct from port 80 to the non-privileged port. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Marco Rossi [mailto:

RE: Tomcat integegrated with Apache

2006-01-12 Thread George Sexton
Because I don't have a lot of static content. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Rafal Zawadzki [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 12, 2006 9:02 AM > To: Tomcat Users List >

RE: PreparedStatement w/ Connection Pooling

2006-01-12 Thread George Sexton
Generally speaking, if you were using most SQL databases the approach would be to use a stored procedure. The stored procedure compilation saves the various query plans as part of the data of the stored procedure. I doubt MySQL does it, but you could ask on their development list. George Sexton

RE: PreparedStatement w/ Connection Pooling

2006-01-12 Thread George Sexton
I would try testing it. I did some informal testing with SQL server and found that it was MUCH less useful than everyone thought. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Khawaja Shams [mailto:[EMAIL PROTECTED]

RE: PreparedStatement w/ Connection Pooling

2006-01-13 Thread George Sexton
issues that might arise out of any solution. Lord Kelvin said: "If you can not measure it, you can not improve it." George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Khawaja Shams [mailto:[EMAIL PROTECTED] >

RE: PreparedStatement w/ Connection Pooling

2006-01-13 Thread George Sexton
mployee as well. I am a developer (professional for something like 15 years now). I have managed a lot of projects. 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: connection pooling mysql (Pool Exhausted exception)

2006-01-14 Thread George Sexton
yzer: http://www.enerjy.com/for-developers/code-analysis.html 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: Spawning a thread

2006-01-14 Thread George Sexton
The only one that I'm aware of is that if you don't setDaemon(true), then shutting down tomcat will hang until the thread completes. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Thom Hehl [mailto:[EMAIL PR

RE: Spawning a thread

2006-01-14 Thread George Sexton
; tied to a request, with the caveat the other poster made about daemon A good way of starting threads not tied to a request is to have a context listener class start the threads and handle any required shutdown. George Sexton MH Software, Inc. http://www.mhsoft

RE: Do anyone know how to set PermGen space ? [was RE: Latest stable version of Tomcat]

2006-01-18 Thread George Sexton
Here's what I use: -server -Xms512m -Xmx768m -XX:PermSize=128m -XX:MaxPermSize=192m -Djava.awt.headless=true Unless you specify "PermSize", it will default to 64MB, and grow to MaxPermSize George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

RE: I need advice about choosing a application server.

2006-01-18 Thread George Sexton
Based on my testing, I would have to say the proposed hardware won't handle it. Here are some test results I got: http://www.mhsoftware.com/caldemo/manual/en/pageFinder.html?page=622.htm George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original

RE: Do anyone know how to set PermGen space ? [was RE: Latest stable version of Tomcat]

2006-01-18 Thread George Sexton
/null $CATALINA_BASE/logs/catalina.out export JAVA_OPTS="-server -Xms512m -Xmx768m -XX:PermSize=128m -XX:MaxPermSize=192m -Djava.awt.headless=true" $CATALINA_HOME/bin/catalina.sh $1 $2 $3 $4 $5 $6 $7 $8 $9 George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voic

RE: Tomcat does not respond any request after several days

2006-01-19 Thread George Sexton
You might have better luck getting an answer if you read this http://www.catb.org/~esr/faqs/smart-questions.html And repost your questions. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Cuong M Tran [mailto:

ClassLoader/Security Manager Question

2006-01-20 Thread George Sexton
l use that jar and I'm already hitting issues with PermGenSpace. I also can't put Jar B in shared/lib because of design (or lack thereof). Does anyone have any ideas (other than the obvious one of putting Jar A in WEB-INF/lib)? George Sexton MH S

ClassLoader/Security Manager Question

2006-01-20 Thread George Sexton
l use that jar and I'm already hitting issues with PermGenSpace. I also can't put Jar B in shared/lib because of design (or lack thereof). Does anyone have any ideas (other than the obvious one of putting Jar A in WEB-INF/lib)? George Sexton MH S

RE: ClassLoader/Security Manager Question

2006-01-20 Thread George Sexton
DeclaredMembers"; permission java.lang.RuntimePermission "accessClassInPackage.com.MHSoftware.db.*"; }; Now all I have to figure out is how to handle the grant to the codebase when I have a hundred jars... George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 95

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-25 Thread George Sexton
o using MS tools. I can accurately cost estimate Java projects, and do them profitably. I know that I probably am not going to run into any bugs (where a large project will hit at least 5-10 in the MS world). So, good luck. I hope you're really happy. But, I think that when you have the experie

RE: moving from tomcat 5.0.24 to 5.5.15, haviing problems with root app

2006-01-26 Thread George Sexton
Rename unitnet.xml to ROOT.xml George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Randy Paries [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 26, 2006 12:03 PM > To: users@tomcat.apache.org > Subject: mov

RE: Tomcat webapp directory on virtual host

2006-01-29 Thread George Sexton
this is because the host-manager application doesn't write new hosts to the server.xml (and if it did, it would probably restart them all anyhow). It would be nice if tomcat and host-manager would write a host.xml to the conf//host_name directory. George Sexton MH Software, Inc.

RE: Work directory

2006-01-29 Thread George Sexton
Most likely, you ran it as root, and it created a directory structure. Now you're trying to run as an unprivileged user. My advice is to stop tomcat, wipe all files in the temp and work directories and then start tomcat. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 30

RE: Work directory

2006-01-29 Thread George Sexton
Are the temp and work directories owned by the tomcat user, and are their permissions rwx? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Chad Russell [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 29, 2006 6:0

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
nteractions per page. Reduce the number of interactions by using Stored procedure, or views. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Legolas Woodland [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
7;m sure a large part of my overhead was that the testing took place with the DB, and tomcat app on the same consumer grade machine. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED]

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
My mistake. http://www.mhsoftware.com/caldemo/manual/en/pageFinder.html?page=622.htm George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: George Sexton [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2006 3:5

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
d fix what seems the slowest. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Legolas Woodland [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2006 4:26 PM > To: Tomcat Users List > Subject: Re: Tuning Tomcat

RE: SSL on Virtual Hosts

2006-02-02 Thread George Sexton
SSL requires a dedicated Connector bound to a dedicated IP address to work. This is because the certificate exchange takes place before the HTTP request transmits the desired HOST name. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Mess

RE: context.xml my old friend

2006-02-07 Thread George Sexton
It has been noted that the META-INF/context.xml is only read on server startup. It appears that deployment of a new host with a context in the AppBase does not work. http://issues.apache.org/bugzilla/show_bug.cgi?id=38351 George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438

RE: No of concurrent requests per session

2006-02-13 Thread George Sexton
I'm guessing this is more of a browser issue. If you're using IE, I seem to recall there is a registry entry that lets you set the maximum concurrent requests. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From

OT: Example of Flaky Problems with Microsoft Products

2006-02-13 Thread George Sexton
olumn should be read only one time. If you try to read columns out of order, or if you re-read a column from the ResultSet, you may receive the error message that the "Symptoms" section describes." Pretty much the same issue was present in ADO 6-8 years ago. George Sexton MH

RE: Example of Flaky Problems with Microsoft Products

2006-02-13 Thread George Sexton
I've never ran into this problem in PostgreSQL. Note that its also dependent upon the presence of a BLOB. So, if someone adds a field to your table, BANG! Your application will start dying. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original

RE: Example of Flaky Problems with Microsoft Products

2006-02-13 Thread George Sexton
lot of libraries just returned 0 (especially in the embedded arena). It was their best approximation, and it met the spec, but it still sucked. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 - To u

RE: No of concurrent requests per session

2006-02-14 Thread George Sexton
So? As someone else pointed out. That's what the standard recommends. You really didn't even bother to find the registry key that I mentioned did you? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Abhila

RE: No of concurrent requests per session

2006-02-14 Thread George Sexton
I suppose turning off HTTP 1.1 would probably do it. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Abhilash Kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 11:23 PM > To: Tomcat Users List &

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread George Sexton
your form. You should really use HttpServletRequest.getLocale() to pick up your user's locale and then provide date formatting for the user locale. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Michael Andreas Omero

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread George Sexton
cart, and then delete the old cart. If someone tries to come back with the old cart id, then that cart just doesn't exist and they get a new cart. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Joey Geiger [ma

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread George Sexton
Does the code transparently create a new JSessionID value then? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 15, 2006 12:48 PM >

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread George Sexton
> -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 15, 2006 1:16 PM > To: Tomcat Users List > Subject: Re: Session Expires At Every Request (Tomcat5.0.28/Firefox) > > George Sexton wrote: > > Does the

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread George Sexton
session. Mallory now enters the secure area of the banking site using the forged session ID. Poof. Mallory is logged in as Adam. Poof. Adam is had and his data is there to be stolen, or wire transferred to another account. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread George Sexton
about this, and their response was, we know it's > not secure, > but we'll compensate you for any losses you may have... Crazy. > Scary. That's my bank. But then, I don't trust people enough to do online banking. I bet their shareholders would be really excited to k

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread George Sexton
I've been developing with Tomcat for years, and I never really know about this issue. I'd have to say that it must not be a widely known issue. Perhaps since the security picture has changed over the past couple of years its time to revisit this issue. George Sexton MH Software,

RE: VirtualHost + SSL and only one ip

2006-02-16 Thread George Sexton
And since the HOST argument has not yet been presented, how would the load balancer know which port to forward to? You can run on different ports, but each client would have to have URLs that are constructed to connect to different ports. George Sexton MH Software, Inc. http://www.mhsoftware.com

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-16 Thread George Sexton
Just out of curiousity, why do your pages have two HEAD blocks (one at the top, and one at the bottom of the page)? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED]

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-16 Thread George Sexton
you should not use the META tags. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 3:38 PM > To: 'Tomcat Users Lis

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-17 Thread George Sexton
different browsers. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 10:18 PM > To: 'George Sexton'; 'Tomcat Users L

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-17 Thread George Sexton
And yet it would be so easy to test. You seem to think that the presence of this header (and how it alters the page results) will affect both browsers in the same way. Why do you think this? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Origi

RE: VirtualHost + SSL and only one ip

2006-02-17 Thread George Sexton
If it was possible to do it with re-write rules that the Apache HTTPD FAQ that I originally referenced would have mentioned that. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Haluk Durmus [mailto:[EMAIL PROTECTED]

RE: Tomcat & SQL Server

2006-02-20 Thread George Sexton
You might get more response if you read this page and re-post your questions: http://www.catb.org/~esr/faqs/smart-questions.html George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Javed Iqbal [mailto:[EMAIL PROTECTED]

RE: Tomcat running from CDROM

2006-02-20 Thread George Sexton
Since the spec requires some directories (work, tmp) be writable this won't work. The best solution would be to create a stub "CatalinaBase" directory and put on the workstation in the temp directory, and then set CatalinaHome to the CDROM and run it that way. George Sexton M

RE: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread George Sexton
I was running Suse 9.2 w/ 1.4.2_08 and no issues. I upgraded to 9.3 with JDK 1.5.0_03 because there were some MAJOR performance improvements. I'm running that combo with about 60 virtual hosts on one machine and no issues. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 30

RE: Tomcat upgrade

2005-10-17 Thread George Sexton
You mean you would like someone here to summarize the change logs of 2 major release trees for you so you don't have to do any kind of work on your own? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Santosh A

RE: Tomcat4 webapps problem.

2005-10-21 Thread George Sexton
Its probably JDBC drivers and you're using JNDI. JNDI and related JDBC drivers can't reside in the application class loader. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Saha Rabindra N [mailto:[EMAIL PR

RE: content length on response

2005-10-25 Thread George Sexton
One small tip on content length. If you use UTF-8 encoding, the content length of the page is not necessarily the number of characters in a string or string buffer. You have to write the data to something like a byte array output stream and then get the number of bytes. George Sexton MH Software

RE: Force Connection Close

2009-10-27 Thread George Sexton
So, you have your connection timeout set to 6000 seconds. Did you wait that long? 1 Hour 40 minutes? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Alexander Pirsig [mailto:a...@pirsig.net] > Sent: Tuesday, October 2

RE: Force Connection Close

2009-10-27 Thread George Sexton
My mistake. You're right. The doc says millis. I remember pointing out a bug in 5.5 that disabled the timeout for connections. Perhaps the same issue exists in 6.0. I tried searching in BugZilla but I couldn't find it. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voic

RE: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-30 Thread George Sexton
tell me how to do a thread in PHP. > > regards > Leon > > --------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org George Sexton MH

RE: Compression and SSL

2009-11-02 Thread George Sexton
for as much bandwidth. So, compression of HTML is a really valid technique that will be helpful for any case beyond the local network. The one caveat is the compressability of the data. For example, you're not going to get much improvement attempting to compress JPG images. George Sexton MH

RE: Compression and SSL

2009-11-02 Thread George Sexton
> -Original Message- > From: peter.crowth...@googlemail.com > [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther > Sent: Monday, November 02, 2009 12:35 PM > To: Tomcat Users List > Subject: Re: Compression and SSL > > 2009/11/2 George S

RE: Compression and SSL

2009-11-03 Thread George Sexton
r SSL, or do my security constraints take care of that? > (I doub it.) > The original URL gets redirected to https immediately, so I'm thinking > everything from there on out is SSL. Correct? > Can I get more granular? I'd be happy for a pointer to a good > reference

RE: tomcat: bandwidth limiter / transfer rate limit ?

2009-11-11 Thread George Sexton
compression on your pages can reduce your request size for HTML by about a factor of 6. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 - To unsubscribe, e-mail: users-unsubscr...@tomc

RE: AccessLogValve calling order

2009-11-16 Thread George Sexton
Uh, if the Access Log Value logged before the request was complete, how would it know the number of bytes written to log? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Jason Brittain [mailto:jason.britt...@mulesour

RE: Possible to do async processing?

2009-11-16 Thread George Sexton
. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: David Balažic [mailto:xerc...@gmail.com] > Sent: Monday, November 16, 2009 10:44 AM > To: Tomcat Users List > Subject: Possible to do async processing? > >

  1   2   3   >