Re: Header values when using HttpServletResponse.sendRedirect()

2016-09-08 Thread Joe Tseng
I inherited a clusterf*** of a mess disguised as a JSP/servlet-based MVC-ish app without the benefit of using Spring or Struts or any sort of framework. No web services, but lots of $.ajax() POST calls to servlet methods. I need to get this stabilized before I can redo everything using REST/Angular

Re: Header values when using HttpServletResponse.sendRedirect()

2016-09-08 Thread Joe Tseng
ponse; meanwhile I never figured out how to extract those values after a document was rendered in a traditional MVC app. On Thu, Sep 8, 2016 at 11:22 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joe, > > On 9/

Header values when using HttpServletResponse.sendRedirect()

2016-09-06 Thread Joe Tseng
object before the redirect is called, but it seems a new response object is used and sent to the browser. Is that assessment correct? Is there any way for me to modify the redirect before it's sent or do I have to use .forward()? thx, - Joe

Re: Nonce-secured pages generate 403 errors

2016-09-02 Thread Joe Tseng
method and the eventual destination. Is this normal? I also recall reading Tomcat is supposed to cache the last five tokens for a given current session - the change in token values shouldn't affect usage, correct? On Fri, Sep 2, 2016 at 10:14 AM Joe Tseng wrote: > For my app I was *mostly* su

Nonce-secured pages generate 403 errors

2016-09-02 Thread Joe Tseng
g my main issue? My web.xml is currently as follows: CSRF filter.CustomCSRFFilter entryPoints /,/login.jsp,/JS/MIST.js CSRF /* Appreciative of any useful assistance... - Joe

[CsrfPreventionFilter] Adding base app URL as an entryPoint

2016-09-01 Thread Joe Tseng
without success. I saw another config using just "/" but I don't know if that person's config was successful - at least I believe my line of thinking is similar to others. Appreciative of any useful help... - Joe

Trying to use CsrfPreventionFilter

2016-08-31 Thread Joe Tseng
s.MISTmanager And my field is as follows: Is that the right way to get the value for CSRF_NONCE? If not, am I close? Useful ideas appreciated! - Joe

RE: [PossibleSpam] Re: Tomcat Rewrite Valve

2016-02-12 Thread Joe Aldrich
>Am 10.02.2016 um 15:23 schrieb Rémy Maucherat: >> 2016-02-10 15:06 GMT+01:00 Joe Aldrich : >> >>>> Am 29.01.2016 15:34, schrieb Joe Aldrich: >>>>> Hello, >>>>> >>>>> I am using Tomcat 8.0.28 on Windows 10 and am having a p

RE: [PossibleSpam] Re: Tomcat Rewrite Valve

2016-02-11 Thread Joe Aldrich
>Am 10.02.2016 um 15:23 schrieb Rémy Maucherat: >> 2016-02-10 15:06 GMT+01:00 Joe Aldrich : >> >>>> Am 29.01.2016 15:34, schrieb Joe Aldrich: >>>>> Hello, >>>>> >>>>> I am using Tomcat 8.0.28 on Windows 10 and am having a p

RE: [PossibleSpam] Re: Tomcat Rewrite Valve

2016-02-10 Thread Joe Aldrich
>Am 29.01.2016 15:34, schrieb Joe Aldrich: >> Hello, >> >> I am using Tomcat 8.0.28 on Windows 10 and am having a problem with >> the Rewrite Value. I must include the escaped form of an ampersand >> '%26' in the output URL. >> >>

FW: [PossibleSpam] Re: Tomcat Rewrite Valve

2016-02-09 Thread Joe Aldrich
Hello, This is my first attempt at interaction with the Tomcat Users List. I haven't heard anything back on my response to the initial followup by Chris, and I was just checking if there was anything else needed from me on this. Thanks, Joe -Original Message- From: Joe Aldrich

RE: [PossibleSpam] Re: Tomcat Rewrite Valve

2016-01-29 Thread Joe Aldrich
Hello, -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, >On 1/29/16 9:34 AM, Joe Aldrich wrote: >> I am using Tomcat 8.0.28 on Windows 10 and am having a problem with >> the Rewrite Value. I must include the escaped form of an ampersand >> '%26' in the outpu

Tomcat Rewrite Valve

2016-01-29 Thread Joe Aldrich
Hello, I am using Tomcat 8.0.28 on Windows 10 and am having a problem with the Rewrite Value. I must include the escaped form of an ampersand '%26' in the output URL. My rewrite.config has the following: RewriteCond %{QUERY_STRING} ^(.*&)?SCID=8(&.*)?$ RewriteRule ^/(product|specs|avail-options

Apache Tomcat 7 on windows 2008: how to host mutiple domains

2015-07-10 Thread Joe Green
/server.xml file: Thanks Joe

Re: Our tomcat just crashed due to classnotfound, not sure how to investigate

2015-02-21 Thread Joe Browning
pentesting going on? On Feb 16, 2015 10:44 AM, "Mathias af Jochnick" wrote: > Christopher, thanks for responding. See my comments below. > > -- > Mathias af Jochnick, +46703414084 > > On 16 February 2015 at 16:36:32, Christopher Schultz ( > ch...@christopherschultz.net) wrote: > > -BEGIN PGP

Re: Tomcat v7 Embedded

2012-11-03 Thread joe
Jesse Farinacci gmail.com> writes: > > Greetings, > > I am trying to embed Tomcat v7.0.11 into a self-contained, executable > jar. The jar is created using Maven (assembly plugin) which packages > the required Tomcat embedded classes and also an unpacked WAR archive. > The listed Main-Class doe

Re: Tomcat v7 Embedded

2012-11-03 Thread joe
Jesse Farinacci gmail.com> writes: > > Greetings, > > I am trying to embed Tomcat v7.0.11 into a self-contained, executable > jar. The jar is created using Maven (assembly plugin) which packages > the required Tomcat embedded classes and also an unpacked WAR archive. > The listed Main-Class doe

Re: Apache + Tomcat + mod_jk ; Why wrong content type?

2012-10-04 Thread Joe Hansen
Hi Chris, Many thanks for your reply. I found out that mime_module wasn't enabled. So I added the following line LoadModule mime_module modules/mod_mime.so to httpd.conf file and everything's fine now. Thanks again! Joe On Wed, Oct 3, 2012 at 10:28 AM, Christopher Sc

Apache + Tomcat + mod_jk ; Why wrong content type?

2012-10-02 Thread Joe Hansen
JkUnMount /css/* worker1 JkUnMount /img/* worker1 JkUnMount /js/* worker1 JkMount /* worker1 Thanks, Joe

Re: AJP Errors. Apache + Tomcat

2011-10-19 Thread Joe Hansen
I uninstalled Tomcat and installed a newer version (6.0.33) and the problem disappeared. It is strange because the config files are the same. On Wed, Oct 19, 2011 at 2:16 AM, wrote: > Hi > > > > I get the following AJP errors when I try to access a webpage after > ztarting > > Apache and Tomcat.

Re: Error while starting tomcat. Failed creating jvm.dll

2011-10-19 Thread Joe Hansen
Thanks for pointing that out, Konstantin. I have now uninstalled Tomcat 6.0.29 and installed 6.0.33 instead and it works flawlessly with the 32-bit JRE. If it weren't for you, I wouldn't have known about it. Thank you very much! :) Regards, Joe On Wed, Oct 19, 2011 at 2:03 AM,

AJP Errors. Apache + Tomcat

2011-10-19 Thread Joe Hansen
ckend: localhost Can you please help me find out where the problem lies. Thanks, Joe Environment: Apache 2.2, Tomcat 6.0.29, JDK 6, Windows 7 64-bit /* excerpt from httpd.conf */ LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so NameVirtualHost

Re: Error while starting tomcat. Failed creating jvm.dll

2011-10-19 Thread Joe Hansen
011/10/19 Joe Hansen : > > Hi, > > > > I have installed Tomcat 6.0.29 on a machine running Windows 7 > Professional > > (64bit) and JDK 1.5.0_22. > > Why not 6.0.33? > > > > > When I start Tomcat, I see the following error message in the log file: &

Error while starting tomcat. Failed creating jvm.dll

2011-10-18 Thread Joe Hansen
error message occurs? I did not have any issues running Tomcat on a Windows XP 32 bit machine. However, that hasn't been the case with my Windows 7 machine. Please help! Thanks, Joe

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2011-01-06 Thread Joe Greenawalt
Someone here was passing it to tomcat on the startup along with a bunch of other jvm parameters, probably in hopes of trying increase the performance. On Thu, Jan 6, 2011 at 3:02 AM, Pid wrote: > On 1/5/11 8:44 PM, Joe Greenawalt wrote: > > So i went to the appservers and sure enou

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2011-01-05 Thread Joe Greenawalt
22, 2010 at 4:54 PM, Joe Greenawalt wrote: > right, its definitely going in my pom, i just did that to get it to work, > when i get back from vacation, im going to try and figure out the problem. > > thanks > > > On Wed, Dec 22, 2010 at 3:55 PM, Christopher Schult

Re: Handling Comet Timeouts with CometProcessor

2011-01-04 Thread Joe Biron
subevent, but at least I know what I need to do. Joe - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Handling Comet Timeouts with CometProcessor

2011-01-03 Thread Joe Biron
Hello, I've been making great progress with CometProcessor on Tomcat 6.0.29. I have a question about handling timeouts (and I did review this thread: http://www.mail-archive.com/users@tomcat.apache.org/msg55616.html). I want my clients to connect and stay connected for a very long time, but I do

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-22 Thread Joe Greenawalt
-- > Hash: SHA1 > > Joe, > > On 12/22/2010 1:57 PM, Joe Greenawalt wrote: > > "interestingly its not" - not located in either place (mac/windows > tomcat) > > as a velocity-[version].jar > > > > I downloaded Velocity+V-Tools and added them to TOMCAT_H

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-22 Thread Joe Greenawalt
#x27;t have the dependency directly in our pom, thats why i first assumed it was bundled with something or the problem wasn't what it was reporting. On Tue, Dec 21, 2010 at 7:03 PM, Michael Ludwig wrote: > Joe Greenawalt schrieb am 21.12.2010 um 17:40 (-0500): > > interestingly its not &

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
input and help. On Tue, Dec 21, 2010 at 4:37 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Joe, > > On 12/21/2010 3:43 PM, Michael Ludwig wrote: > > Joe Greenawalt schrieb am 21.12.2010 um 15:22 (-

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
Good points, i'll start searching for them. Anyone have a OS X jar inspector recommendation? 'jarinspector' itself doesn't work on 10.6. Thanks for the feedback. Joe On Tue, Dec 21, 2010 at 3:18 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: >

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
help, i can try to find it in the jar files. On Tue, Dec 21, 2010 at 1:09 PM, Konstantin Kolinko wrote: > 2010/12/21 Joe Greenawalt : > > Here is the lib Folder of the deployed app: > > activation-1.1.jar > > (...) > > slf4j-log4j12-1.5.2.jar > > > > and whi

tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
the exact same war file. Any ideas on what to try next? Thanks, Joe

Re: Enabling CGIServlet causes SecurityException in Tomat 6

2010-06-02 Thread Joe Hansen
ing to the webapplication's web.xml file. Thanks, Joe On Wed, Jun 2, 2010 at 5:07 PM, Joe Hansen wrote: > Hey All, > > We are using Tomcat 6 on a RedHat box. > > Today I installed AWStats and AWStats needs CGI. So I enabled the > CGIServlet in the Tomcat's web.xml file. When I r

Enabling CGIServlet causes SecurityException in Tomat 6

2010-06-02 Thread Joe Hansen
docs java.lang.SecurityException: Servlet of class org.apache.catalina.servlets.CGIServlet is privileged and cannot be loaded by this web application How do I get around this issue? Please advise. Thanks for reading. Thank you, Joe Our Tomcat's server.xml file has two Virtual Hosts defined: www.ourwebsite.co

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-05 Thread Joe Hansen
Mark, Chuck, Andre, and Charles, You guys rock! Mark, I followed your recommendations and 1. I copied the virtual host webapps directories outside Tomcat. c:/hosts/abc.local/webapps c:/hosts/xyz.local/webapps 2. Copied the manager.xml to Tomcat/conf/Catalina/abc.local and Tomcat/conf/Catalina/xyz.

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
This thread has grown too long. For anyone following this thread, here's the summary: Two web applications, each with a Virtual Host entry in server.xml file. Tomcat/webapps-abc Tomcat/webapps-xyz These two web applications have different log4j.properties files. These log4j property files log to

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
pps-common-lib-logging/ But that doesn't solve my issue. Thanks, Joe On Tue, May 4, 2010 at 4:58 PM, Caldarale, Charles R wrote: >> From: Joe Hansen [mailto:joe.hansen...@gmail.com] >> Subject: Re: Log4j logging doesn't work when a web application is moved >> outsi

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
Thanks for the reply, Charles! When commons-logging.jar is present in Tomcat/lib and WEB-INF/lib directories, I get the following error : Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed. Here's the complete stack tr

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
Chuck, There are common classes in Tomcat/lib/ but they don't attempt to do any logging. However, the abc Spring Web application does initialize a Quartz object which runs once every hour and does some logging. I don't know if that has any implications. Thanks, Joe Here's the s

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
empty abc.log and xyz.log files. When I delete c:\Tomcat\lib\log4j-1.2.15.jar, I get Tomcat startup errors (NoClassDefFoundError: org/apache/log4j/Category). Also empty abc.log and xyz.log files are created. Joe On Tue, May 4, 2010 at 3:20 PM, Caldarale, Charles R wrote: >> From: Joe

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
initialization does not stomp on the initialization of other webapps. Each webapp will need to use unique Logger IDs, which can be accomplished with unique package names." Thank you! Joe - To unsubscribe, e-mail: user

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
%n log4j.appender.A2.File=c:/Tomcat6/logs/trestlewood.log log4j.appender.A2.MaxFileSize=100KB log4j.appender.A2.MaxBackupIndex=4 Please advise! Thank you! Joe On Tue, May 4, 2010 at 11:30 AM, Caldarale, Charles R wrote: >> From: Joe Hansen [mailto:joe.hansen...@gmail.com] >> Subject

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
to be accessed. When I visit http://xyz.local, I would want the xyz web application to be accessed. This is what I have been trying to achieve. Apparently I have been doing this the wrong way. Looks like I have some reading to do! Will post back after I read some Tomcat documentation. Thanks again! Joe

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
Mark Thomas wrote: > On 04/05/2010 17:43, Joe Hansen wrote: >> Thank you for the super quick reply Mark! We are using Java Spring. >> The reason for moving the web application out of the webapps directory >> was that the Spring Context Loader was loading twice. First bec

Re: Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
the server.xml file. So how do I keep the web application out of Tomcat/webapps directory make the docBase different from the appBase? Or is there a way to keep the web application in the Tomcat/webapps directory and NOT have Spring Context Loader load twice. Please advice. Thanks, Joe On Tue

Log4j logging doesn't work when a web application is moved outside Tomcat/webapps directory

2010-05-04 Thread Joe Hansen
... Though the web application itself works fine, the web application logging no longer works after this change! How do I get the log4j logging to work again? Please advice! Thank you, Joe log4j-1.2.15.jar file

RE: Re-deploying a war file - RESOLVED

2010-02-12 Thread Joe Wallace
pplication > Deployment where I read the following, > 'If you redeploy an updated WAR file, be sure to delete the > expanded directory when restarting Tomcat, so that the > updated WAR file will be re-expanded (note that the auto > deployer, if enabled, will automatic

RE: Re-deploying a war file

2010-02-11 Thread Joe Wallace
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, February 11, 2010 5:17 PM To: Tomcat Users List Subject: Re: Re-deploying a war file On 10/02/2010 16:31, Joe Wallace wrote: > I have been working with Tomcat 6.0.20 running as a windows service for about > a year

Re-deploying a war file

2010-02-10 Thread Joe Wallace
confusion between the two sets of instructions. Joe

Re: Help with security-constraint in web.xml

2010-01-04 Thread Joe Hansen
Chuck, I just forgot to enable the HTTPS Connector! Login form is working now over https. Many thanks for your help. You saved my day. Thanks, Joe On Mon, Jan 4, 2010 at 4:06 PM, Caldarale, Charles R wrote: >> From: Joe Hansen [mailto:joe.hansen...@gmail.com] >> Subject: R

Re: Help with security-constraint in web.xml

2010-01-04 Thread Joe Hansen
the login form. I'm sure there must be a simple explanation. Chuck, please help me out!! Thank you, Joe On Mon, Jan 4, 2010 at 3:25 PM, Caldarale, Charles R wrote: >> From: Joe Hansen [mailto:joe.hansen...@gmail.com] >> Subject: Re: Help with security-constraint in web.xml &g

Re: Help with security-constraint in web.xml

2010-01-04 Thread Joe Hansen
s need to be served on HTTPS on our website. All the remaining pages could be accessed using just HTTP. Would you see any performance implications with the way I have defined the Connector elements in the conf/server.xml file? Thanks, Joe

Re: Help with security-constraint in web.xml

2010-01-04 Thread Joe Hansen
es on the httpd end, right? Can you please elaborate on how to do it or give me pointers on how it could be done? Thank you!! Joe On Mon, Jan 4, 2010 at 2:57 PM, Caldarale, Charles R wrote: >> From: Joe Hansen [mailto:joe.hansen...@gmail.com] >> Subject: Help with security-cons

Help with security-constraint in web.xml

2010-01-04 Thread Joe Hansen
le to connect" error: https://ourwebsite.com:8443/spring_security_login What do I need to do so that the user is directed to https://ourwebsite.com/spring_security_login instead (which, displays the login page correctly). i.e. I do not want a port number in the URL. Please advise. Than

RE: SessionID cookie not secure over SSL

2009-10-28 Thread Joe Wallace
OK. Thanks to all. Joe -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, October 28, 2009 12:40 PM To: Tomcat Users List Cc: p...@pidster.com Subject: Re: SessionID cookie not secure over SSL -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

RE: SessionID cookie not secure over SSL

2009-10-28 Thread Joe Wallace
rs List Subject: Re: SessionID cookie not secure over SSL On 27/10/2009 22:31, Joe Wallace wrote: > > André Warnier wrote: >> Am I mistaken then to think that since the connection B from IIS to >> Tomcat is not over HTTPS but over AJP, Tomcat has no idea that HTTPS is >> be

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
eturns true for request.isSecure() calls Cookie.getSecure() and it returns false. Joe -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, October 27, 2009 5:11 PM To: Tomcat Users List Subject: Re: SessionID cookie not secure over SSL Joe Wallace wrote: > >

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, October 27, 2009 4:48 PM To: Tomcat Users List Subject: Re: SessionID cookie not secure over SSL >Joe Wallace wrote: >> I am using session cookies to track sessions. I am used to Jrun where you

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
er 27, 2009 4:07 PM To: Tomcat Users List Subject: Re: SessionID cookie not secure over SSL -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, On 10/27/2009 5:00 PM, Joe Wallace wrote: > I am using session cookies to track sessions. I am used to Jrun > where you would specifically set the

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, (Can you fix your emailer to include thread-ids when replying to the list? Your replies are not properly threaded, here.) On 10/27/2009 4:12 PM, Joe Wallace wrote: > I have a filter that calls > Cookie.getName and > Cookie.getSecure >

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
: Tomcat Users List Subject: RE: SessionID cookie not secure over SSL > From: Joe Wallace [mailto:j...@andar360.com] > Subject: SessionID cookie not secure over SSL > > Is there a setting in Tomcat 6.0.2 Are you really using a version of Tomcat that old (Nov 2006)? > to make the S

SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
Is there a setting in Tomcat 6.0.2 to make the SessionID cookie secure when created over https when using AJP 1.3 connector for IIS? JW

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-08 Thread Joe Hansen
that something like that existed. Thanks for letting me know, Chris! Thanks for telling me about SoftReference, Charles. Looks like SoftReference existed since JDK 1.2 and I never knew about it! Is the use of SoftReference popular? Thanks guys! Joe --

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-07 Thread Joe Hansen
ent. Should I just decrease the session-timeout to 2 hours and see if 512MB is sufficient? Any other thoughts/ideas guys? Thanks again Chris, Joe Here are all the Ticket entries in the heap: 96 4 org.jasig.cas.util.DefaultUniqueTicketIdGenerator 72 3 org.jasig.cas.util.

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-06 Thread Joe Hansen
Swap:9012 33 8979 Its amazing how you and Andre are able to identify issues with others' Tomcat installations just by looking at their logs and settings. It speaks volumes of your experience with Tomcat. Thank you, Joe On Tue, Oct 6, 2009 at 2:00 PM, Rainer Jung wrote: >

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-06 Thread Joe Hansen
s and all hell breaks loose subsequently. I probably should decrease the session-timeout to 1 hour or so and see if that changes things. Would you agree, Rainer? Thanks, Joe 2009 Oct 06 / 10:48:43 ERROR - [org.apache.catalina.core.ContainerBase] : Exception invoking periodic oper

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-06 Thread Joe Hansen
Total Reference Handler 1 waiting = 1 Total org.apache.catalina.startup.Bootstrap.main 1 runnable = 1 Total VM Thread 1 runnable = 1 Total GC task thread 1 runnable = 1 Total VM Periodic Task Thread 1 waiting on condition = 1 Total Thanks, Joe On Tue, Oct 6, 2009 at 11:44 AM, Joe Hansen

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-06 Thread Joe Hansen
stand what's happening. Thanks, Joe On Tue, Oct 6, 2009 at 10:23 AM, Joe Hansen wrote: > Rainer, > > Thanks for looking at those long thread dumps for me!! > > I am sorry. I did NOT take these dumps at the right time (i.e. when > Tomcat was inundated with requests and

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-06 Thread Joe Hansen
o this forum is amazing, Rainer. I am grateful to you and Andre for your efforts. Thank you! Regards, Joe On Tue, Oct 6, 2009 at 7:25 AM, Rainer Jung wrote: > On 05.10.2009 18:58, Joe Hansen wrote: >> Thank you so much for your tips, Rainer! >> >> The websites went down

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-05 Thread Joe Hansen
. Thanks, Joe On Mon, Oct 5, 2009 at 1:53 PM, André Warnier wrote: > Joe Hansen wrote: >> >> Thank you for the reply, Andre. >> >> I now understand how setting KeepAlive to On would improve the >> performance of a website (The Apache manual says that a 50% i

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-05 Thread Joe Hansen
he session-timeout value from 30 minutes to 240 minutes. Thanks, Joe On Mon, Oct 5, 2009 at 1:04 PM, André Warnier wrote: > Joe Hansen wrote: >> >> Rainer, >> >> Here are the KeepAlive values in httpd.conf: >> >> KeepAlive Off >> MaxKeepAliveReque

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-05 Thread Joe Hansen
Rainer, Here are the KeepAlive values in httpd.conf: KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimout 15 Thanks, Joe > What are your KeepAlive* settings ? > - To unsubscribe, e-mail: users-unsubscr...@tomcat.apac

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-05 Thread Joe Hansen
get stuck? Thank you! Joe On Sun, Oct 4, 2009 at 2:36 PM, Rainer Jung wrote: > Hi Joe, > > On 04.10.2009 21:45, Joe Hansen wrote: >> Rainer, Thank you so much for your kind reply! >> >> I have increased the java heap size to 512MB (-Xms512m -Xmx512m). I am >> hoping

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-04 Thread Joe Hansen
if I should raise the MaxClients value in prefork.c and worker.c modules. Can anyone on this forum please explain why new httpd processes are spawned and why aren't the old processes terminated? Thanks, Joe On Sun, Oct 4, 2009 at 1:45 PM, Joe Hansen wrote: > Rainer, Thank you so much

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-04 Thread Joe Hansen
post it to the mailing list because its very long. Would you be able to please tell me what should I be looking for within this long thread dump? Thanks again, Rainer :) Joe On Sat, Oct 3, 2009 at 12:24 PM, Rainer Jung wrote: > On 03.10.2009 20:07, Joe Hansen wrote: >> Hey All, >

java.lang.OutOfMemoryError: Java heap space

2009-10-03 Thread Joe Hansen
=/usr lib/apache-tomcat/temp org.apache.catalina.startup.Bootstrap start Can someone on this list please help me resolve this issue. Thanks you, Joe - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled

2009-10-02 Thread Joe Hansen
/etc/httpd/conf/ssl.key/joesdomain.key -out /etc/httpd/conf/ssl.crt/keystore.tomcat -name tomcat -passout pass:changeit To list the certificates in the keystore file: $JAVA_HOME/bin/keytool -list -v -storetype pkcs12 -keystore /etc/httpd/conf/ssl.crt/keystore.tomcat /* server.xml */ -Joe On Fri

SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled

2009-10-02 Thread Joe Hansen
Exception: SSL handshake error javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled. Can a Tomcat/SSL guru please guide me in solving this issue. Thank you! Joe - To unsub

null and zero issue

2009-07-17 Thread Russo, Joe
, it considers it as null for string datatype and zero for int data type. Appreciate if you could help me to resolve this problem. Joe

override context defined in server.xml doesn't work !?!

2009-06-17 Thread Joe Lam
with but it doesn't work. the ROOT.xml should be fine. because when I remove the new vhost's in server.xml. it works. I wonder how does the "override=true" works ??? Please help. thanks Joe -- View this message in context: http://www.nabble.com/override-co

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-10 Thread Joe Wallace
may be issues in sharing a single jvm. The information from this mailing list has been very helpful. Joe -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, March 10, 2009 11:29 AM To: Tomcat Users List Subject: Re: Run multiple web

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-09 Thread Joe Wallace
You hit the nail on the head. Performance being equal I see no reason to use separate jvm/tomcat instances. Thanks, Joe Wallace -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, March 09, 2009 12:47 PM To: Tomcat Users List Subject: Re: Run multiple web

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-09 Thread Joe Wallace
separate database. Same web app different data. Joe Wallace -Original Message- From: Gregor Schneider [mailto:rc4...@googlemail.com] Sent: Saturday, March 07, 2009 9:18 AM To: Tomcat Users List Subject: Re: Run multiple web applications in Tomcat each as an independent windows service question

RE: form issue

2009-03-08 Thread Russo, Joe
tFigureType() = 0 getFirstAuthor() = d getIssueNumber() = getArchived() = on getStrKeyword() = null getStrValues() = null getBatchName() = getSortBy() = 1 -Original Message- From: Russo, Joe [mailto:rus...@cadmus.com] Sent: Sunday, March 08, 2009 1:12 PM To: Tomcat Users List Subject: fo

form issue

2009-03-08 Thread Russo, Joe
I created a When I select and deselect the checkbox I get weird behavior. The other form variables work like they should. For example, if I have in the name variable "Some Name" and then select the dropdown after the action class is called the "Some Name" text is there. When I use the drop down

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-06 Thread Joe Wallace
Jrun where this was possible. To do this in Tomcat do I have no choice but to install multiple instances of Tomcat or is there another way? In other words I need 5 web apps on my web server each running in its own jvm. Joe -Original Message- From: Caldarale, Charles R [mailto:chuck.c

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-03 Thread Joe Wallace
, which is similiar to what JRun does. Thanks again. Joe -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, March 03, 2009 4:24 PM To: Tomcat Users List Subject: RE: Run multiple web applications in Tomcat each as an independent windows service

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-03 Thread Joe Wallace
#x27;t let me. I had to stop the Tomcat windows service first which then stopped both apps. I had hoped to be able to start/stop web apps running as a windows service. I think I could do it with multiple Tomcat instances instead of one Tomcat instance with multiple web apps. Regards, Joe ---

Run multiple web applications in Tomcat each as an independent windows service question

2009-03-03 Thread Joe Wallace
stopping App 2. I have been doing this with Jrun with multiple web apps each running as an independent windows service but I have not been able to find a way to do this in Tomcat and have not been able to find any information about anyone doing this. Is this even possible? Regards, Joe

tomcat 6 cluster deploy

2009-01-28 Thread Joe Rosiak
According to the apache site the tomcat Cluster Deployer object does not work in version 6. Is this accurate? If so has anyone heard of a fix for this in the near future?

Re: tomcat-users.xml file becomes unusable

2008-11-15 Thread Joe Bolin
jakarta-tomcat-5.5.4-6 I don't have a copy of the changed file. Here is the original, passwords removed. As soon as we see this again I'll post the changed one. permission on the original file are 0600. owner is apache, group is an internal name. Thanks, Joe On Fri, Nov 14, 2008

tomcat-users.xml file becomes unusable

2008-11-14 Thread Joe Bolin
be happening. This is on a SLES(SUSE) 9 system. Thanks, Joe

Re: executor does not work with AJP connector

2008-10-27 Thread Joe Reger, Jr.
I'm load balancing with Apache 2.2 and mod_jk. Thanks, Joe On Sun, Oct 26, 2008 at 9:42 PM, Joe Reger, Jr. <[EMAIL PROTECTED]> wrote: > Kinda late to this party but I've gotten the same NPE issue when adding an > Executor to an AJP Connector on 6.0.14 (Win2000Server). But,

Re: executor does not work with AJP connector

2008-10-26 Thread Joe Reger, Jr.
s a fix or if it's just an intermittent issue? 3) Should the Executor work with AJP? I saw a post from earlier last year that said Executors don't support AJP. Thanks all! Joe On Wed, Feb 27, 2008 at 10:23 AM, Filip Hanik - Dev Lists < [EMAIL PROTECTED]> wrote: > just tried th

Problem with AJP connector

2008-09-24 Thread Woytasik Joe
troubleshooting tips would be appreciated. Thanks- Joe This e-mail is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this e-mail in error, please tell us immediately by return e-mail to [EMAIL PROTECTED] and delete

Re: [OT] question about realm auth and digest attribute

2008-09-23 Thread Joe A
is it really that hard to reply to a question without coming off as a pompous ass? On Mon, Sep 22, 2008 at 4:23 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Mark Thomas wrote: > [...] > >> It took me less than a minute to find the JavaDoc for >> java.security.MessageDigest >> > > It's by saying

Re: question about realm auth and digest attribute

2008-09-22 Thread Joe A
in the docs it says "The value for this attribute must be one of the digest algorithms supported by the java.security.MessageDigest class (SHA, MD2, or MD5). " so if i encrypt using the sha1 algorithm, do you know if i should specify sha1 or sha-1 or sha? thanks, joe On Mon, Sep 22,

Re: question about realm auth and digest attribute

2008-09-22 Thread Joe A
i'm talking about the part of configuration that lets you choose specify how the passwords are stored in the users table. On Mon, Sep 22, 2008 at 2:27 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Joe, > >

  1   2   3   >