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

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

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.

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

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

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

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: Verifying Tomcat File Integrity

2016-11-09 Thread George Sexton
Blindness. I was looking in the release integrity section for the answer... On 11/9/2016 3:37 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 11/9/16 5:13 PM, George Sexton wrote: I'm looking at this page here: http://tomcat.apache.org/downlo

Verifying Tomcat File Integrity

2016-11-09 Thread George Sexton
I'm looking at this page here: http://tomcat.apache.org/download-70.cgi and in the release integrity section, it provides a link to the keys that were used to sign releases. What I'm not seeing are the signature and hash files. Can someone point me to those? -- George Sexton *M

Re: Using server Web.xml Mime Types Data

2016-09-08 Thread George Sexton
On 9/7/2016 11:44 AM, Mark Thomas wrote: On 07/09/2016 00:58, George Sexton wrote: Is there any easy way that I can use the mime types in the Tomcat server level web.xml file? I know I can parse the XML myself, I was just wondering if there's a way to get the data already de

Using server Web.xml Mime Types Data

2016-09-06 Thread George Sexton
Is there any easy way that I can use the mime types in the Tomcat server level web.xml file? I know I can parse the XML myself, I was just wondering if there's a way to get the data already defined. -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Realm SSHA Code

2016-08-17 Thread George Sexton
Chris, On 7/31/2016 6:56 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 7/29/16 1:46 PM, George Sexton wrote: I was looking at the source code for org.apache.catalina.realm.RealmBase and see that it can handle salted SHA for passwords. Does anyone

Re: Set up postgresql on tomcat7

2016-08-16 Thread George Sexton
e the postgresql .jar file installed on my headless ubuntu server , but no luck. Aside from the .jar file is there anything else i need to configure? Any advice is welcome Andy -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Realm SSHA Code

2016-07-29 Thread George Sexton
in my Tomcat-Users.xml file? I'm using Tomcat 7, so it looks like the CredentialHandler which provides a mutate() method wouldn't be available. -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Huge Time Tomcat Manager

2016-07-29 Thread George Sexton
D PGP SIGNATURE- - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Incorrect request processing times in server status

2016-07-29 Thread George Sexton
-- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Problem with Apache in front of Tomcat

2016-06-14 Thread George Sexton
ajp://localhost:8009/fortunamovil I have installed AJP modules for Apache and everything but really I dont know to do I activate the coneecto AJP in the server.xml Please, any cluees , help because this is make me crazy!! -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

OT: Re: Order of attributes significant in zipfileset?

2016-04-26 Thread George Sexton
tained target that demonstrates this behavior: Contents of ${ZIP1}: Contents of ${ZIP2}: -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Why the tomcat source code uses obsolete ant build configuration? why not maven or gradle?

2016-03-28 Thread George Sexton
ctly caused by the tool, but issues caused by fallible humans. However, the complexity of unraveling the problems when they do happen are a huge, giant pain. I hate Maven, and I avoid it like the scurvy plague that it causes... - Raja -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Performance regression from 7 to 8

2016-03-03 Thread George Sexton
. Perhaps there's something else. On the same PC I find more or less the same time using Chrome and Firefox also changing network connections (wifi, lan, adsl). Could someone suggest a solution ? Tks Tullio -- George Sexton *MH Software, Inc.*

Re: context doesnt pick up

2016-02-21 Thread George Sexton
.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Sessions number issue

2016-02-20 Thread George Sexton
--- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-16 Thread George Sexton
is what it is. Without JAR scanning there might be scope for improvement. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-16 Thread George Sexton
and less to old gen, but performance is really good, and I don't have any motivation to do it. -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: ssl config questions

2016-02-12 Thread George Sexton
reserved ports. There are some other advantages to JSVC as well. For example, in some cases, if the JVM fails, it can perform a re-start. which I think should work. I guess netcat will help me test that theory. -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Tomcat 7 and SSL...

2016-02-04 Thread George Sexton
tup script. Bill K.​ -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset - Errors

2016-02-01 Thread George Sexton
et files for upgrade. Unfortunately for the client, when I tried running JDK 1.8, he got class cast exceptions. I ended up going through a very painful process of upgrading them to the current Hibernate/Spring versions so I could get them to JDK 1.8. -- George Sexton *MH Software, Inc.* Voic

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread George Sexton
m 22.01.2016 um 18:28 schrieb George Sexton: On 1/22/2016 6:06 AM, Christoph P.U. Kukulies wrote: Windows 7: Today I installed Java 8 on my windows 7 machine and did an upgrade of the CMS at the same time (from OpenCMS 9.5.2 to 9.5.3). After the Java update and the CMS update suddenly my tom

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-22 Thread George Sexton
..@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Apache+SSL+ Tomcat How ?

2016-01-19 Thread George Sexton
httpd would apply. There's no specific tomcat differences. I am using Apache 2.4 with Mod_JK + Tomcat 8.022 Any help ? -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Error deploying WAR

2016-01-13 Thread George Sexton
Chris, On 1/12/2016 10:26 AM, Christopher Schultz wrote: Mark, On 1/12/16 12:03 PM, Mark Thomas wrote: On 12/01/2016 16:40, George Sexton wrote: I'm hitting an error, and I'm not sure how to fix it. The environment is: Check the JARs in WEB-INF/lib for any javax.servlet clas

Error deploying WAR

2016-01-12 Thread George Sexton
tory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: 7.0.67 Possible Regresssion?

2015-12-24 Thread George Sexton
On 12/23/2015 8:14 PM, Konstantin Kolinko wrote: 2015-12-24 5:22 GMT+03:00 George Sexton : On 12/23/2015 6:59 PM, Konstantin Kolinko wrote: 2015-12-24 4:09 GMT+03:00 George Sexton : I'm seeing an unusual behavior change going from 7.0.65 -> 7.0.67. I've confirmed this also

Re: 7.0.67 Possible Regresssion?

2015-12-23 Thread George Sexton
On 12/23/2015 6:59 PM, Konstantin Kolinko wrote: 2015-12-24 4:09 GMT+03:00 George Sexton : I'm seeing an unusual behavior change going from 7.0.65 -> 7.0.67. I've confirmed this also working under 7.0.55 and not working under 7.0.67 on a different machine. The sequence is: GET

7.0.67 Possible Regresssion?

2015-12-23 Thread George Sexton
e elaborate on what I'm doing wrong, and what I should be doing? I've got a TCPDUMP capture I can share if someone would like to see it. -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Today's Tomcat 9 HTTP/2 webinar is now available on YouTube

2015-11-25 Thread George Sexton
cture JSVC restart after deploying new host). I appreciate your thoughts, and if I'm doing something the hard way, any suggestions you might have. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: port 80

2015-11-04 Thread George Sexton
leged port to bind TC to. Is there a way i can use port 80 for TC in the case of using a non root user ? cheers osp -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: SSL and Virtual Hosting

2015-10-21 Thread George Sexton
host certs. There should be a 9.0.0-RC1 in the next week or so. I'm excited to see this feature. I'm using a wild-card cert within my domain, but I want to offer my customers with virtual hosts the option of supplying their own cert in their domain. Mark -- George Sexton *M

Re: Tomcat 8 reliability/performance on Windows 2008 R2 Server vs. RHEL/CentOS

2015-10-01 Thread George Sexton
d be problematic vs. running Tomcat on RHEL/CentOS. My gut says far more Tomcat deployments in production are done on top of Linux based OS's vs. Windows. Any thoughts on making an argument for one OS vs another in deploying Tomcat 8? Thanks for your thoughts, Jason -- George Sexton *MH So

Re: [OT] Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-25 Thread George Sexton
On 9/24/2015 4:27 PM, André Warnier (tomcat) wrote: On 24.09.2015 23:59, George Sexton wrote: ... Couldn't you have your load balancer send x% to one instance, and 1-x% to the other instance? Wait, I didn't get this. Say that x = 20. So we send 20% to instance A. Then we se

Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-24 Thread George Sexton
omi/s7IsQ+f0Il7KPY+S =Gcmi -END PGP SIGNATURE- - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Filter Mapping URL Pattern

2015-09-18 Thread George Sexton
On 9/18/2015 1:57 PM, Caldarale, Charles R wrote: From: George Sexton [mailto:geor...@mhsoftware.com] Subject: Filter Mapping URL Pattern I'm trying to add a filter mapping with the URL-Pattern /*.css Which, unfortunately, isn't allowed. You probably just need to remove the lea

Filter Mapping URL Pattern

2015-09-18 Thread George Sexton
t.validateURLPattern()? -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: DNS is hijacked and some filty AD is added at the bottom of our webpage

2015-09-10 Thread George Sexton
acked DNS will be used to translate the webname to its IP. During this process, the hijacked DNS adds the filthy AD at the web page. So my current question is: how to avoid/resolve this issue at java server side? Are there many good solutions to resolve it? Thanks, Shi -- George Sexton *MH

Re: How do LockOutRealms work ?

2015-08-31 Thread George Sexton
orted the IP address so I could use it to cover Tomcat as well. In it's implementation, LockoutRealm gives the user n tries per account (at least that's my understanding). -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: How to deal with LogJam Vulnerability?

2015-08-29 Thread George Sexton
On 8/29/2015 12:58 PM, George Sexton wrote: On 8/25/2015 12:01 AM, Nikitha Benny wrote: Hi All, I am using Tomcat version 7.00.062 supported on JRE 8u45. How do i disable the LogJam Vulnerability? Here's a pretty nice article: https://blog.eveoh.nl/2014/02/tls-ssl-ciphers-pfs-t

Re: How to deal with LogJam Vulnerability?

2015-08-29 Thread George Sexton
abs.com/ssltest/ Which one solves the issue of LogJam? Kindly help. Regards, Nikitha -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Sexton
o the latest version of TC 6 without anything breaking, but of course that's not guaranteed. I can think of very few instances where a change in Tomcat broke my app. The only one I can really remember was a change that I initiated :) -- George Sexton *MH Software, Inc.*

Re: unable to install tomcat7 on windows 2012 --- getting access denied

2015-04-30 Thread George Sexton
On 4/30/2015 9:49 AM, Jeffrey Janner wrote: -Original Message- From: George Sexton [mailto:geor...@mhsoftware.com] Sent: Thursday, April 30, 2015 10:44 AM To: users@tomcat.apache.org Subject: Re: unable to install tomcat7 on windows 2012 --- getting access denied On 4/30/2015 9:40

Re: unable to install tomcat7 on windows 2012 --- getting access denied

2015-04-30 Thread George Sexton
as well as running the command from a command prompt as admin. Any idea what may be blocking me? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George

Re: Rendering JSP files through Apache

2015-04-09 Thread George Sexton
because it's what the spec requires. Other people have other needs... - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Rendering JSP files through Apache

2015-04-09 Thread George Sexton
On 4/9/2015 12:58 PM, Caldarale, Charles R wrote: From: George Sexton [mailto:geor...@mhsoftware.com] Subject: Re: Rendering JSP files through Apache My reading of it says that any request that matches a known context path must be routed to the web application. It seems pretty cut and dried to

Re: Rendering JSP files through Apache

2015-04-09 Thread George Sexton
On 4/9/2015 10:06 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 4/9/15 10:52 AM, George Sexton wrote: On 4/8/2015 6:15 PM, Leggio, Andrew wrote: This contains both HTML and JSP. I would like the HTML to be handled through Apache and JSP pages to

Re: Rendering JSP files through Apache

2015-04-09 Thread George Sexton
ache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Rendering JSP files through Apache

2015-04-09 Thread George Sexton
-- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Log4j with Apache Tomcat 8.0.17

2015-01-21 Thread George Sexton
Thank you. That worked. Should i open a ticket in bugzilla to fix the doc? On 1/21/2015 1:43 PM, Mark Thomas wrote: On 21/01/2015 20:27, George Sexton wrote: I'm having a problem configuring log4j with Apache Tomcat 8.0.17. I'm using OpenSUSE 13.2 with OpenJDK 8.0: linux:>

Log4j with Apache Tomcat 8.0.17

2015-01-21 Thread George Sexton
-- 1 root tomcat 0 Jan 21 12:57 catalina.out -rw-r--r-- 1 tomcat tomcat 0 Jan 21 12:57 localhost_access_log.2015-01-21.txt There are no mentions of log4j in catalina.err. If someone could point me in the right direction, I would appreciate it. Thanks in advance. -- George Sexton *MH So

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread George Sexton
like this? It's behaving that way by design. If you stop and think about what it's doing, it makes perfect sense. If you want to shut the app down, you need to use the JSVC executable to do so, or do a "killall -9 jsvc". -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Tomcat Startup Times - Additional Question

2014-08-22 Thread George Sexton
be included in context with name " So what I think I'm seeing here is that not only does my web apps jar files get scanned when the context is deployed, but every jar in all of the class loader hierarchies are getting scanned as well. Is that by design? -- George Sexton *MH S

Re: JKS keystore password Encryption

2014-08-14 Thread George Sexton
On 8/14/2014 8:33 AM, Mark Thomas wrote: On 14/08/2014 15:10, George Sexton wrote: graph. Can you help me understand why tomcat doesn't take the approach of Apache httpd which is to ask the user for the decryption key at startup time? Because it is largely a waste of time. Anyone with ro

Re: JKS keystore password Encryption

2014-08-14 Thread George Sexton
stored somewhere; loop to the beginning of this paragraph. Can you help me understand why tomcat doesn't take the approach of Apache httpd which is to ask the user for the decryption key at startup time? -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Security Manager Exception

2014-07-22 Thread George Sexton
ties an empty file. Finally, it SEEMS to only be happening in JSP files. calls directly from classes in the context jar file don't seem to be failing. If anyone could point me in the right direction, I would really appreciate it. -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: 7.0.54 Startup Times - Going from 700 seconds to 39 seconds

2014-07-19 Thread George Sexton
mentioned in my original post, it just seems counter-intuitive that the work required would exceed loading my app, initializing the classes, connecting to the database, starting threads, etc. Regards, Violeta -- George Sexton *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

7.0.54 Startup Times - Going from 700 seconds to 39 seconds

2014-07-17 Thread George Sexton
#x27;m trying to understand how the impact of this so dramatically outweighs my app's startup, which includes loading the jar, initializing a lot of classes, connecting to the database, starting background threads, etc. It just seems really odd. Can anyone help me understand this? -- Geo

Re: tomcat slowing down

2012-05-23 Thread George Sexton
/hibernate/postgres Max Memory and total Memory 2GB Free Momory 500 MB when the system is slow top shows 100 CPU usage by tomcat Symptom System is initially ok, but is slowing down dramtically over time when about 30 User are active What can we do to analyse the problem? thanks -- George

Re: Servlet Mapping w/ Error Page

2012-01-11 Thread George Sexton
On 12/31/11 2:04 PM, Konstantin Kolinko wrote: 2011/12/31 George Sexton: I have a servlet mapping for a page named /403.html I can invoke that URL and get a page as expected. In my deployment descriptor, I have an error mapping: 403 /403.html in my code I have if (someCondition

Re: Servlet Mapping w/ Error Page

2011-12-31 Thread George Sexton
On 12/31/11 2:04 PM, Konstantin Kolinko wrote: 2011/12/31 George Sexton: I have a servlet mapping for a page named /403.html I can invoke that URL and get a page as expected. In my deployment descriptor, I have an error mapping: 403 /403.html in my code I have if (someCondition

Servlet Mapping w/ Error Page

2011-12-31 Thread George Sexton
think. -- George Sexton MH Software, Inc. 303 438-9585 http://www.mhsoftware.com/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: two questions about the session timeout in tomcat

2011-10-10 Thread George Sexton
George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Bill Wang [mailto:bw57...@gmail.com] > Sent: Sunday, October 09, 2011 10:02 PM > To: Tomcat Users List > Subject: Re: two questions about the session timeout in tomcat >

RE: parallel webapp initialization

2011-10-09 Thread George Sexton
l hosts. Initialization varies from 1:40 to 4:00 depending upon how good the machine is. > > Some tuning options are needed as well, as webapp initialization can be > IO > bound on some storage so having more threads can actually make it > slower ( > once disk heads start moving... ). Goo

RE: two questions about the session timeout in tomcat

2011-10-08 Thread George Sexton
Are you storing objects on the session, in particular JDBC connections or result sets? George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Bill Wang [mailto:bw57...@gmail.com] > Sent: Thursday, October 06, 2011 5:20 PM > To: Tomca

RE: Working of Tomcat with MS Access

2011-04-19 Thread George Sexton
t run in 32 bit mode using a 32-bit JVM. > > Anyway, this is possible. He's just missing some configuration of some > kind. I feel kind of fortunate that I have no past experience on which > to draw to help the OP. > > Google for "read access database in Java" p

RE: OT: Versioning in Javascript Files

2011-04-12 Thread George Sexton
antage I see is that using this, I can set arbitrarily long expires headers on my responses so that the browser "should" only request files when the program version changes. This is probably the solution I should go with. Again, thanks to everyone who responded. George Sexton MH So

OT: Versioning in Javascript Files

2011-04-11 Thread George Sexton
;m really looking for ideas on how other web developers are handling this problem. -- George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: tomcat won't start via remote ssh command

2011-01-13 Thread George Sexton
You can troubleshoot scripts by adding -x to the first line. For example, the first line in unix shell scripts is usually: #/bin/sh Change that to #/bin/sh -x That turns on echo so you can see each statement executed. You may have to edit multiple scripts if one calls another. George

RE: IS that a good idea moving all the common libs?

2010-12-21 Thread George Sexton
- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Any tools to detect tomcat services failure, and start it again automatically?

2010-11-15 Thread George Sexton
e I could go back, but the garbage collector seems to be MUCH better in 1.6.0_21 so I live with it. 3) The JVM just hangs on OOME. This could probably be caught by using a cron job with wget and if a timeout happens kill the JSVC application and then re-start it. > &

RE: Absence of isapi_redirect log file

2010-11-15 Thread George Sexton
ly come up when you're dealing with real-world servers. If you have a toy server set up for testing, none of these things like Application Pools break. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Nick Beare [mailto:nick.be...@caus

RE: Absence of isapi_redirect log file

2010-11-08 Thread George Sexton
Oops. Cut and pasted out of my manual. Substitute web app. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Nick Beare [mailto:nickbearetom...@gmail.com] > Sent: Monday, November 08, 2010 9:15 AM > To: Tomcat Users List > Subje

RE: Absence of isapi_redirect log file

2010-11-08 Thread George Sexton
write down the identity used. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Nick Beare [mailto:nickbearetom...@gmail.com] > Sent: Monday, November 08, 2010 3:45 AM > To: users@tomcat.apache.org > Subject: Absence of isapi_

RE: running tomcat6 under a different user than root (debian)

2010-10-31 Thread George Sexton
worse, as in a secure environment, the DB is > usually in a different architecture layer or vlan. > > On 31/10/10 8:01 AM, "Pid *" wrote: > > On 30 Oct 2010, at 15:20, Darryl Lewis > wrote: > > > Well so far all this discussion has done is to make me re

JDBC Leak Prevention and Security Manager

2010-10-08 Thread George Sexton
uld I file this as a bug? George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Why an email list, and not a forum?

2010-09-24 Thread George Sexton
arge sample, any idea no matter how irrational is bound to find at least a few adherents. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > > > > > > > > From: m.h.g.emme...@dnb.nl [mailto:m.h.g.emme...@dnb.nl] > Sent: Friday, September 24, 2010 12

RE: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread George Sexton
> was restricted to authentication, assuming you use Form Authentication > and structure your login form correctly, you don't have to worry about > calling LoginServlet or using the requestDispatcher? Doesn't Tomcat > handle this for you? What am I missing here? > >

RE: [OT] Tomcat on Linux

2010-09-16 Thread George Sexton
rge, > > On 9/15/2010 7:26 PM, George Sexton wrote: > > My servers stay up for months at a time. Most of my production > > servers have been up for more than six months. I do have to re-start > > tomcat every couple of weeks or so. > > Why do you have to restart Tomcat? D

RE: [OT] Tomcat on Linux

2010-09-15 Thread George Sexton
nd it seemed like how you configured the system changed on every release. My servers stay up for months at a time. Most of my production servers have been up for more than six months. I do have to re-start tomcat every couple of weeks or so. George Sexton MH

RE: clear text keystore password in server.xml

2010-09-02 Thread George Sexton
; > > > Removing the password from the keystore is just about as (in)secure > as > > having the password in server.xml in plain-text. > > > > All other strategies simply move the problem to some other component. > > Protecting one password requires another passw

RE: META - Thread Hijacking

2010-09-01 Thread George Sexton
It's a religious issue; it's like top-posting versus bottom posting. The thing to do is be tolerant of the opposing side. Because it's a religious issue you will never convert them to your point of view. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > ---

RE: Connecting IIS7.5 (win7 64bit) with tomcat 7

2010-08-12 Thread George Sexton
You might want to take a look at this page: http://www.mhsoftware.com/caldemo/manual/en/pageFinder.html?page=921.htm It skips some stuff like workers.properties, but it covers a lot of the stuff very well. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Origi

RE: Configuring JSVC on a new installation

2010-08-11 Thread George Sexton
On Open SUSE, I just type make. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: David Parks [mailto:davidpark...@yahoo.com] > Sent: Wednesday, August 11, 2010 1:22 PM > To: users@tomcat.apache.org > Subject: Configurin

RE: ISAPI Redirector Help

2010-06-30 Thread George Sexton
r problems, use some method to disable browser caching. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: George Sexton [mailto:geor...@mhsoftware.com] > Sent: Tuesday, June 29, 2010 5:48 PM > To: 'Tomcat Users List' > Subj

RE: ISAPI Redirector Help

2010-06-30 Thread George Sexton
In IIS 7 the equivalent function is done by enabling/disabling handler mappings. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Wednesday, June 30, 2010 9:01 AM > To: Tomca

RE: ISAPI Redirector Help

2010-06-30 Thread George Sexton
I'm using IIS 7.0 so that step would not apply. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Wednesday, June 30, 2010 5:19 AM > To: Tomcat Users List > Subject: Re: I

ISAPI Redirector Help

2010-06-29 Thread George Sexton
ry, and the folder containing the isapi redirector binary. I checked the handler mappings and Tomcat Redirector *.dll shows up as enabled. At the Top level, I verified that the handler mapping for ISAPI Module *.dll is enabled. It seems like I'm really close here. If anyone could point me in the right direction, I would appreciate it. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com

RE: Logging Anomaly

2010-04-21 Thread George Sexton
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, April 21, 2010 2:31 PM > To: Tomcat Users List > Subject: Re: Logging Anomaly > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > George, > >

Logging Anomaly

2010-04-20 Thread George Sexton
files were being transmitted in GZIP compressed format. So, my question is this: does anyone else think this is a bug? Should I report it? For me, it's making my log files over report bandwidth usage, and it kind of move some things around. George Sexton MH Software, Inc

RE: Tomcat scalability setting - need help please

2010-04-08 Thread George Sexton
your queries and navigation design so that it doesn't do this. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com > -Original Message- > From: Cin Lung [mailto:cinl...@gmail.com] > Sent: Thursday, April 08, 2010 10:53 AM > To: 'Tomcat Users List' &

RE: Tomcat scalability setting - need help please

2010-04-08 Thread George Sexton
t; by > calling a stored procedure, or by executing exactly the same SQL > statement? > Most likely the application is storing result sets on the session. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com --

RE: [OT] Re: jvm exits without trace

2010-03-22 Thread George Sexton
e tomcat instances for 2-3 weeks each before re-starting. For each machine, that's about 6 million hits with about 40 GB of transfer. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

  1   2   3   >