Re: [error] (32)Broken pipe: ajp_ilink_send(): send failed

2008-10-07 Thread André Warnier
Sehyia Jalaludheen wrote: Hi Chuck, Thanks for the quick reply. I am not sure about it. But a few other machines in the same network also have the same Login issues for this application. Thanks Sehiya On Mon, Oct 6, 2008 at 11:39 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From:

Re: Cross Context Session in Tomact

2008-10-07 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej, Bajolek, Maciej wrote: Basically the problem is: how can webAppA share the session object with webAppB. Both apps are deployed within the same instance of Tomact. The servlet specification (section 7.3)

Re: how to avoid multiple requests from the same client

2008-10-07 Thread colin_
thanks chris, this may bee what i've been looking for, since we do use user sessions already. we're running the site (with slight differences) on internet and intranet, so we could tell our users to wait until response, but would be quite difficult to tell our customers ;) we're working on the

Re: Using tomcat to hold many open connections.

2008-10-07 Thread André Warnier
Original post : quote Hi. I'm looking for a server that has to hold many (web services) remote clients for controlling them. I want to do things like sending power off command to a bunch of machines remotely. The clients are usually windows machines behind firewalls NAT or web proxies that only

Re: Managing Tomcat 6 threads : How to make tomcat destroy threads when idle?

2008-10-07 Thread Madhav
I am also facing the same issue. Btw, do you know how to find these configuration values and more importantly the number of 'available' worker threads within a servlet? Thanks, Madhav On Tue, Oct 7, 2008 at 4:12 AM, Rohan Sahgal [EMAIL PROTECTED] wrote: Hi, I tried increasing the number of

Re: Deploying to a subfolder

2008-10-07 Thread Mark Thomas
McEahern, Mark S wrote: -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2008 1:41 PM To: Tomcat Users List Subject: Re: Deploying to a subfolder I can repeat this now. It looks like I missed this combination in my testing. I'll get it

Re: Managing Tomcat 6 threads : How to make tomcat destroy threads when idle?

2008-10-07 Thread Mark Thomas
Rohan Sahgal wrote: I tried increasing the number of tomcat threads. However, I cannot get tomcat to destroy the threads once they get created even though tomcat is idle. However I have observed that once 2000 threads are created (I am monitoring with jconsole), the number never comes

Re: Managing Tomcat 6 threads : How to make tomcat destroy threads when idle?

2008-10-07 Thread Mark Thomas
Madhav wrote: I am also facing the same issue. Btw, do you know how to find these configuration values and more importantly the number of 'available' worker threads within a servlet? Take a look at how the manager app does it for the status page. Mark

RE: hello world

2008-10-07 Thread sterling
hey guys, i just loaded onto a system with a old harddrive a replacement (different kind of motherboard) and updated/installed a new fedora 9.2 version but cannot get a password to work and all of the user names have been changed.. any ideas how to get from the main on site console root

Re: cannot seem to see deployed application

2008-10-07 Thread Mark Thomas
cooper5114 wrote: Apache Tomcat/5.5.26 OS = RH ES 5 Is this a clean Tomcat install from an Apache tar.gz distro or are you using RedHat packages? Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,

Exception when deploying with VirtualWebappLoader

2008-10-07 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to use the VirtualWebappLoader in Tomcat 6.0.18 to add a directory to the classpath, but get a strange exception. The context definition looks like this: Context Loader className=org.apache.catalina.loader.VirtualWebappLoader

Re: cannot seem to see deployed application

2008-10-07 Thread Mark Thomas
cooper5114 wrote: I'm very new to Tomcat so bear with me. I ran into a problem where i couldn't access an application (x.war) that i copied to Tomcat's webapps directory. I verified the $CATALINA_HOME env variable points to that tomcat. The ip address/port are fine, etc. I can get to the

Re: Managing Tomcat 6 threads : How to make tomcat destroy threads when idle?

2008-10-07 Thread Peter Rossbach
Hi Rohan, at tomcat 6 you must use an external executor thread pool to decrease idle threads: Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=2000 minSpareThreads=20/ Connector executor=tomcatThreadPool port=8080 protocol=HTTP/1.1

Re: cannot seem to see deployed application

2008-10-07 Thread cooper5114
Apache Tomcat/5.5.26 OS = RH ES 5 markt-2 wrote: cooper5114 wrote: I'm very new to Tomcat so bear with me. I ran into a problem where i couldn't access an application (x.war) that i copied to Tomcat's webapps directory. I verified the $CATALINA_HOME env variable points to that

Re: Reloading Tomcat Server

2008-10-07 Thread Barry Fawthrop
Pid wrote: No! Bad! Your tomcat version operating system variant (some version of linux?) would be useful. Try to locate the main tomcat logfile, 'catalina.out' in the tomcat/logs directory. This logfile should contain a detailed error stacktrace for the 500 error page, please send

Re: cannot seem to see deployed application

2008-10-07 Thread Markus Schönhaber
cooper5114: So in trying to figure out what was going on, i edited the webapps/ROOT/index.jsp page to verify that it would change. It didn't. So i figured it must be cached, so i killed my browser, restarted. No change. I also deleted $CATALINA_HOME/work directory (which i believe is used for

RE: Reloading Tomcat Server

2008-10-07 Thread Peter Crowther
From: Barry Fawthrop [mailto:[EMAIL PROTECTED] [...] wget -O .../local_news http://www.topix.com/rss/county/citrus-fl [...] java.io.FileNotFoundException: http://www.topix.com/rss/county/citrus-fl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Htt

cannot seem to see deployed application

2008-10-07 Thread cooper5114
I'm very new to Tomcat so bear with me. I ran into a problem where i couldn't access an application (x.war) that i copied to Tomcat's webapps directory. I verified the $CATALINA_HOME env variable points to that tomcat. The ip address/port are fine, etc. I can get to the default Tomcat home

Question About IIS, connector, and 2 tomcats with the same app running

2008-10-07 Thread Garcia Aparici, Carlos
Good Day. Hope u can help me, have read about workers, uri and connector, And i have get to work it. But I have a problem. Situation: 2 Servers, Producttion and Development. Developers deploy .war to developemnt, and when it's correct they move war from development to production. 1 Server, in

Re: Reloading Tomcat Server

2008-10-07 Thread Barry Fawthrop
Peter Crowther wrote: From: Barry Fawthrop [mailto:[EMAIL PROTECTED] [...] wget -O .../local_news http://www.topix.com/rss/county/citrus-fl [...] java.io.FileNotFoundException: http://www.topix.com/rss/county/citrus-fl at

SSL Host

2008-10-07 Thread Serge Fonville
Recently I tried to switch from tomcat to jetty (I read it would be faster, so what the heck, I give it a try). Well, I can say, I am definitely sticking with tomcat, it is a lot easier to setup en the docs are way better. I have it running with two hosts and ssl enabled. Each ssl site gets its

Re: Non-secure HTTP connector with secure=true requires a keystore?

2008-10-07 Thread David Wall
I'm trying to configure an HTTP Connector that reports to the application that the connection is secure. According to the TC documentation (http://tomcat.apache.org/tomcat-5.5-doc/config/http.html), you should be able to simply set: secure=true in the Connector and all should be well. Yes,

Welcome file bypasses security-constraint checking?

2008-10-07 Thread Rob Mercer
Hey all, Just noticed some odd behavior in tomcat today, one of our admins setup a new folder on a context as follows: /seasonpass/index.jsf /seasonpass/index.jsp He did not touch the web.xml file and yet the /seasonpass/ folder works as expected!? Without altering the

RE: Non-secure HTTP connector with secure=true requires a keystore?

2008-10-07 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Non-secure HTTP connector with secure=true requires a keystore? I'm trying to configure an HTTP Connector that reports to the application that the connection is secure. I thought I had done this using just what you described, but

RE: Basic Tribes Questions

2008-10-07 Thread Mike Wannamaker
Hi Filip, I think I am seeing the message, it was just hidden amongst other log messages I guess I missed it. However I do see something else when I added the TcpFailureDetector to the interceptor list, I see two DISAPPEARED messages? Without TcpFailureDetector: 1) Start Server #1,

Re: Non-secure HTTP connector with secure=true requires a keystore?

2008-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: I thought I had done this using just what you described, but it may have been in 6.0. Can you post the config for the Connector in question? Have you left the scheme set to HTTP? Yup. Here's the configuration:

Re: setHeader after DoFilter delegation in filter?

2008-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, Michael Larson wrote: I'm debugging a tomcat filter. The filter has been designed as follows: MyFilter::DoFilter(ServletRequest request, ServletResponse response, FilterChain chain) { do_some_stuff(); //now delegate the call

RE: Welcome file bypasses security-constraint checking?

2008-10-07 Thread Caldarale, Charles R
From: Rob Mercer [mailto:[EMAIL PROTECTED] Subject: Welcome file bypasses security-constraint checking? Just noticed some odd behavior in tomcat today Care to tell us the version, or should we consult a psychic reader? He did not touch the web.xml file and yet the /seasonpass/ folder

Re: SSL Host

2008-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge, Serge Fonville wrote: What I would like to know is: how do I setup tomcat to serve a different host on ssl and normal on the same socket. Do you mean the same port? You can't have HTTP and HTTPS on the same port: no product can do that.

RE: Non-secure HTTP connector with secure=true requires a keystore?

2008-10-07 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: Non-secure HTTP connector with secure=true requires a keystore? I tried it with scheme=http at first, and got the same exception. The code in 6.0 is noticeably different from that in 5.5 for protocol initialization, including

RE: Welcome file bypasses security-constraint checking?

2008-10-07 Thread Rob Mercer
Tomcat 6.0.14 !-- Welcome files -- welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list !-- Security configuration -- security-role role-nametomcat/role-name /security-role security-role

Re: Monitoring of services deployed in tomcat

2008-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raghu, Raghunandan wrote: Is it required to monitor the deployed services in tomcat? No. You can ignore Tomcat after it's been started if you want. Is there option for auto restart if the service goes down? Tomcat does not include any such

Re: Non-secure HTTP connector with secure=true requires a keystore?

2008-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: Non-secure HTTP connector with secure=true requires a keystore? I tried it with scheme=http at first, and got the same exception. The code

RE: Welcome file bypasses security-constraint checking?

2008-10-07 Thread Caldarale, Charles R
From: Rob Mercer [mailto:[EMAIL PROTECTED] Subject: RE: Welcome file bypasses security-constraint checking? Tomcat 6.0.14 Thanks. security-constraint display-nameNot secured Pages/display-name [various unsecured declarations snipped] /security-constraint security-constraint

Re: SSL Host

2008-10-07 Thread Serge Fonville
Chris, Thanks for you repsons. You are right, I'll clarify (add an actual example) I have Tomcat 6.0.18 with the native dll installed I have two hosts presently (more to come) localhost and autumn.nl What I want now is *.autumn.nl accessble only via http secure.autumn.nl accessible only via

Tomcat default encoding character ? Dfile.encoding option mean ?

2008-10-07 Thread albrecht andrzejewski
I ran accros the ml archives, and i find some useful posts. I've almost solved my problem: i can now display the accent (é è à) using request.setCharacterEncoding(UTF-8); response.setCharacterEncoding(UTF-8); It seems that the default charset for tomcat is ISO 8859 1 The j2ee javadoc says:

video/x-flv mime-mapping does not for Tomcat 5.5

2008-10-07 Thread Dave
we are using JBoss4.0.5.  For flash video, we added   mime-mapping   extensionflv/extension   mime-typevideo/x-flv/mime-type  /mime-mapping   in tomcat conf/web.xml.   Restarted jboss. When uploading a foo.flv,  uploadeFile.getContentType returns application/octet-stream, not

Re: Basic Tribes Questions

2008-10-07 Thread Filip Hanik - Dev Lists
hi Mike, that's great. yes, the TCP failure detector could give multiple DISAPPEARED messages, that is something I'm about to fix Filip Mike Wannamaker wrote: Hi Filip, I think I am seeing the message, it was just hidden amongst other log messages I guess I missed it. However I do see

Re: tomcat ROOT

2008-10-07 Thread Rusty Wright
Hi Markus, did you ever figure this out? I was looking in the archives of the tomcat mailing list and saw your query but it didn't seem to me that anyone answered it fully, at least not for me. I figured out that I could remove/rename the webapps/ROOT directory and deploy my war file as

Too many open files

2008-10-07 Thread Mohit Anchlia
Tomcat throws too many open files and when I do lsof I get bunch of: java14130 root 935u IPv4 30842592 TCP localhost:41971-localhost:http (CLOSE_WAIT) java14130 root 937u IPv4 30841213 TCP efeitws3.ptctax.intuit.com:41161-10.10.81.94:webcache (CLOSE_WAIT)

Re: tomcat ROOT

2008-10-07 Thread Johnny Kewl
- Original Message - From: Rusty Wright [EMAIL PROTECTED] To: Markus Lord [EMAIL PROTECTED]; Tomcat Users List users@tomcat.apache.org Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure this out? I was looking in the archives of the

Re: Too many open files

2008-10-07 Thread Johnny Kewl
- Original Message - From: Mohit Anchlia [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, October 07, 2008 11:44 PM Subject: Too many open files Tomcat throws too many open files and when I do lsof I get bunch of: java14130 root 935u IPv4

Re: Too many open files

2008-10-07 Thread Mohit Anchlia
I can see you can't wait to hear the debate. Anyhow, I am using HttpClient from apache commons and I do have .getReleaseConnection(). On Tue, Oct 7, 2008 at 4:56 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From: Mohit Anchlia [EMAIL PROTECTED] To: Tomcat Users List

Re: Too many open files

2008-10-07 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, October 08, 2008 1:56 AM Subject: Re: Too many open files - Original Message - From: Mohit Anchlia [EMAIL PROTECTED] To: Tomcat Users List

Re: video/x-flv mime-mapping does not for Tomcat 5.5

2008-10-07 Thread Johnny Kewl
- Original Message - From: Dave [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, October 07, 2008 11:03 PM Subject: video/x-flv mime-mapping does not for Tomcat 5.5 we are using JBoss4.0.5. For flash video, we added mime-mapping extensionflv/extension

Re: video/x-flv mime-mapping does not for Tomcat 5.5

2008-10-07 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; [EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 2:25 AM Subject: Re: video/x-flv mime-mapping does not for Tomcat 5.5 - Original Message - From: Dave [EMAIL

Re: Too many open files

2008-10-07 Thread Johnny Kewl
- Original Message - From: Mohit Anchlia [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, October 08, 2008 2:11 AM Subject: Re: Too many open files I can see you can't wait to hear the debate. Anyhow, I am using HttpClient from apache commons and I do

Re: Tomcat default encoding character ? Dfile.encoding option mean ?

2008-10-07 Thread André Warnier
albrecht andrzejewski wrote: I ran accros the ml archives, and i find some useful posts. I've almost solved my problem: i can now display the accent (é è à) using request.setCharacterEncoding(UTF-8); response.setCharacterEncoding(UTF-8); It seems that the default charset for tomcat is ISO

Re: tomcat ROOT

2008-10-07 Thread André Warnier
Johnny Kewl wrote: - Original Message - From: Rusty Wright [EMAIL PROTECTED] To: Markus Lord [EMAIL PROTECTED]; Tomcat Users List users@tomcat.apache.org Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure this out? I was looking in the

Re: video/x-flv mime-mapping does not for Tomcat 5.5

2008-10-07 Thread André Warnier
Johnny Kewl wrote: - Original Message - From: Dave [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, October 07, 2008 11:03 PM Subject: video/x-flv mime-mapping does not for Tomcat 5.5 we are using JBoss4.0.5. For flash video, we added mime-mapping

Re: cannot seem to see deployed application

2008-10-07 Thread cooper5114
it's a clean download tar.gz from apache. markt-2 wrote: cooper5114 wrote: Apache Tomcat/5.5.26 OS = RH ES 5 Is this a clean Tomcat install from an Apache tar.gz distro or are you using RedHat packages? Mark