Tomcat / Broswer interaction question

2005-04-01 Thread James Sherwood
Hello, Is there a way to have tomcat monitor a port or socket for incomming events, then from those events, talk to a currently open broswer in javascript events? Thanks in advance, James - To unsubscribe, e-mail: [EMAIL

How to view what is sent to the browser

2004-08-31 Thread James Sherwood
I am looking for a way to view what is being sent to the browser in the servlet. Lets say I want to create a bad word filter(and cannot use an actual filter) once I get the response, is there a way to manipulate it before it is sent to the browser? Thanks, James

Re: Reading Servlet OutputStream

2004-08-31 Thread James Sherwood
I am in roughly the same boat as you John as I need to manipulate the response. I cannot find a pushBody method for HttpServletResponse:( James - Original Message - From: John Villar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:32 PM

Re: Reading Servlet OutputStream

2004-08-31 Thread James Sherwood
I am not using JSP, I am using Tapestry, any other ideas on how to accomplish this? James - Original Message - From: John Villar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 1:31 PM Subject: Re: Reading Servlet OutputStream certainly my

Toimcat / Apache / Modjk

2004-06-24 Thread James Sherwood
Hello, I have posted this problem before to no avail and thought I would try again I have apache 2.049 in front of tomcat 5.025 and they are linked with modjk 1.2 I want everything for a site such as www.mydomain.com to go through tomcat EXCEPT for any php pages. Is there a way I can

Re: Toimcat / Apache / Modjk

2004-06-24 Thread James Sherwood
[uri:/*.jsp] [uri:/*.htm] [uri:/*.whatever ext you want - just not *.php or *] hope this helps. At 08:25 AM 6/24/2004, James Sherwood wrote: Hello, I have posted this problem before to no avail and thought I would try again I have apache 2.049 in front of tomcat 5.025

Safety of images under the WEB-INF?

2004-06-17 Thread James Sherwood
Hello, I am doing a project where I dont want people to be able to link directly to certian images/files unless they are logged in through my security framework. The question is, if I put an images directory under the WEB-INF and serve the images up through a service, how safe are these

Unknown error in tomcat log help

2004-06-04 Thread James Sherwood
Hi, I get this error in my tomcat log once and a while. It doesnt seem to affect the site any and I was just wondering if anyone knew what it was? I am using tomcat 5.025, apache 2.049 and mod_jk 1.25 Thanks ** Exception during

Re: Tomcat-5.0.24+memory leaking

2004-06-04 Thread James Sherwood
Im not sure if this could be the problem or not, but it sounds like it may be a session problem as it has to do with cookies etc. When we upgraded to tomcat 5.0.24 our sessions went funny(too much to explain) When tomcat 5.0.25 came out one of the fixes had a session fix in it. We upgraded to

Serving up static content through apache using mod_jk

2004-06-03 Thread James Sherwood
Hi, I am trying to serve up some of our static content through Apache instead of Tomcat I am using apache 2.049 and Tomcat 5.025 with mod_jk 1.2.5 Lets say in tomcat I have a directory serving up static html called staticserve. I reach it through www.mydomain.ca/staticserve/index.html I

Re: java.lang.OutOfMemoryError

2004-06-03 Thread James Sherwood
more information please, version of tomcat and windows or linux? - Original Message - From: Matthew Chen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:24 AM Subject: java.lang.OutOfMemoryError Has anyone ever experienced this error? The

Re: Serving up static content through apache using mod_jk

2004-06-03 Thread James Sherwood
up static content through apache using mod_jk On Thu, Jun 03, 2004 at 11:26:52AM -0300, James Sherwood wrote: : VirtualHost * : ServerAdmin [EMAIL PROTECTED] : DocumentRoot %pathtoapache%/htdocs/staticserve : ServerName mydomain.ca : JKMount /* ajp13 : ErrorLog

Re: Serving up static content through apache using mod_jk

2004-06-03 Thread James Sherwood
, 2004 11:50 AM Subject: Re: Serving up static content through apache using mod_jk On Thu, Jun 03, 2004 at 11:52:11AM -0300, James Sherwood wrote: : If the JKMount /* ajp13 passes everything to the jk handler, is there a way : route everything : but /staticserve directory to the jk handler

Re: Problem with tomcat 5.0.25 service

2004-06-03 Thread James Sherwood
If this is on a windows machine, check the 'configure tomcat' part and make sure its pointing to the same jvm as your %java_home% is - Original Message - From: Jens Kühnberger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 12:43 PM Subject: Problem with tomcat

Re: Tomcat5/mod_jk Memory Leak/mod_jk bypass

2004-06-02 Thread James Sherwood
I actually have it fixed now(well no ramping in 24 hours). I am using tomcat on a windows machine so I adjusted to memory in the configure tomcat in the start menu(allows you to adjust jvm startup parameters) The problem did not have anything to do with tomcat if my fix works:) - Original

Re: Tomcat5/mod_jk Memory Leak/mod_jk bypass

2004-06-01 Thread James Sherwood
this afternoon albeit nothing heavy, had 5 simultaneously this afternoon. But nothing huge. Mark On 31 May 2004, at 17:54, James Sherwood wrote: Thanks Mark, I have it currently running bypassing the mod_jk with rewrite to port 8080. The memory has ramped to 327 mb so far which

Re: Tomcat 5 out of memory

2004-05-31 Thread James Sherwood
PM org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 0 Emerson James Sherwood wrote: I am using Tomcat 5.025 Mod jk 1.2.5 and Apache 2.0.49 Memory just keeps ramping up untill it goes out of memory It is on a Windows 2003 server Any Ideas? Thanks James

Tomcat5/mod_jk Memory Leak/mod_jk bypass

2004-05-31 Thread James Sherwood
As I posted before, I get a memory leak using mod_jk 1.2 with Tomcat 5.0.25 and Apache 2.049 I beleive it may be related to the mod_jk connector and since I am not actually serving up anything with apache yet I want to just bypass the connector for 1 site and hit tomcat directly. I have to use

Re: Tomcat5/mod_jk Memory Leak/mod_jk bypass

2004-05-31 Thread James Sherwood
/mod_jk Memory Leak/mod_jk bypass What does your catalina log have to say for itself? On 31 May 2004, at 13:59, James Sherwood wrote: As I posted before, I get a memory leak using mod_jk 1.2 with Tomcat 5.0.25 and Apache 2.049 I beleive it may be related to the mod_jk connector

Re: Tomcat5/mod_jk Memory Leak/mod_jk bypass

2004-05-31 Thread James Sherwood
May 2004, at 14:23, James Sherwood wrote: There are no errors anywhere that I can find in any logs. The memory just slowly ramps up till an out of memory error happens. James - Original Message - From: Mark Lowe [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

Tomcat 5 out of memory

2004-05-28 Thread James Sherwood
I am using Tomcat 5.025 Mod jk 1.2.5 and Apache 2.0.49 Memory just keeps ramping up untill it goes out of memory It is on a Windows 2003 server Any Ideas? Thanks James - To unsubscribe, e-mail: [EMAIL PROTECTED] For