RE: Performance question JDBC vs Properties

2004-02-17 Thread Neal
Any chance you guys would consider NOT sending signed or encrypted emails to the list any more? They always choke my email client and it just doesn't seem necessary for the purpose of an email newsgroup. ;-) Thanks. Neal -Original Message- From: Antonio Fiol Bonnín [mailto:[EMAIL

Re: JAAS and TOMCAT 5

2004-02-17 Thread Adam Hardy
On 02/16/2004 07:17 PM Miller, Steve wrote: But, if anybody out there needs any help with configuring JAAS into Tomcat 5, let me know. I've integrated LDAP authentication into the process as well...works beautifully...finally. :-) I'll be happy to share my code in order to prevent others from

Re: How to know when Tomcat has completed startup?

2004-02-17 Thread James Neville
Jose, James, do you need the servlets to be already initialized??? Yes, and they are all defined in web.xml. The timer servlet that processes the calendars is the last to load. Another thing to consider is that the connector between Tomcat and Apache is also set up. Because Tomcat and Apache may

jsp files won't run outside of example directories.

2004-02-17 Thread David Grant
Hi All, I am having trouble getting .jsp files working outside the default webapps directory used by Tomcat to display examples. The examples work just fine, and if I put any .jsp file under the jsp-examples directory, they work fine too. The other directory I have setup (myapp) is within my

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Re: How Servlets work?

2004-02-17 Thread james Folsom
It's Multiple Threads pushed through a single instance. It's is parallel not serial. Any synchronization code is probably going to do more harm than good. You might want to rethink your architecture. See Flyweight Pattern [GoF]. --- saravanan [EMAIL PROTECTED] wrote: Hi all, may be not the

RE: Please help with CLASSPATH problem

2004-02-17 Thread Andi Reinbrech
My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 03:57 AM To: [EMAIL PROTECTED] Subject: Re: Please help with CLASSPATH problem Andi Reinbrech [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I FINALLY figured this one

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

RE: Please help with CLASSPATH problem

2004-02-17 Thread Davide Papotti
-Original Message- From: Andi Reinbrech [mailto:[EMAIL PROTECTED] Sent: martedì 17 febbraio 2004 13.29 To: 'Tomcat Users List' Subject: RE: Please help with CLASSPATH problem My apologies - RTFM -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 17 February

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

per-user, per-app logging in dev environment

2004-02-17 Thread John Beamon
I've got John and Bob working on the same project under a cvs tree $APPS/john/project/ $APPS/bob/project/ I set up Contexts for each of those projects, each with a Logger for logging to separate per-user directories. logs/john/project.log logs/bob/project.log During Tomcat startup, the

Re: per-user, per-app logging in dev environment

2004-02-17 Thread Tim Funk
You could use the swallowOutput attribute. Look in the docs or archives for more info on it. IIRC, that should do what you need. But the better way is to use log4j or similar. Logging packages similar to log4j are sweet since you can turn up or down the debugging per class. (That is, if you

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

tomcat_install is not set

2004-02-17 Thread Altug B. Altintas
What is the meaning of tomcat_install is not set properly ?? Regards... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

RE: Ihre Anfrage

2004-02-17 Thread Shapira, Yoav
Howdy, I'll try to take care of this autoresponder ASAP. Thanks, Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:09 AM To: [EMAIL PROTECTED] Subject: Ihre Anfrage Leider können wir Ihre

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Exception:: java.net.SocketTimeoutException: Read timed out whie deploying web service

2004-02-17 Thread tom ly
I get an Exception:: java.net.SocketTimeoutException: Read timed out when i attempt deploy a web service with heavy xml parsing. What can I do? - Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online

Can I chain authenticators?

2004-02-17 Thread Ryan Rhodes
I have a portal project. I need to allow users to navigate seamlessly from the portal to a commercial product that’s based on Tomcat 4.1 and uses Basic Authentication. To get around this, I hacked BasicAuthenticator and added some code to get the credentials from the request body: if(

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Upgrading Tomcat 3 to 4 with Apache 1.3.24 and OpenSSL 0.9.6c

2004-02-17 Thread fhbib webmaster
Apache 1.3.24 can be used with Tomcat 3.3 on Win32 by using the Apache JServ communication module (port 8007). Is it possible to upgrade a configuration running Tomcat 3.3 and Apache 1.3.24 using OpenSSL 9.9.6c to use Tomcat 4.1.29? If so, is there an FAQ, etc, with the detailed How To?

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Tomcat + Apache + SSI

2004-02-17 Thread Ferran Orsola
Hi, I have got one application running in Tomcat 5. Also I have Apache 2 connected with Tomcat using jk1.2. And I would like o insert includes from Apache in JSP pages. If I add SSI includes in my jsp files to take content from apache, it works in windows XP but not in solaris 9. It seems

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread Stefano Rebollini
Have the user all the rights to write in the logs directory ? - Original Message - From: suviswan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 3:31 PM Subject: Error during tomcat 4.1.29 startup Hi Team I am getting this

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Re: per-user, per-app logging in dev environment

2004-02-17 Thread John Beamon
I searched the archive online for swallowOutput, and there were zero results. What is it? Where do I implement it? Is this part of the Java code or part of the Tomcat server.xml? Give me a hint here; if I knew how to do this, I wouldn't have asked for help! -- John Beamon Systems

improving performance with connector params

2004-02-17 Thread meissa . Sakho
We're running Tomcat 4.1.18 with jdk1.3 under linux The communication with apache is set via the Webapp Connector. In order to improve performance I need some suggestions about the connectors attributes. The extract below is from our server.xml file in the prod environnement Connector

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Very Very Slow performance of Tomcat

2004-02-17 Thread Deepak Hegde
Hi All, I am running Tomcat 4 and Apache 1.3 and Struts Framework on Sun Sparc machine having O.S 5.8 version. Web application is developed to use Postgres Database also. I am facing lots of performance issues with Tomcat i.e sometimes tomcat process hangs and website stops opening and some

Re: per-user, per-app logging in dev environment

2004-02-17 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/defaultcontext.html http://jakarta.apache.org/tomcat/faq/misc.html#catalina.out eg: Context ... swallowOutput=true .. / -Tim John Beamon wrote: I searched the archive

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

RE: per-user, per-app logging in dev environment

2004-02-17 Thread Ralph Einfeldt
The hint: http://www.google.de/search?q=swallowoutput -Original Message- From: John Beamon [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 4:34 PM To: Tomcat Users List Subject: Re: per-user, per-app logging in dev environment I searched the archive online for

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Re: jsp files won't run outside of example directories.

2004-02-17 Thread Jerry Ford
David: I just fought my way through this same problem. Solved it this weekend, with help from this forum. Search for messages posted here last week with jsp deployment in the subject for details. Short answer for me: don't use Tomcat's invoker servlet. Even though the invoker is

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Re: per-user, per-app logging in dev environment

2004-02-17 Thread John Beamon
Thanks. I just implemented it, and it appears to have fixed the problem. I hadn't spotted the swallowOutput=false in these Contexts, and I'm not sure who put them there. :-) Is it just me, or are the Tomcat docs not exactly easy to search? -- John Beamon Systems Administrator Franklin

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

RE: jsp files won't run outside of example directories.

2004-02-17 Thread Juan de Bravo
I think you've configured wrongly your virtual host in server.xml Host name=mysite.com debug=1 appBase=/var/www/www.mysite.com/jsp-bin unpackWARs=true Instead, the appBase attribute should be /var/www/www.mysite.com/jsp-bin/myapp Regards, Juan. -Mensaje original- De: David Grant

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

RE: per-user, per-app logging in dev environment

2004-02-17 Thread Mike Curwen
They're not easy to search, in that they aren't a windows help file. Nor are they all in one HTML document, like say the MySql docs. But on the plus side, they're fairly well organized, and complete. If I'm trying to find something, and don't have much success, I use google. example: type

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Re: Réf. : RE: How to know when Tomcat has completed startup?

2004-02-17 Thread Rodrigo Ruiz
AFAIK, the ServletContextListener initialization event is fired before Tomcat starts listening to external requests, so they won't work for you. SessionListeners will be executed on a request basis, as their first execution will be fired on the first request asking for a session to be created.

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Running a Java Application under Tomcat

2004-02-17 Thread Adrian Klingel
I have a Java application that polls a directory for XML files. This application is run from a main method in one of my classes. I can run it from the command line just fine, but I want to deploy it as a web application. Right now, there are no user interface components, but I will be adding

RE: Running a Java Application under Tomcat

2004-02-17 Thread Ralph Einfeldt
You have two options: - Start tomcat from within your application (Embedded mode) - Run your application inside of tomcat Then you have to convert your main in a servlet. -Original Message- From: Adrian Klingel [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 5:32 PM

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

Re: How to know when Tomcat has completed startup?

2004-02-17 Thread Rodrigo Ruiz
If I had undestood well, you want to invoke a servlet from within your own web-app during initialization, to do some data pre-generation. What about isolating the logic of your event management in a helper class? This way you could call its methods from within your ServletContextListener

Ihre Anfrage

2004-02-17 Thread rootmails
Leider können wir Ihre Anfrage nicht persönlich beantworten, da die Email Adresse, an die Sie Ihre Anfrage geschickt haben, nicht existiert. Sie können über folgenden Link mit uns Kontakt aufnehmen: Webhosting Kundencenter: http://www.business.bluewin.ch/de/index.php/webhosting/kundencenter/

thread dump analysis

2004-02-17 Thread Daniel Gibby
My tomcat 4.1.29 instance running J2RE 1.4.1 IBM build cxia321411-20030930 on RedHat 9 kernel 2.4.18-14 keeps gaining processor usage until finally can't answer requests successfully. The machine has a relatively light load. I did a kill -3 on the process that showed up on top and got a stack

RE: thread dump analysis

2004-02-17 Thread Shapira, Yoav
Howdy, Can you reproduce this behavior when running with a profiler? Yoav Shapira Millennium ChemInformatics -Original Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 12:21 PM To: Tomcat Users List Subject: thread dump analysis My tomcat 4.1.29

Re: thread dump analysis

2004-02-17 Thread Daniel Gibby
I can't run a profiler on this as it is a live system. I also don't have the resources to setup another box right now to even test it... I'm in a fire-fighting mode half of the time, and a village building mode the rest of the time. (Hmmm. I think I'll stop everything and write a tech book

RE: thread dump analysis

2004-02-17 Thread Shapira, Yoav
Howdy, My tomcat 4.1.29 instance running J2RE 1.4.1 IBM build cxia321411-20030930 on RedHat 9 kernel 2.4.18-14 keeps gaining processor usage until finally can't answer requests successfully. OK, so you can't profile. I'm not sure a thread dump would be that useful in this scenario because it

IIS and Tomcat (help?)

2004-02-17 Thread Rob McGrath \(Rite Aid Corp\)
Can IIS and Tomcat run together on port 443? By assigning 2 IP addresses in the configuration which have 2 separate domains controlled by a DNS Server, can they both run at the same time? I am looking for a way in Server.xml to tell Tomcat which IP it is assigned to. Currently, we are attempting

Manager application remove function doesn't remove deployed directory location

2004-02-17 Thread David Harvey
Hello all, My platform is Windows 2000 Apache-Tomcat 4.1.29, J2SDK1.4.2_01. I have written a struts-based web application. I install the application using the tomcat manager application and things are fine. When I try to remove the application using the tomcat manager application (for

Re: frame issue

2004-02-17 Thread daniel
I found out what the problem was. It was jumping from one context to anouther hence the new session. thanks Daniel Schulken - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 16, 2004 5:07 PM Subject: frame issue system seems to be in both

servlet help please

2004-02-17 Thread Jason Tesser
OK I am new to Tomcat and I am going through one of Sun's courses regarding Web apps. I am working on the below example; I have complied the code ok And put it in the servlets-examples/classes. I also went into the web.xml File under the servlets-examples directory and added the following

Re: thread dump analysis

2004-02-17 Thread David Rees
On Tue, February 17, 2004 at 9:20 am, Daniel Gibby wrote: I did a kill -3 on the process that showed up on top and got a stack trace... the problem is I have no idea how to analyze the thread dump to see what is consuming CPU. I'm sure something must be spinning its wheels, but I don't know

RE: servlet help please

2004-02-17 Thread Shapira, Yoav
Howdy, servlet-mapping servlet-nameMessageServlet1/servlet-name url-pattern/servlet/MessageServlet1/url-pattern /servlet-mapping The problem is when I add the above code to the xml file nothing Under servlets-examples will run. What am I doing wrong?

RE: servlet help please

2004-02-17 Thread Jason Tesser
Hi Howdy, servlet-mapping servlet-nameMessageServlet1/servlet-name url-pattern/servlet/MessageServlet1/url-pattern /servlet-mapping The problem is when I add the above code to the xml file nothing Under servlets-examples will run. What am I doing

displaying line numbers in errors

2004-02-17 Thread Jose Alfonso Martinez
Hello, When exceptions are thrown in my servlets and the Stack Trace is printed, I can see that java can find the line where the error ocurrs in some classes, and in some others not. For example: In some classes here, actually my own classes, it says Unknown Source

RE: displaying line numbers in errors

2004-02-17 Thread Shapira, Yoav
Howdy, You need to have the debug switch enabled when using javac to compile your classes. If you're using ant, add debug=true to your javac task invocation. From the command-line, it's -g I think. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jose Alfonso Martinez

RE: servlet help please

2004-02-17 Thread Shapira, Yoav
Howdy, javax.servlet.ServletException: No servlet class has been specified for servlet MessageServlet1 Post the servlet and servlet-mapping elements from your amended web.xml. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain

RE: servlet help please

2004-02-17 Thread Schalk
Paste your servlet and servlet-mapping code here. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This

RE: servlet help please

2004-02-17 Thread Jason Tesser
Hi, Yes I got it working. Thank you all for the help. Paste your servlet and servlet-mapping code here. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax:

NTLM Authentication POST Method

2004-02-17 Thread Kumar Abhay-CAK203C
Hello, I am using post method of sending data to servlet from a JSP page. I am unable to get the data by request.getParameter(). If I am using get method I am able to retrieve data from JSP page I was just searching on Google. Actually I am using NTLM Authentication in my Login Servlet. I

Tomcat silent freeze

2004-02-17 Thread norbes
Hello people, we have Tomcat 4.1.24 installed on a Red Hat 9.0 box with the followings charateristics: CPU: AMD Duron 800Mhz. RAM: 512Mb We have 3 WARs installed on this machine running apparently well, but after some time (apparently random), application server silently stops responding (doesn't

Re: thread dump analysis

2004-02-17 Thread Daniel Gibby
Well, I'd rather not show the world what my java processes are doing in case there is something proprietary in there. I'll send it to you personally. Daniel David Rees wrote: On Tue, February 17, 2004 at 9:20 am, Daniel Gibby wrote: I did a kill -3 on the process that showed up on top and

Re: thread dump analysis

2004-02-17 Thread David Rees
On Tue, February 17, 2004 1at 2:04 pm, Daniel Gibby wrote: Well, I'd rather not show the world what my java processes are doing in case there is something proprietary in there. I'll send it to you personally. OK, but it's tough for people to help troubleshoot your issue unless you do so. ;-)

Using Tomcat as an application server

2004-02-17 Thread Wilson, Allen
Title: Message Good Afternoon... I am trying to set Tomcat up as an application server so that it can be ran in conjunction with Apache (looked at the Wrox's Professional Tomcat book who mentions that is how to run the server with Apache). I have been unable to find the proper

RE: One user seeing another user's data

2004-02-17 Thread Kal Govindu
We had this problem on our first JSP application. One of the things we had to fix it was to remove all variable definitions from %!...% and move them to %...%. Kal -Original Message- From: Antonio Fiol Bonnin [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 2:17 AM To: Tomcat

Re: Tomcat very very slow when doing heavy XML processing

2004-02-17 Thread Peter Lin
If you look at the XML numbers in my performance article, you'll see that XML is very memory and CPU intensive. There's very little you can do about XML eating tons of resources and being slow. Until motherboards come with XML accelerators built in, XML performance will be slow. You may

IIS and Tomcat (help?)

2004-02-17 Thread Tom . Williams
Return Receipt Your IIS and Tomcat (help?) document :

Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread suviswan
Yes infact i got this exception from the logs directory. This exception occurs only when i add a particular directory in the tomcat startup classpath. -Surendra - Original Message - From: Stefano Rebollini [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday,

Re: servlet help please

2004-02-17 Thread jugal
hi tell me one thing...that u added the servlet tag in ur web.xml file or not... if not then add it to web.xml file servlet servlet-nameMessageServlet1/servlet-name servlet-classMessageServlet1/servlet-class /servlet try with this... programme runs???...or not runlet me know by by

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-17 Thread Sunit Bansal
TCP/IP is already installed using MS loop back adapter. In command promt I tried doing ipcofig: it gives error Also ping localhost, ping 127.0.0.0, ping 127.0.0.1 gives following error Unable to contact IP driver, error code 2 -Sunit -Original Message- From: [EMAIL PROTECTED]

Re: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-17 Thread Parsons Technical Services
Sunit, This is moving off topic for the list, but here it goes. First READ all of these instruction. You may find your problem without having to go through all these steps. Open Network Connections. One at a time right click a network device and select properties. Select uninstall. Do this for

Re: thread dump analysis

2004-02-17 Thread David Rees
David Rees wrote, On 2/17/2004 12:43 PM: On Tue, February 17, 2004 1at 2:04 pm, Daniel Gibby wrote: Well, I'd rather not show the world what my java processes are doing in case there is something proprietary in there. I'll send it to you personally. OK, but it's tough for people to help

Re: Can I chain authenticators?

2004-02-17 Thread Bill Barker
Ryan Rhodes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have a portal project. I need to allow users to navigate seamlessly from the portal to a commercial product that's based on Tomcat 4.1 and uses Basic Authentication. To get around this, I hacked BasicAuthenticator and

Re: Upgrading Tomcat 3 to 4 with Apache 1.3.24 and OpenSSL 0.9.6c

2004-02-17 Thread Bill Barker
JServ isn't supported in any version higher than 3.3. You will have to use mod_jk. fhbib webmaster [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Apache 1.3.24 can be used with Tomcat 3.3 on Win32 by using the Apache JServ communication module (port 8007). Is it possible to

Re: thread dump analysis

2004-02-17 Thread Daniel Gibby
I'm going to try and disable the jcrontab servlets and see if the problem persists. After that, I'll try and schedule some upgrades. Thanks for your help David! Daniel David Rees wrote: David Rees wrote, On 2/17/2004 12:43 PM: On Tue, February 17, 2004 1at 2:04 pm, Daniel Gibby wrote: Well,

Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread Antonio Fiol Bonnín
And why are you playing with tomcat startup classpath? It should be fine out of the box. suviswan wrote: Yes infact i got this exception from the logs directory. This exception occurs only when i add a particular directory in the tomcat startup classpath. -Surendra - Original Message

Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat_install is not set

2004-02-17 Thread FRANCOIS Dufour
mean that you dindint instaled it proprely [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Altug B. Altintas [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: tomcat_install is not set Date: Tue, 17 Feb 2004

Re: improving performance with connector params

2004-02-17 Thread Antonio Fiol Bonnín
It is not really a performance issue, but you will need to increase maxProcessors to the MaxClients value you have in your Apache web server in front. If you have something other than Apache, it will not be called MaxClients, but you get the idea... I would not raise acceptCount unless you

Re: Very Very Slow performance of Tomcat

2004-02-17 Thread Antonio Fiol Bonnín
Is maxProcessors lower than Apache's MaxClients? Are you hitting the max. number of connections to your database? When it goes slow, does it hang later? Are you closing all your connections to the DB? Q: --- Is there a checklist somewhere for this kind of things? It would be useful for