XPowered BY

2005-09-02 Thread Jagadeesha T
HI all, I use JBoss 3.2.6 and and Tomcat 5.0. It displays X-PoweredBY version in Headers file, There is in web.xml to CommonHeadersFileter, InitParams, Even after deleting it from web.xml, it display, Is there any way to do that in Tomcat 5.0 with JBoss. Thanks, Jagadeesha T

Re: How to specify Tomcat error encoding?

2005-09-02 Thread Volker Krebs
Hi there, Hiroshi Iwatani wrote: Our environment is LANG=ja_JP.UTF-8 on Linux Fedora Core 3. My question is: how could we have Tomcat display correct Japanese error message when JSP java code has errors for java compiler et al? Thanks in advance. We have the same problem. IMO the

RE: Servlet lush problems via JK-1.2.14 and TC_5.0.28

2005-09-02 Thread Zsolt
I have found the solution: JkOptions +FlushPackets Zsolt -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Thursday, September 01, 2005 1:51 PM To: Tomcat Users List Subject: RE: Servlet lush problems via JK-1.2.14 and TC_5.0.28 From: Zsolt [mailto:[EMAIL

RE: Servlet lush problems via JK-1.2.14 and TC_5.0.28

2005-09-02 Thread Hildegard Bronkhorst XH (ZA/ESA)
I want to be taken off this mailing list. Can somebody PLEASE help. Hildegard Bronkhorst Senior Facilities Manager Kagiso Integrated Services (Pty) Ltd. Tel: +27 11 844 2015 Fax: +27 11 844 2130 Mobile: +27 83 212 4303 mailto:[EMAIL PROTECTED] E-mail disclaimer This communication

Re: JAAS - public Credentials and ip address

2005-09-02 Thread Franck Borel
Hi Wendy, Thanks for your answer. I am trying to implement a JAAS-module that can authenticate a user with username/password and his/her ip-address. To get the username and password is straightforward. My problem is that I don't know how to get the ip-address of the user. (I am newbee

RE: Servlet lush problems via JK-1.2.14 and TC_5.0.28

2005-09-02 Thread william
Hi I want to be taken off this mailing list. Can somebody PLEASE help. as i told in a previous email (that you likely did not read) there is a message explaining how to unsuscribe from the mailing list in the footer of *every* message sent on the list have you tried it ?

MAIL FAILURE

2005-09-02 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

redirecting erors in tomcat console to a file

2005-09-02 Thread Peddireddy Srikanth
Hi All, Is there any simple way to redirect all errors and exception stack traces that may appear in tomcat console during web applications execution?? regards Srikanth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Servlet lush problems via JK-1.2.14 and TC_5.0.28

2005-09-02 Thread Arup Vidyerthy
Hey dude, stop moaning and read the bottom of the email!! Come on - little bit of proactive intuitiveness is all that required here!! -Original Message- From: Hildegard Bronkhorst XH (ZA/ESA) [mailto:[EMAIL PROTECTED] Sent: 02 September 2005 07:50 To: Tomcat Users List Subject: RE:

Tomcat 5.5.9 Logging Issue

2005-09-02 Thread A. Alonso Dominguez
Hi there, I've migrated some days ago from Tomcat 4.1.27 to the lastest release: 5.5.9and I've lost all the logging mechanism of the my web applications. The two webapps deployed on my server use log4j as the logging mechanism. I now there are differences in the logging system between tomcat 4.1

set JSESSION PATH - any change to do this?

2005-09-02 Thread Steven Pannell
Hi, Current the jsession cookie path is set at the application context like: PATH=/myApp Is there any chance at all to change this? to PATH=/ As to may reason it's simple: I want to use rewrite rules like: http://domain/nicelink/page Thus without the /MyApp context in place the cookie

RE: Multiple IP addresses

2005-09-02 Thread Peter Crowther
From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] I seem to remember when I was working with IIS some years ago, I could map multiple IP addresses to one instance of IIS, i.e., IIS could service multiple web sites for me, each web site having it's own, unique IP address. Is there a way

Re: Multiple IP addresses

2005-09-02 Thread Fadil
I do not understand very well, if we did this configuration, (with a new IP for tomcat and one for IIS web app on the same server) : we don't have to specify port number for IIS or Tomcat ? Can we fix tomcat's with by default 80 ? this configuration doesn't mess if we want to use ldap or ssl ?

Context in separate file doesn't work

2005-09-02 Thread Trond Hersløv
Hi tomcat fellas! http://venus:8080 gives me the index.html in the folder /home/trond/GTG/inside, but only when I use the server.xml below. When I take the Context. / and put it in a separate file, ${CATALINA_HOME}/conf/Catalina/venus/test.xml it doesnt work anymore. Does anybody know why?

Re: Servlet lush problems via JK-1.2.14 and TC_5.0.28

2005-09-02 Thread Mladen Turk
Arup Vidyerthy wrote: Hey dude, stop moaning and read the bottom of the email!! Come on - little bit of proactive intuitiveness is all that required here!! Hildegard Bronkhorst Senior Facilities Manager Kagiso Integrated Services (Pty) Ltd. Tel: +27 11 844 2015 Fax: +27 11 844 2130 Mobile: +27

Tomcat webapps directory

2005-09-02 Thread Fadil
I wonder howto change tomcat webapps directory on an another disk ? any helps welcome Fadom

HTTP status code 404

2005-09-02 Thread L. Mohan Arun
Tomcat 4.1 How can I configure Tomcat 4 to return HTTP status code 404 for a 404 Page Not Found error? Currently it displays a HTML page with Error type etc. with status code 200. The docs say error-page element in web.xml can be configured to serve another page in response to a 404 error

Re: HTTP status code 404

2005-09-02 Thread Mirek Stohr
You should use the following procedure HttpServletResponse.setStatus(HttpServletResponse.SC_NOT_FOUND); in cooperation with the mentioned error-page directive in web.xml. Mirek L. Mohan Arun wrote: Tomcat 4.1 How can I configure Tomcat 4 to return HTTP status code 404 for

sharing pooled tomcat connections with hibernate

2005-09-02 Thread David Thielen
Hi; If I am using hibernate for most of my jdbc access but need to perform some directly (long story), is there anything special I need to do? All of this is connecting to the same database using the same user/pass. Hibernate connects via Tomcat's jndi. And should I use the Tomcat's jndi

Tomcat 5.5 classloader log4j vs JCL issue

2005-09-02 Thread luc_boudreau
I'm having the same issue and after trying to follow the instructions given by Paul Austin, I've got stuck on the part that says to add a listener. There's no place for a listener in web.xml according to the dtd validation file. Am I wrong ? (I'm using Tomcat 5.5.9 with the struts framework)

RE: Multiple IP addresses

2005-09-02 Thread Peter Crowther
From: Fadil [mailto:[EMAIL PROTECTED] I do not understand very well, if we did this configuration, (with a new IP for tomcat and one for IIS web app on the same server) : we don't have to specify port number for IIS or Tomcat ? Each would bind to port 80, each on its own IP address on

Re: Multiple IP addresses

2005-09-02 Thread Fadil
Thx a lot for the answer ! Maybe I'll switch to multiple IP for same server, what do you thinks about my configuration : I've Windows Server2003, with: - an appli asp on IIS 6.0 - and an another on Tomcat 5.0.28 only tomcat need ssl and ldap. I mean it's more simple to use multiple than isapi

MAIL FAILURE

2005-09-02 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Showing maintenance page while app is down

2005-09-02 Thread Jason Bell
Edmon This is a personal suggestion of mine and not the definitive answer. I create a seperate war file for maintenance times. All it contains in an index html page and an image of the web site (brand is still important when a site is down). I replace the temp war with the live one. This

How to get name of Engine a servlet is running in?

2005-09-02 Thread Joe Reger, Jr.
I'm trying to gain access to the name of the Engine that a servlet is running in. In most cases this will be Catalina as configured in the /conf/server.xml file. But when another Engine is configured, say CatalinaTesting, I need to get that name instead. I've tried to navigate the methods and

RE: How to get name of Engine a servlet is running in?

2005-09-02 Thread Raghupathy,Gurumoorthy
What yo uare doing is a very tomcat specifi thingy ... Use JNDI variable to do things ... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html Regards Guru -Original Message- From: Joe Reger, Jr. [mailto:[EMAIL PROTECTED] Sent: 02 September 2005 15:26 To:

Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Zaki, Karim R UTCHQ
Dear all, I'm running Tomcat 5.0.28 in conjunction with Vignette. JSPs use the Vignette APIs (provided as JARs). Everything works, but performance is really slow. The server that's hosting this is a quad processor (@2GHz each) Windows 2000 Server with 2GB of memory and a gigabit NIC...so I don't

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-09-02 Thread Paul Austin
Luc, The listener element is only valid in the Servlet 2.3 web.xml file, if using a previous servlet version use the attached servlet set to load at startup before any of the other servlets. The jar containing my classes should be included in your WEB-INF/lib directory in each web application.

Re: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Yassine ELassad
Dear Karim, Please provide relevant peaces of your server.xml so we can get a chance to help you or have a look here http://jakarta.apache.org/tomcat/articles/performance.pdf you may already finde whats causing your problem there Greetings YEL... directBOX Reply

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Zaki, Karim R UTCHQ
Thanks Yassine, I'll look into the PDF you provided. As for server.xml, here it is. ?xml version='1.0' encoding='utf-8'? Server debug=2 Listener className=org.apache.catalina.mbeans.ServerLifecycleListener/ Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener/

Re: Multiple IP addresses

2005-09-02 Thread Fadil
this is a good idea, and I try these multiples, I get two IP, like this : IPA:80 = IPServer:80 (IIS server) IPB:80 = IPServer:8443(Tomcat Server but SSL port) So I tried to setup tomcat, by add IPB in all connector and in host. But it doesn't work... Can this work's ? The real question is : IPB

MAIL FAILURE

2005-09-02 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Multiple IP addresses

2005-09-02 Thread Peter Crowther
From: Fadil [mailto:[EMAIL PROTECTED] But it doesn't work... What error are you getting, from what? - Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Context in separate file doesn't work

2005-09-02 Thread George Sexton
The context name and the file name have to match exactly. Also, root contexts need to have a path of . George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Trond Hersløv [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005

RE: Context in separate file doesn't work

2005-09-02 Thread George Sexton
One other thing, for a ROOT context, the file should be named ROOT.xml George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Trond Hersløv [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 4:50 AM To: Tomcat Users List

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread George Sexton
What does really slow mean? That's a subjective assessment, not a quantititative value. How many requests per second? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Zaki, Karim R UTCHQ [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: Multiple IP addresses

2005-09-02 Thread Fadil
Hum : 2 sept. 2005 18:38:43 org.apache.catalina.core.StandardContext start GRAVE: Error listenerStart 2 sept. 2005 18:38:43 org.apache.catalina.core.StandardContext start GRAVE: Erreur de dÚmarrage du contexte suite aux erreurs prÚcÚdentes [xl4web] WARN [main] CacheManager.shutdown(373) |

Re: Multiple IP addresses

2005-09-02 Thread Fadil
this is a good idea, and I try these multiples, I get two IP, like this : IPA:80 = IPServer:80 (IIS server) IPB:80 = IPServer:8443(Tomcat Server but SSL port) So I tried to setup tomcat, by add IPB in all connector and in host. I changed config in server.xml by adding IPServer and not the IPB,

MAIL FAILURE

2005-09-02 Thread no-reply
* THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * The email you sent was not delivered to the desired recipient because it was blocked/filtered for a

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Zaki, Karim R UTCHQ
During a routine email scan at UTC, a file attached to this message was deleted per UTC Security Policy. UTC does not allow emailing several file types due to their potential to transmit viruses. An attachment named test-template.jsp was removed from this message. The body text of the message

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread Zaki, Karim R UTCHQ
Well, I don't know how to measure the number of requests per second. If you can provide help with that, that would be great. What I'm doing is testing with a template provided by Vignette: %@ page import=com.vignette.cds.client.beans.*% %@ page import=com.vignette.cms.client.beans.*%

RE: Context in separate file doesn't work

2005-09-02 Thread Trond Hersløv
Hi George, Thank you very much, you made my day!! I thought I could name the .xml files whatever I like to, but that was a huge mistake that costed me 2 days. Naming the file ROOT.xml solved the problem. Can't remember having read that anywhere in the doc's. Don't know if it's just a bad

failure to install tomcat5 service check settings and permissions

2005-09-02 Thread bachoo jahnkar
Hi, I had tomcat 4.0.3 and tomcat 5.0 on the dev box. I have uninstalled the tomcat 5.0. I am trying to install tomcat 5.5.9 and i am getting the following error USING JVM c:\jdk1.4.2_04\jre\bin\jvm.dll failure to install tomcat service check settings and permissions I tried few

Big problem with running tomcat

2005-09-02 Thread jmail
Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I've got Apche Server 2.0.54. And wright now I've got redirected domain jmailssoftware.tk. and the domain is redirected to the jmail.kicks-ass.org which is Dynamic DNS free subdomain. So I can't give anybody the URL

Re: failure to install tomcat5 service check setti ngs and permissions

2005-09-02 Thread jmail
Hey. Have you got the newest java? I had got the same problem yesterday installing Tomcat 5.5.11 and I have change java for the latest update from http://java.sun.com And now It works. jmail Wiadomość Oryginalna Od: bachoo jahnkar [EMAIL PROTECTED] Do: Tomcat Users List

Re: failure to install tomcat5 service check settings and permissions

2005-09-02 Thread bachoo jahnkar
I installed j2sdk1.4.2_08 today. I had java1.3. Is this good or do i have to get a newer one? Manu jmail [EMAIL PROTECTED] wrote: Hey. Have you got the newest java? I had got the same problem yesterday installing Tomcat 5.5.11 and I have change java for the latest update from

Re: failure to install tomcat5 service check setti ngs and permissions

2005-09-02 Thread jmail
wright now on my komputer there is java j2sdk 1.5.0_04 so yours one is a little bit hmmm old :D but get sdk not only re jmail Wiadomość Oryginalna Od: bachoo jahnkar [EMAIL PROTECTED] Do: Tomcat Users List tomcat-user@jakarta.apache.org Data: Fri, 2 Sep 2005 11:16:05 -0700 (PDT)

Re: Big problem with running tomcat

2005-09-02 Thread bachoo jahnkar
Change the port in server.xml to 80. That should solve your problem. jmail [EMAIL PROTECTED] wrote:Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I've got Apche Server 2.0.54. And wright now I've got redirected domain jmailssoftware.tk. and the domain is redirected to

mass virtual hosting with rewrite

2005-09-02 Thread Oleg
I am running Apache 2 with Tomcat 5.5. Both are working fine and hosting about 200 domain names. The problem is that every time a new domain is added I have to edit server.xml file and restart tomcat. With Apache I am using RewriteMap files so I just edit those files and no need to restart it.

Re: Big problem with running tomcat

2005-09-02 Thread jmail
yeah I have try to do this and then I can't use tomcat or apache. I still need to use those together. :/ jmail Wiadomość Oryginalna Od: bachoo jahnkar [EMAIL PROTECTED] Do: Tomcat Users List tomcat-user@jakarta.apache.org Data: Fri, 2 Sep 2005 11:18:31 -0700 (PDT) Temat: Re: Big

Re: mass virtual hosting with rewrite

2005-09-02 Thread jmail
Adn howy did you do that? I've got a problem. I can't use tomcat and Apache on the same port. :/ But I need to do this like that: somone make a question to my host and i would like that on this qusetion my server shoul decide if thats for him or for Tomcat :/ How can I do this? thanks for any

Waste of our bandwidth

2005-09-02 Thread pacea
Don't we have a list administrator that can remove this guy? Received: from mail.apache.org ([209.237.227.199]) by rwcrmxc23.comcast.net (rwcrmxc23) with SMTP id 20050902131952r2300r7evje; Fri, 2 Sep 2005 13:19:52 + X-Originating-IP: [209.237.227.199] Received: (qmail

Installing JavaServer Faces

2005-09-02 Thread Michael Thomsen
Hi, could someone tell me if there is any difference between installing any of the implementaitons of JavaServer Faces in Tomcat and doing it in Sun's Application Server? I remember reading somewhere that their server is based on Tomcat, so I was unsure. Any help would be appreciated.

Tomcat5.5 and Logging

2005-09-02 Thread Trond Hersløv
Hi, what happend with the Logging component form TC5.0? I used to include a Logger className=org.apache.catalina.logger.FileLogger.. inside Host to get my logging going. How do I do this under TC5.5 Regards Trond ** This

Re: Waste of our bandwidth

2005-09-02 Thread Brian Cook
I do not know if it is an admin but the contact for the Tomcat list is : [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Don't we have a list administrator that can remove this guy? Received: from mail.apache.org ([209.237.227.199]) by rwcrmxc23.comcast.net (rwcrmxc23) with SMTP

RE: Tomcat5.5 and Logging

2005-09-02 Thread GB Developer
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html -Original Message- From: Trond Hersløv [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 2:06 PM To: Tomcat Users List Subject: Tomcat5.5 and Logging Hi, what happend with the Logging component form TC5.0?

RE: Tomcat5.5 and Logging

2005-09-02 Thread Trond Hersløv
Ouch, sorry! Should have done my homework better. Thanks Trond -Original Message- From: GB Developer [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 21:24 To: 'Tomcat Users List' Subject: RE: Tomcat5.5 and Logging

RE: Running Tomcat 5.0.28 in server mode

2005-09-02 Thread George Sexton
A good tool for load testing is JMeter http://jakarta.apache.org/jmeter/index.html Here's a link to some testing we did with it for our product: http://www.mhsoftware.com/caldemo/manual/en/pageFinder.html?page=622.htm Basically, we go something like 1400 requests per minute on a uni-processor

RE: Context in separate file doesn't work

2005-09-02 Thread George Sexton
I'd like to claim superior knowledge and intellect, but really I just did this one myself a few weeks ago. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Trond Hersløv [mailto:[EMAIL PROTECTED] Sent: Friday, September 02,

Re: Waste of our bandwidth

2005-09-02 Thread Mark Thomas
Brian Cook wrote: I do not know if it is an admin but the contact for the Tomcat list is : [EMAIL PROTECTED] No, it isn't. The correct addresses are tomcat-user-owner@ or tomcat-dev-owner@ Mark - To unsubscribe, e-mail:

JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-02 Thread Guernsey, Byron \(GE Consumer Industrial\)
I tried to upgrade our JK modules from 1.2.12 to 1.2.14.1 and now every Apache process crashes while processing a request with: [Fri Sep 02 14:23:54 2005] [notice] child pid 11079 exit signal Bus error (10) For every request in the logs. The config works fine with JK 1.2.12 (I can swap it in

RE: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-02 Thread Guernsey, Byron \(GE Consumer Industrial\)
Some addition information- I trussed httpd -X to get this trace: ... 11438: lwp_cond_wait(0xFEE434E8, 0xFEE434F8, 0xFEE3CD80) (sleeping...) 11438: accept(3, 0x001EAAF4, 0x001EAB04, 1)= 14 11438: lwp_sema_wait(0xFE909E60) = 0 11438: lwp_sema_post(0xFE909E60)

Configuring Apache tomcat

2005-09-02 Thread Raul Garcia
Hi all, I'm new at the list, my name is Raul. I need help to configure jakarta-tomcat to send a high volume of packet sockets trhought a servlet application. The server is dual processor Intel 3.4Ghz 4 Gb RAM. It should send aprox 5000 sockets in a short time (About 15 minutes max) Can

Memory leak in simple spring webapp

2005-09-02 Thread [EMAIL PROTECTED]
I'm deploying and then undeploying a very simple spring-based test app to my tomcat container. However, my WebappClassLoader never gets garbage collected, because tomcat objects (loaded by the StandardClassLoader) have hard references to the classes of my app. I've figured out / fixed a couple of

RE: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-02 Thread Guernsey, Byron \(GE Consumer Industrial\)
I apoligize for adding to this, but I'm hoping to jar someones memory. I gdb'ed the process now and the BUS error occurs in: Starting program: /usr/local/apache2/bin/httpd -X -f /opt/GEinet/webconfigs/ap_i1/conf/httpd.conf -DMOD_JK -DCGI [New LWP2] [New LWP3] [New LWP4

RE: custom valve help ???

2005-09-02 Thread Bovy, Stephen J
Are there any good tutorials or how-to documents for using and writing a custom valve for tomcat ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

Re: Installing JavaServer Faces

2005-09-02 Thread Wendy Smoak
From: Michael Thomsen [EMAIL PROTECTED] Hi, could someone tell me if there is any difference between installing any of the implementaitons of JavaServer Faces in Tomcat and doing it in Sun's Application Server? I remember reading somewhere that their server is based on Tomcat, so I was unsure.

RE: Installing JavaServer Faces

2005-09-02 Thread Bovy, Stephen J
Is there a JSF implementation included in certain levels or version of the JDK ??? If so which ones ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: Wendy

Configuring maxThread help

2005-09-02 Thread Raul Garcia
Hi all again, I repeat the question becouse the Subject wasn't correct I need help to configure jakarta-tomcat to send a high volume of packet sockets trhought a servlet application. The server is dual processor Intel 3.4Ghz 4 Gb RAM. It should send aprox from 2000 or 5000 sockets in a short

Re: Big problem with running tomcat

2005-09-02 Thread David Rees
On 9/2/05, jmail [EMAIL PROTECTED] wrote: I would like to make something like virtual hosts using apache and tomcat, but some virtual host should take tomcat for reply. You need to use mod_jk. Look at the docs for it and the solution will become clear. -Dave

[ANN] Servlet and JSP APIs have moved to subversion

2005-09-02 Thread Mark Thomas
The following CVS modules have been migrated to subversion jakarta-servletapi jakarta-servletapi-4 jakarta-servletapi-5 These modules are now read only in CVS. The new SVN locations are: http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x/

Shared object between Tomcat and external program?

2005-09-02 Thread wolverine my
I'm running Tomcat 5.5. I want to create a servlet to accept a HTTP request. The servlet creates an object based on the request parameters and forward the object (using Queue) to another standalone Java process started from the command line, a background process. In this case, the same Queue

Re: custom valve help ???

2005-09-02 Thread Len Popp
If you consider source code to be a tutorial, you can look at the classes in org.apache.catalina.valves. RemoteAddrValve and RequestDumperValve are quite simple and easy to understand. -- Len On 9/2/05, Bovy, Stephen J [EMAIL PROTECTED] wrote: Are there any good tutorials or how-to documents

Page timeout displaying database rows

2005-09-02 Thread Dave Kennedy
Env: Linux: Apache 1.3.33 Tomcat 4.1.30 MySql 4.1.10 There is a page member_list.jsp which displays a grid of members. After 20/75 members are displayed, html is displayed: a class=CobaltDataLink href=MemberMaint.jsp?fMemberID=83s_fStatusName=Activetype=notLoggedr et_link=%2FtmJ%2Fme This page

Tomcat 5.5 Running out of Threads

2005-09-02 Thread August Detlefsen
Using the manager app (/manager/status) I am seeing multiple threads in the 'Service' mode with times of well over 60 minutes! Here is an example: Stage TimeB Sent B Recv Client VHost Request S 5192947 ms 0 KB0 KB67.152.68.16dev1.mycompany.com GET /

Exexting threads in Tomcat

2005-09-02 Thread IndianAtTech
Hi All, I am using JSF framework for my project. I don't know if Tomcat is restcting me or JSF framework is restricting me. But I am unable to create and execute threads either in my JSF pages or my managed beans. I have created and exected threads successfully in this

Executing threads in Tomcat

2005-09-02 Thread IndianAtTech
Hi All, I am using JSF framework for my project. I don't know if Tomcat is restcting me or JSF framework is restricting me. But I am unable to create and execute threads either in my JSF pages or my managed beans. I have created and exected threads successfully in this

RE: Tomcat 5.5 Running out of Threads

2005-09-02 Thread Bovy, Stephen J
MaxThreads Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 5:21 PM To:

RE: JSF Please Help with a simple question thanks ???

2005-09-02 Thread Bovy, Stephen J
Does Tomcat 5.x have a JSF implementation Does JSF have to be installed separately Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

Re: JSF Please Help with a simple question thanks ???

2005-09-02 Thread David Haynes
Bovy, Stephen J wrote: Does Tomcat 5.x have a JSF implementation Does JSF have to be installed separately Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

RE: Tomcat 5.5 Running out of Threads

2005-09-02 Thread August Detlefsen
I have maxThreads set at 250. When a high percentage of that 250 are eaten up servicing essentially dead connections is when the server gets unresponsive. What I am interested in is how tomct can know that a thread is no longer viable -say if it has been in service mode for more than 5 minutes

RE: JSF Please Help with a simple question thanks ???

2005-09-02 Thread Bovy, Stephen J
Thank you for the clarification ... So is Tomcat 5.x using the appache MYFACES Which version of jsf is included/supported by tomcat 5.x ??? Is there any difference between the Sun version and the appache version ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los

RE: Tomcat imbedded open source componets ??

2005-09-02 Thread Bovy, Stephen J
Our company has a strictly controlled policy for using open source. We must get approval for each and every component on a version by version basis. Can someone give me a list or point me to a link where the list is located of all imbedded open source sub components that are used by tomcat

Re: mass virtual hosting with rewrite

2005-09-02 Thread Oleg
I am not running Tomcat and Apache ont he same port, I have never tried doing that. I suggest you start a separate post, maybe someone will be able to help you. Thanks, Oleg On 9/2/05, jmail [EMAIL PROTECTED] wrote: Adn howy did you do that? I've got a problem. I can't use tomcat and

After 1st installation of JDBCRealm?

2005-09-02 Thread 梁炳場
I just install JDBCRealm of Tomcat 5.5 It works. Very simple to configure. But I have a few questions to ask. 1. How can users change password? And if password is encrypted, how to manage password? eg, how to create the 1st user name and password? 2. Can the Struts Action class get the