Re: servlet benchmarking vs cgi

2002-11-09 Thread Remy Maucherat
Aryeh Katz wrote: Did you try getting the max throughtput using another servlet ? If there's a performance problem with your servlet, you could use something like OptimizeIt to figure it improve it. I downloaded OptimizeIt, ran it on my servlet and ran ab. As expected most of the CPU time was

RE: Rare request delay of 100 seconds

2002-11-09 Thread Sexton, George
What kernel version are you running? -Original Message- From: Randy Watler [mailto:rwatler;finali.com] Sent: 08 November, 2002 5:08 PM To: Tomcat Users List Subject: Re: Rare request delay of 100 seconds George, This is a non-SSL secure connector that is fronted by an SSL hardware.

Creating a new web app under webapps folder

2002-11-09 Thread Ashfaque Nalim
Hi, I downloaded Tomcat 4.1.12 recently. I wanted to create a folder called mpapp under webapps folder. Like in Tomcat 3, I created a folder, then stoped and started tomcat. But, this did not work, I get the following error. HTTP Status 404 - /myapp

How do I use the admin webapp in 4.1.12 ?

2002-11-09 Thread Sriram N
Hello, I downloaded 4.1.12 today and decided to explore it. How do I use the admin webapp ? I was able to use the manager app after creating a user in tomcat-users.xml. Thanks, Sriram __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits

Re: how to STOP TOMCAT LOGGING

2002-11-09 Thread yves lambert
randie ursal wrote: hi list, how can i disable logging on TOMCAT? i have a tomcat on a Solaris 8.0 machine, and when i look at the logs folder the log files from previous months was not erased. so, if this is going on for so long there's a tendency that my disk space will be full.

how to STOP TOMCAT LOGGING

2002-11-09 Thread randie ursal
hi list, how can i disable logging on TOMCAT? i have a tomcat on a Solaris 8.0 machine, and when i look at the logs folder the log files from previous months was not erased. so, if this is going on for so long there's a tendency that my disk space will be full. BTW, im using

Got admin working.. (Re: How do I use the admin webapp in 4.1.12 ?)

2002-11-09 Thread Sriram N
Since I was able to add myself as manager using tomcat-users, I added admin priveleges the same way. Here's the line in my tomcat-users.xml file: user username=sriram password=foo roles=manager,admin/ However, this is not documented anywhere in the tomcat docs. --Sriram --- Sriram N [EMAIL

Re: how to STOP TOMCAT LOGGING

2002-11-09 Thread jmong
You can try disabling debugging in your server.xml for example: Server port=8005 shutdown=SHUTDOWN debug=1 to Server port=8005 shutdown=SHUTDOWN debug=0 there are several others. The other thing to check is to check the log level for the log. You'll have to check the tomcat manual for that... it

Contribution to the running.txt file for thje admin and manager web apps.

2002-11-09 Thread Sriram N
Hello, Since the running.txt does not contain any kickstart information for the manager and admin web applications, here's something that we could use as a placeholder until something better is developed. I was thinking of placing this paragraph before the (5) Troubleshooting section in the file

Contribution to the running.txt file for thje admin and manager web apps.

2002-11-09 Thread Sriram N
Hello, Since the running.txt does not contain any kickstart information for the manager and admin web applications, here's something that we could use as a placeholder until something better is developed. I was thinking of placing this paragraph before the (5) Troubleshooting section in the file

Re: Got admin working.. (Re: How do I use the admin webapp in 4.1.12?)

2002-11-09 Thread Remy Maucherat
Sriram N wrote: Since I was able to add myself as manager using tomcat-users, I added admin priveleges the same way. Here's the line in my tomcat-users.xml file: However, this is not documented anywhere in the tomcat docs. This is written in the default home page (you need admin role for

Re: Got admin working.. (Re: How do I use the admin webapp in 4.1.12 ?)

2002-11-09 Thread Sriram N
--- Remy Maucherat [EMAIL PROTECTED] wrote: Sriram N wrote: Since I was able to add myself as manager using tomcat-users, I added admin priveleges the same way. Here's the line in my tomcat-users.xml file: However, this is not documented anywhere in the tomcat docs. This

RE: sending SMS messages

2002-11-09 Thread moonie
Which class was that? Do you have an URL? Best regards, Lars Nielsen Lind -- Original Message -- Reply-To: Tomcat Users List [EMAIL PROTECTED] From: neal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: sending SMS messages Date: Fri, 8 Nov 2002 00:03:23 -0800 Does anyone

Re: Rare request delay of 100 seconds

2002-11-09 Thread Randy Watler
George, Oops! I was off by one on the RedHat version. Here is the whole story: RedHat 7.2 Linux version: 2.4.9-31smp gcc version: 2.96 Sorry I forgot to include this information up front! Randy Watler Finali Corporation Sexton, George wrote: What kernel version are you running? -- To

Does Tomcat provide a API for user login?

2002-11-09 Thread Johann Uhrmann
Hi, is it possible to call a method within a JSP or servlet and pass a user name and password in order to validate those credentials and log in the user? It would be great if I there were an API supporting that as I have a login scenario that does not seem to be supported by Tomcat (login form

retrieving remote web content

2002-11-09 Thread Jason Novotny
Hi, I'm trying to develop a servlet that can act as a proxy for another web site-- lets' say I'm trying to provide the content of www.google.com. It seems I can retrieve and cache the HTML using a URLConnection, but what about the resources used by the HTML like gif's and jpg's.

RE: retrieving remote web content

2002-11-09 Thread Reynir Hübner
Hi, I haven't made a servlet to do this, but I made a jsp-tag that can do this. If you don't want to move the images from one server to another (from google to yours) as a proxy would do it, then you must parse the HTML, and change all the urls for css, img, hrefs, javascripts and a lot more

mod_jk Problem

2002-11-09 Thread Rudolph Araujo
Hi, I am trying to configure Apache and Tomcat to work together using connectors so that anytime a .JSP page is requested from Apache (sitting on port 80) it will automatically connect to Tomcat (port 8080). This is possible using a connector. In my case I am using mod_jk. I have Apache set

Problem with REALM JNDI JDBC AUTHENTICATION

2002-11-09 Thread Massimiliano Fabi
I thank you for your support in advice; I have a very big problem in my project: My application on W2K , TOMCAT 4.1 ALPHA , JBUILDER 4 AND JNDI EXTENSION doesn't run when acces to resource JDBC to connect db to check authentication via REALM(i use j_security_check action form and i access to

Re: RE: enable ssl on tomca

2002-11-09 Thread TEST ICIN
I already uncomment lines. When I run tomcat it begin to listen on 8443 port. but not in secure mode. When I browse address https://server:8443 it returns the not found message But if I write adsress as http://server:8443 it works fine. I tghougt it cant read the certificate from keystore. So I

Re: mod_jk Problem

2002-11-09 Thread .: B i g D o g :.
Rudolph, check the arhives...this was just discussed yesterday... John Turner created some great howtos for it http://www.johnturner.com/howto On Sat, 2002-11-09 at 23:10, Rudolph Araujo wrote: Hi, I am trying to configure Apache and Tomcat to work together using connectors so that

recommended reading

2002-11-09 Thread andreas palsson
Hi. I am very new to the world of Tomcat and servlets/jsp. An interesting world. I would like to know if there is some recommended reading. Not about the actual configuration, that is not a problem (yet), but I am looking for something the explains the concept and philosophy behind Tomcat.

Servlet returns blank html page

2002-11-09 Thread Peter Lee
I have this web page on which I clicked the web link: http://localhost:8080/example/servlet/MyServlet I have MyServlet.java compiled and MyServlet.class is in the WEB-INF\classes folder. I am expecting a html page generate by the servlet, but all I got was a blank page. Whats is incorrect?

RE: recommended reading

2002-11-09 Thread Brian Topping
Andreas, Tomcat is the Sun reference implementation of a J2EE servlet container. This means that any book on Java Servlets should do justice to Tomcat architecture and operating principles. Many books also go into the configuration of Tomcat as an example of configuring a servlet container,

Re: recommended reading

2002-11-09 Thread Hamraoui
Dans un e-mail daté du 10/11/2002 01:24:30 Paris, Madrid, [EMAIL PROTECTED] a écrit : http://www.moreservlets.com Mohammed Hi. I am very new to the world of Tomcat and servlets/jsp. An interesting world. I would like to know if there is some recommended reading. Not about the actual

Re: recommended reading

2002-11-09 Thread Steven J. Owens
andreas palsson [mailto:andreas;muha.net] wrote: I am very new to the world of Tomcat and servlets/jsp. An interesting world. I would like to know if there is some recommended reading. Not about the actual configuration, that is not a problem (yet), but I am looking for something the