Re: [4.1.6] Milestone available for testing

2002-06-30 Thread Remy Maucherat
Peter Lin wrote: I just ran some benchmarks with 4.1.6 and noticed a couple of things. 1. 4.1.6 is showing less of an impact once the connector reaches the max processors. With 4.0.3, I was able to trigger a out of memory error by letting JMeter continue for a couple minutes after tomcat

Manager app doesn't work?

2002-06-30 Thread Ted Neward
I'm trying to do Ant-style autodeployment of a war file from my dev machine to the Tomcat (4.0) server, and it's failing. Specifically, I've got the catalina-ant.jar (culled from jwsdp-1.0), and I run the task like so: install url=${remote-url} username=${username}

Re: Manager app doesn't work?

2002-06-30 Thread Remy Maucherat
Ted Neward wrote: I'm trying to do Ant-style autodeployment of a war file from my dev machine to the Tomcat (4.0) server, and it's failing. Specifically, I've got the catalina-ant.jar (culled from jwsdp-1.0), and I run the task like so: install url=${remote-url}

[Offtopic] Setting the directory where IO occurs in a servlet?

2002-06-30 Thread Roger L. Costello
Hi Folks, I have a servlet, running in Tomcat 4.0.3, which reads in files and writes files. Currently it does the reading and writing to the folder where Tomcat was started. I would like to have control over where the servlet reads and writes. My plan for controlling where IO occurs is to

iPlanet LDAP taglib wiht JSTL 1.0

2002-06-30 Thread tom miller
Is there anyway to get the iPlanet Directory Server's tag libraries that would be compatable with JSTL 1.0? I've gone to the iPlanet website and I've read what's posted at the site. The last time the site for the iPlanet Directory Server 5.1 Resource kit was update was: April 15, 2002. I was

Re: The best website database!

2002-06-30 Thread AMRAN121
Hello Again Just to say thanks alot to all the people for their invaluable advice I am checking out all the different links. I will be most likely switching me database soon!!! Ok cheers Amran -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: [Offtopic] Setting the directory where IO occurs in a servlet?

2002-06-30 Thread Jacob Kjome
first of all, if WEB-INF/files is where you *always* want to write stuff, why not do something more portable like this: servlet servlet-nameparts/servlet-name servlet-classPartsDepotServlet/servlet-class init-param param-namephysicalFilePath/param-name

servlet authentication

2002-06-30 Thread Michael Bergknoff
To test servlet-based authentication, I have a two line servlet. response.sendError(response.SC_UNAUTHORIZED); response.setHeader(WWW-Authenticate, BASIC realm=\test\); Here is the output I get: $ telnet localhost 8080 Trying 127.0.0.1... Connected to localhost. Escape character

torque with tomcat

2002-06-30 Thread Centaur zeus
Hi all, I am now trying torque and I know that it can pool the db connection in torque itself. However, how should I integrate the pooling of db in torque into tomcat such that each query in torque can also retrieve connection from the pool? Thanks. Perseus

URGET - NEED HELP

2002-06-30 Thread Vlad
I can't seem to get tomcat to run as a standalone web server. I have a webapp that is almost entirely dynamic so I do not want to use the apache/tomcat combo, I just want tomcat. I have two nics in my system, a public and a private one (this box also functions as a NAT server) when I configure

RE: URGET - NEED HELP

2002-06-30 Thread Jacob Hookom
Do you have any firewall software running like black ice? Software like that will give you the same results as you described. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 11:55 AM To: Tomcat Users List Subject: URGET - NEED HELP I can't seem to

tomcat / jndi

2002-06-30 Thread Centaur zeus
Hi all, i have some questions on jndi of tomcat : 1) if i put a class in tomcat jndi, and will the class constructor be exectued ? if it will, when will it be ? Once tomcat start up ? or first client get resources ? or will not execute constructor at all ? Since I go to tomcat doc and find

RE: URGET - NEED HELP

2002-06-30 Thread Vlad
I haven't installed any firewall software and my iptables script looks something like this. iptables -P INPUT ACCEPT iptables -F INPUT iptables -P OUTPUT ACCEPT iptables -F OUTPUT iptables -P FORWARD DROP iptables -F FORWARD iptables -t nat -F iptables -A FORWARD -i $EXTIF -o $INTIF -m state

Re: [4.1.6] Milestone available for testing

2002-06-30 Thread Peter Lin
Did you set the development flag to false while testing ? I think you're supposed to use that in production systems now (I suppose we need a doc page on Jasper 2, as there are quite a few new configuration parameters which are actually useful now). Nope, I didn't set the flag to

Re: Tomcat 4.0.{3,4} not starting

2002-06-30 Thread Sean Kelly
On Sat, 29 Jun 2002, Dmitry ... wrote: In the first case, it looks to me like tomcat should have been started -- these are the normal messages. Try to connect to :8080/http://localhost:8080 with your browser. If tomcat is up, it should present you with the default page. I know it

Re: Tomcat 4.0.{3,4} not starting - solved

2002-06-30 Thread Sean Kelly
Hi, Solved my problem :) Apparently my machine didn't like java -client (default) so I edited the jvm.cfg so that -classic was the first option and now Tomcat 4.0.4 starts. Thanks for the advice. Regards, -- Sean Kelly -- To unsubscribe, e-mail: mailto:[EMAIL

Compiling Tomcat 4.0.4

2002-06-30 Thread Andrew Conrad
I have downloaded the source for Tomcat 4.0.4 (from the cvs as branch tomcat_404) but I am unable to compile it. The problem it seems is that the documentation Building.txt calls for Tyrex 0.9.7 but if you go to the Tyrex website, only version 1.0 is available. Does anybody know where I can

RE: Compiling Tomcat 4.0.4

2002-06-30 Thread Andrew Conrad
OK, I fixed that problem (stole Tyrex 0.9.7.0 from my Tomcat 4.0.3 install) But I keep bumping into a compiling error in the tomcat-docs. Doing a little research in the archives is leading me to believe it's a compile issue for Win32 platforms? (I'm running XP). I keep getting the following:

RE: Compiling Tomcat 4.0.4

2002-06-30 Thread Andrew Conrad
Ignore the last msg. it was sent incomplete. I'm all thumbs today. - Andrew -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Luminous Heart
Do I understand that mod_jk version 1 works with tomcat4.1 and apache2.0.x? I somehow understood from the configuration files, that look for mod_jk2.so that you can not use but jk2. If my understanding is wrong please let me know, and if you got any config tips on that. Thanks. --- Liam Morley

Compiling 4.0.4 from CVS branch tomcat_404

2002-06-30 Thread Andrew Conrad
I am getting a TransformerException when attempting to compile Tomcat 4.0.4. The exception occurs in the tomcat-docs on the appdev\processes.xml file. I'm pretty sure it's in my configuration somewhere, but I can't seem to identify it. Here's my configuration: Windows XP Professional JDK

(NT) Can not stop Tomcat - restarting fails,complaining that port 8080 is in use

2002-06-30 Thread Eric Blische
Hello, Today I downloaded (to my NT Laptop) the Apache Http Server, version 1.3.26, and the Jakarta-Tomcat Server, version 4.0.4. Was able to run the Servlet and Jsp examples, have not modified any of the various XML config files. I first started Apache.exe, then started catalina via the

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Brian Millett
On Sun, 2002-06-30 at 17:11, Luminous Heart wrote: Do I understand that mod_jk version 1 works with tomcat4.1 and apache2.0.x? Here is my stuff for tomcat 4.1.6, apache 2.0.39, redhat 7.2 server.xml: (comment out the jk2 stuff) !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Liam Morley
Brian, then it seems you're running jk1, not jk2 then, the same connector as in previous versions of tomcat. Liam Morley Brian Millett wrote: On Sun, 2002-06-30 at 17:11, Luminous Heart wrote: Do I understand that mod_jk version 1 works with tomcat4.1 and apache2.0.x? Here is my

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Luminous Heart
I am doing similar to what you have here. When I start my tomcat I get this error in my catalina.out Quote INFO: Initializing Coyote HTTP/1.1 on port 8003 ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with Ajp13Connector at

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Luminous Heart
It seems that tomcat4.1.6 and tomcat4.1.3 (for this matter) do not like jdk1.4! I get errors about not being able to compile jsp files. If I switch Java_Home to jdk1.2 it compiles fine. But of course 1.2 does not support some of the new features in tomcat like keepSocketAlive. I guess I should

Re: Tomcat Apache no success,

2002-06-30 Thread Joel Rees
Im having problems getting Apache to work with Tomcat. AS in,, are they supposed to both go on Port 80 I don't think so. It seems to me like I remember something about putting tomcat up at 8080 or so when having apache front-end the non-java stuff. If you want to run tomcat standalone at

RE: The best website database!

2002-06-30 Thread Christophe Bouhier (ECM)
Hi Amran, I am about to make a choice for our project. (jpass.sourceforge.net). Someone advice me to have a look at: http://hsqldb.sourceforge.net/ I haven't worked with it yet, so no valuable comments. but perhaps worth looking at. Cheers / Christophe -Original Message- From:

Re: Tomcat v. Apache

2002-06-30 Thread Joel Rees
but I was wondering if you would kindly send me some guidance on using the various directives for the Apache Server?! Just a thought, but have you read through the comments in httpd.conf? I find they are easier to understand after having read through them once or twice. (Kept falling asleep

RE: The best website database!

2002-06-30 Thread Vikramjit Singh
hi, You could use oracle. For the UI part you could use TOAD, which is an excellent UI for doing all the operations required in Oracle. http://www.quests.com/ Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: [EMAIL PROTECTED]

RE: Servlets absolute URLs

2002-06-30 Thread Vikramjit Singh
images are static, and the browser has to know where they are placed to display them properly, and the path should be absolute. ex: webapps\contextname\images\imgname.jpg. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Jason Young

Re: The best website database!

2002-06-30 Thread Basil Bourque
Just to say thanks alot to all the people for their invaluable advice I am checking out all the different links. I will be most likely switching me database soon!!! I did not catch the earlier part of this thread, but let me throw in my favorite db: FrontBase http://www.FrontBase.com/

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Jacob Kjome
That error happens when you define the following for JMX beans support: in server.xml. Listener className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0/ Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener debug=0/ and you

RequestDispatcher.forward to CGI

2002-06-30 Thread C F
Hello, I've been trying to use the following procedure to forward a request from my servlet to a CGI program within the same application space getServletContext().getRequestDispatcher(/cgi-bin/my_cgi_prog).forward(request,response); ... which results in the following error Servlet