RE: CLOSE_WAIT and what to do about it

2009-04-14 Thread Peter Crowther
From: André Warnier [mailto:a...@ice-sa.com] public void close() throws SomeException { putEndRequest(); flush(); socket = null; } flush() being another function which reads the socket until there's nothing left to read, and throws away

Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
So, I have Tomcat 5.5, apache 2.2 on a linux 32 bit machine. Tomcat and my webapp work great, I just can't seem to get the connector working. Sorry if this is a basic question, but even with the debugging on I can't see what is wrong. I have listed 3 files here, my httpd config, my

Re: Help with mod_jk and Apache 2.2

2009-04-14 Thread André Warnier
Security Management wrote: So, I have Tomcat 5.5, apache 2.2 on a linux 32 bit machine. Tomcat and my webapp work great, I just can't seem to get the connector working. Sorry if this is a basic question, but even with the debugging on I can't see what is wrong. I have listed 3 files here, my

RE: Help with mod_jk and Apache 2.2

2009-04-14 Thread Antonio Vidal Ferrer
Hi. I guess the = sign in your jkmount file is wrong. It should say: /appsuite worker1 Best, Toni -Original Message- From: Security Management [mailto:list-subscripti...@secmgmt.com] Sent: martes, 14 de abril de 2009 15:29 To: 'Tomcat Users List' Subject: Help with mod_jk and

Re: Help with mod_jk and Apache 2.2

2009-04-14 Thread André Warnier
Antonio Vidal Ferrer wrote: Hi. I guess the = sign in your jkmount file is wrong. It should say: /appsuite worker1 Not according to this : http://tomcat.apache.org/connectors-doc/reference/uriworkermap.html - To

RE: Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
Yeah, I saw that, and it's now: /smc-appsuite|/*=worker1 Which should match /appsuite/ and /appsuite/* Still not working, though. Same problem. Any more ideas? Thanks for the help, Mike. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, April 14, 2009

HTTP 500 Error in redirection

2009-04-14 Thread MMcElroy
Hi, I'm having a problem with my IIS redirect to Tomcat. Whenever I access http://localhost/examples/helloworld.jsp, I get an HTTP 500 error, but if I try http://localhost:8080/examples/helloworld.jsp, I get the hello world output. Workers.properties: workers.tomcat_home=C:\Program Files\Apache

Help with PersistenceManager

2009-04-14 Thread Vinicius Carvalho
Hello all! We have an application that serves a few users (currently we have around 1300 sessions created, =~ 300 active), but due to our own bad development team, our session is a monster session (We are fixing this, but is gonna take time, since developers thought they could store everything on

Re: Help with mod_jk and Apache 2.2

2009-04-14 Thread André Warnier
Security Management wrote: Yeah, I saw that, and it's now: /smc-appsuite|/*=worker1 Which should match /appsuite/ and /appsuite/* Now wait a minute. Why did this suddenly become /smc-appsuite, and not like before, /appsuite ? If you keep changing the data between questions, it becomes

RE: Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
OK, I was switching the name to make sure the logs switched the name and stuff. It's consistent in the file. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, April 14, 2009 4:19 PM To: Tomcat Users List Subject: Re: Help with mod_jk and Apache 2.2 Security

Re: Help with mod_jk and Apache 2.2

2009-04-14 Thread André Warnier
Well, no, I didn't. I just answered the wrong message. Tip: respond to the list only, not (also) to the person's address. Otherwise, that person gets each message twice : once because he subscribes to the list, and once your direct message. Responding only to the list also saves trees and

RE: Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
OK, here is the error (note that I have renamed it, I was just making sure I was seeing what I thought I was). Webapp works on 8080, apache restarts without complaining, I verified the port is the default for the worker type in server.xml, and I am stumped. Thanks for looking! Server.xml bit:

uriworkermap.properties, documentation

2009-04-14 Thread André Warnier
Hi. Re : http://tomcat.apache.org/connectors-doc/reference/uriworkermap.html While perusing the above document, it occurs to me that the following paragraph is a bit ambiguous : quote Virtual host integration IIS When using IIS you can restrict individual rules to special

Re: Help with mod_jk and Apache 2.2

2009-04-14 Thread André Warnier
Security Management wrote: OK, here is the error (note that I have renamed it, I was just making sure I was seeing what I thought I was). Webapp works on 8080, apache restarts without complaining, I verified the port is the default for the worker type in server.xml, and I am stumped. Thanks

Re: Installing Tomcat

2009-04-14 Thread Hassan Schroeder
On Tue, Apr 14, 2009 at 6:00 PM, Jonathan Mast jhmast.develo...@gmail.com wrote: I've pretty much concluded that the problem is that the machine in question is SELinux-enabled and that is cause of Tomcat's inability to access the 8080 port (even though I can see tomcat on the process list, a

Re: Installing Tomcat

2009-04-14 Thread Jonathan Mast
Hey Chris, I've pretty much concluded that the problem is that the machine in question is SELinux-enabled and that is cause of Tomcat's inability to access the 8080 port (even though I can see tomcat on the process list, a netstat -a indicates shows no entry for 8080). My ultimate goal was to

Re: retrieve session data stored in db using JDBCStore.

2009-04-14 Thread jerrySheen
can someone please reply to the above post.:-(( -- View this message in context: http://www.nabble.com/retrieve-session-data-stored-in-db-using-JDBCStore.-tp23020556p23052044.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Need to share JVM for both tomcat and RMI server

2009-04-14 Thread siranjeevi krishnan
Hi I want to know about the possibility of sharing JVM for both tomcat and RMI server. Any ways to start tomcat from my RMI server. How to programatically start tomcat like how startup.sh is doing? Is it possible to start my RMI server inside tomcat? Regards Siranjeevi