Re: SSL hangs on Tomcat 4.1.18

2003-01-01 Thread Carl Zetterberg
Xiaojian Wang of infowisesys.com writes: After starting Tomcat , open a navigator to visit any page,then press F5 to fresh.After a few minutes,a message accured: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 75 is the maxProcess of my setting. It's a

Re: SSL hangs on Tomcat 4.1.18 [RBS2003010100004322]

2003-01-01 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

Tomcat, Apache and PHP

2003-01-01 Thread John Bell
I use mod_jk to connect Apache and Tomcat. I want Apache to serve PHP resources. If I do http://localhost/myPHP then Apache serves the PHP application which is what I want to do remotely but if I do http/213.120.114.94/myPHP then the request is sent onto Tomcat which does'nt serve PHP. I

Re: SSL hangs on Tomcat 4.1.18

2003-01-01 Thread Remy Maucherat
Carl Zetterberg wrote: Xiaojian Wang of infowisesys.com writes: After starting Tomcat , open a navigator to visit any page,then press F5 to fresh.After a few minutes,a message accured: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 75 is the

Binary Distribution of Tomcat

2003-01-01 Thread Ankit Patel
Where can I find a binary distribution of Tomcat 4.0. The file jakarta-tomcat-4.0-MMDD.zip is not listed in the following url http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ Thanks AP __ Do you Yahoo!? Yahoo! Mail Plus -

Re: Binary Distribution of Tomcat

2003-01-01 Thread Andreas Probst
Hi, if you're looking for 4.0.6, go to http://jakarta.apache.org/builds/jakarta-tomcat- 4.0/release/v4.0.6/bin/ Andreas On 1 Jan 2003 at 9:36, Ankit Patel wrote: Where can I find a binary distribution of Tomcat 4.0. The file jakarta-tomcat-4.0-MMDD.zip is not listed in the following

mysterious parse exception on startup

2003-01-01 Thread Joseph Shraibman
If I put the latest xerces and xalan in tomcat/common/endorsed, I get the following error on startup. I don't get this with the xerces/xalan that comes with jdk 1.4.1. What is causing this? What *file* is this? Starting service Tomcat-Apache Apache Tomcat/4.1.18-LE-jdk14 Parse Fatal Error at

Re: mysterious parse exception on startup

2003-01-01 Thread Jerry
If it were me, I'd check server.xml carefully for nested comments, or an extraneous !-- or -- Jerry Joseph Shraibman wrote: If I put the latest xerces and xalan in tomcat/common/endorsed, I get the following error on startup. I don't get this with the xerces/xalan that comes with jdk 1.4.1.

Re: mysterious parse exception on startup

2003-01-01 Thread Remy Maucherat
Joseph Shraibman wrote: If I put the latest xerces and xalan in tomcat/common/endorsed, I get the following error on startup. I don't get this with the xerces/xalan that comes with jdk 1.4.1. What is causing this? What *file* is this? Starting service Tomcat-Apache Apache

Re: mysterious parse exception on startup

2003-01-01 Thread Joseph Shraibman
It isn't server.xml. In fact I validate all xml files under my tomcat and webapps directories, and none of them have a problem. Perhaps it is dynamically generated xml inside the tomcat admin app? org.apache.webapp.admin.ApplicationServlet.init(ApplicationServlet.java:152) is in the stack

tomcat |-|4|)|)Y N3W Y34|)\

2003-01-01 Thread Yves Lambert
happy new year :) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat, Apache and PHP

2003-01-01 Thread Turner, John
Do you have a wildcard JkMount statement somewhere, that would take effect for that IP address? Something like JkMount /* ajp13? John -Original Message- From: John Bell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 7:52 AM To: [EMAIL PROTECTED] Subject: Tomcat, Apache

RE: Tomcat, Apache and PHP [RBS2003010100008516]

2003-01-01 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

OK.. what did I do wrong...

2003-01-01 Thread David Orriss Jr
I'm trying to configure MOD_JK.so for Apache 2 and Tomcat 4.1.18. Dunno how I broke it but when I did I ended up with the following. What haven't I deployed? INFO: Creating MBeanServer ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with

RE: OK.. what did I do wrong...

2003-01-01 Thread Turner, John
If you're using Ajp13Connector, comment out (disable) the lines in server.xml having to do with MBeans. Or, leave the MBeans lines alone, and use CoyoteConnector which is fine for JK or JK2. John -Original Message- From: David Orriss Jr [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Placement of Java Bean

2003-01-01 Thread Denise Mangano
Hi all. I'm still trying to get my Form Validation to work. The action of my form is FormValidate.jsp. Here I use a bean called FormBean. My code here is: jsp:useBean id=formHandler class=FormBean scope=request jsp:setProperty name=formHandler property=*/ /jsp:useBean When I try to test

Re: Placement of Java Bean

2003-01-01 Thread Jason Pyeron
I did not read your posting very carfully so be warned: my first hack at this would be to place the class in a package ex: package com.complusdata.beans; public class FormBean { //... } then when compiled it should be in the WEB-INF/classes/com/complusdata/beans directory. see if that helps

can tomcat do dynamic virtual hosts?

2003-01-01 Thread Joseph Shraibman
Can tomcat do dynamic virtual hosts? I'm currently doing dynamic virtual hosts with apache + Jserv but I don't know how to do that with tomcat. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Placement of Java Bean [fixed typo]

2003-01-01 Thread Jason Pyeron
I did not read your posting very carfully so be warned: my first hack at this would be to place the class in a package ex: package com.complusdata.beans; public class FormBean { //... } then when compiled it should be in the WEB-INF/classes/com/complusdata/beans directory. then in your page

Re: can tomcat do dynamic virtual hosts?

2003-01-01 Thread Jason Pyeron
I find this a VERY IMPORTANT issue. I have been very dissatisfied with the connectors of late. apache has a document root property. apache knows the url requested. i dont know why this information cannot be used by tomcat like jserv did. end rant On Wed, 1 Jan 2003, Joseph Shraibman wrote:

Re: Placement of Java Bean [fixed typo]

2003-01-01 Thread Paul Campbell
I agree with Jason. The other thing may be to do an import of the class(bean). Since your'er error msg errors on line2 it suggests you may not have that import. At 07:56 PM 1/1/2003 -0500, you wrote: I did not read your posting very carfully so be warned: my first hack at this would be to place

Re: OK.. what did I do wrong...

2003-01-01 Thread David Orriss Jr
Ah.. I get it.. There *is* no MBeanServer implementation when you use the Ajp13Connector. Do you have a link that shows how to switch to using the CoyoteConnector with JK, since apparently JK2 is still not ready for production...? And thanks, John. Happy New Year. On Wednesday, January 01,

RE: Placement of Java Bean [fixed typo]

2003-01-01 Thread Denise Mangano
Placing the class in the package seemed to do the trick and now I am debugging code for the page that is supposed to follow. Thanks :) -Original Message- From: Paul Campbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 8:20 PM To: Tomcat Users List Subject: Re:

java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-01-01 Thread Anastasios Angelidis
Hi I downloaded the MySQL Connector/J 2.0.14 JDBC drivers and I copied the mysql-connector-java-2.0.14-bin.jar to the common/lib folder... Here is my server.xml context config... Context path=/infected docBase=infected debug=5 reloadable=true crossContext=true Logger

another apache thread... [virtual hosting]

2003-01-01 Thread Jason Pyeron
all, WE are runnign about 80-90 apache based web sites some have ssl enabled on them. some would like jsp what is the best approach? our goal is not to have to edit tomcat configs each time we add a host. and btw, since switching from jserv to tomcat the virtual hosts get scrambled together

Re: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-01-01 Thread shawn
Try changing this value ResourceParams name=jdbc/TestDB Shouldn't it be jdbc/InfectedDB ? That's my guess. Shawn On Thu, 2003-01-02 at 12:29, Anastasios Angelidis wrote: Hi I downloaded the MySQL Connector/J 2.0.14 JDBC drivers and I copied the mysql-connector-java-2.0.14-bin.jar to the

Re: Tomcat, Apache and PHP

2003-01-01 Thread John Bell
Thanks John, No JkMount /* ajp13. I suspect that my config in httpd.conf needs to be changed. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 01, 2003 11:00 PM Subject: RE: Tomcat, Apache and PHP Do you have

Re: running tomcat as a non-root user?

2003-01-01 Thread karthikeyan.balasubramanian
Thanks. I think you can use sudo for this job. Karthikeyan. - Original Message - From: waimun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 01, 2003 5:43 AM Subject: Re: running tomcat as a non-root user? Hi Karthikeyan: What I did was basically following those