AW: and firefox

2005-06-01 Thread Heiner . Amthauer
Original message: > "missing plugin". Other servers, such as BEA weblogic, are creating the same > page very well for various kinds of clients. Which means: I've deployed the exact same page to weblogic, and it works fine with firefox. Of course, I've already tried to install the plugin, but fir

encodeURL does not support hostname aliases

2005-06-01 Thread Grant Jennings
Hi, I have a server that is running behind a firewall that sends a URL in a = response that i need to encode with a session id because the clients = don't support cookies. After looking at how encodeURL works, it only = adds a session id if the URL matches the host, port and path of the = current

Treating requests while application is deploying...

2005-06-01 Thread MC Moisei
Hi, I was searching thru documentation about this matter but I didn't find an answer yet. I want to display to the end users a default down page, automatically, during deployment. How do I do that ? I assume I'd have to modify the DefaultServlet and it's error handling. Is there a different/bet

Re: FarmWarDeployer and /META-INF/context.xml

2005-06-01 Thread Aaron Loucks
If you name the war file ".war" it knows deploys to / but it's still not reading the context.xml =/ When deploying with the FarmWarDeployer by droping a .war into the watched directory, does the deployer even look at the /META-INF/context.xml that's bundled in the war file? I had some proble

Re: Suddenly, can't access a tomcat

2005-06-01 Thread Parsons Technical Services
Are you running out of db connections? Add elements to your resource for the database connection to recover abandoned connections and to log them. Then see if any show in the logs. Poor way of profiling. If they do and your app continues to run you were running out of db connections. Note: Thi

Suddenly, can't access a tomcat

2005-06-01 Thread Motokazu Ishikawa
Hello, all. Please help me resolve the following problem. I developed web application in which an user can run external python scripts and outputs of these scripts are stored in MySQL. Stored data can be reviewed. My web application runs normally for a day or two. But suddenly, tomcat becomes

FarmWarDeployer and /META-INF/context.xml

2005-06-01 Thread Aaron Loucks
When deploying with the FarmWarDeployer by droping a .war into the watched directory, does the deployer even look at the /META-INF/context.xml that's bundled in the war file? I had some problems with deploying the root context (ROOT.war with path="" in the bundled context.xml). It would try t

Re: Tomcat in chroot

2005-06-01 Thread Parsons Technical Services
Apparently you are seeing what users of some flavors of *nix see. That is you are seeing each thread as a separate process rather than one. When running a chroot environment things act a little differently. I would not be too concerned as long as top reports back proper memory usage. Note that y

Re: Tomcat service terminated unexpectedly

2005-06-01 Thread Parsons Technical Services
What is in the logs? Did it start this at some point or has it been happening all along? Consider updating you JDK. You may even try 1.5 as it is faster. Check you debug settings and turn them up. Look in the logs for the last connection/request to see what was being asked for. If needed set

Re: Problems with Tomcat 5.5.9 + Apache 2.0.49

2005-06-01 Thread Parsons Technical Services
As I do not use Mod_jk or jk2 and so I will not be able to help in that sense, but often I see the time spent on this when Apache is not needed. So I ask, why do you want Apache? If you have valid reasons, no problem, just trying to save you some time. A couple of points to consider: Mod_jk2

Re: Slow shutdown in tomcat

2005-06-01 Thread Parsons Technical Services
Look at your server.xml You will find the references to the used ports there. I think the one you are looking for is the shutdown port at either 8005 or 8009. Have your firewall allow connections to this port from the IP defined as localhost as well as the IP of the machine if not the same.

Tomcat service terminated unexpectedly

2005-06-01 Thread ivy chen
Hi,All I am running Tomcat 4.1.12 , in a W2K Box (tomcat 4.1.12+ java 1.4.1_02+ W2K SP4, ). Tomcat is running as a service and time to time (random) it crashes with the following message: The Apache Tomcat 4.1 service terminated unexpectedly. It has done this 1 time(s). The following correctiv

Slow shutdown in tomcat

2005-06-01 Thread Shadow
Hi, I've been experiencing very long shutdown times with tomcat (about 3 minutes). I was googling for this and found mention that a firewall can affect tomcat. I disabled shorewall on my serve and indeed tomcat shutdown within 30 seconds. However, I have not found any information on how to con

Re: logging.properties configuration - log stdout and stderr to a file

2005-06-01 Thread William BC Crandall
Hello Santhana, I just went through this and found useful info here $CATALINA_HOME\webapps\tomcat-docs\logging.html and here: http://minaret.biz/tips/tomcatLogging.html Good luck! William BC Crandall bc.crandall [around] earthlink.net - Original Message - From: "SANTHANA GOPALAN"

Problems with Tomcat 5.5.9 + Apache 2.0.49

2005-06-01 Thread Fabricio Veiga
Hi. I'm with problems to integrate Tomcat 5.5.9 and Apache 2.0.49. I'm using module Mod_jk2, but doesn't functioned. Could somebody help me? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: client authentication with client certificates (ssl)

2005-06-01 Thread Mark Thomas
Paul, CLIENT-CERT authentication is supported. Mark Paul Puschmann wrote: we'd like to use our Tomcat with ssl and client certificates. Does anybody know if the user information (of the user-certificate) can be used to authenticate? Tomcat is 5.5.7 -

Re: lucene+Tomcat

2005-06-01 Thread Mark Thomas
Zakaria KHABOT wrote: So, how to accees 'sysadmin' and configue the path of the docs to search in. That is a lucene configuration question. You may have better luck trying the lucene users list. Mark - To unsubscribe, e-ma

Tomcat5+jk2... /manager/html

2005-06-01 Thread Gordon Schmidt
Hallo, after I got my iis6.0-webserver with jk2_connector and my application-server with tomcat 5 working, I have some problems: I can call the tomcat-startside via the IIs-Server on port 80, or I can call the tomcat-Server directly. But if I want to go to the /manager/html, /manager/status

Tomcat5+jk2... /manager/html

2005-06-01 Thread Gordon Schmidt
Hallo, after I got my iis6.0-webserver with jk2_connector and my application-server with tomcat 5 working, I have some problems: I can call the tomcat-startside via the IIs-Server on port 80, or I can call the tomcat-Server directly. But if I want to go to the /manager/html, /manager/status

RE: invoking Thread.Sleep() from a servlet instance

2005-06-01 Thread Steve Kirk
I have used Thread.sleep() in a webapp, but not within a servlet as such. I wrote Runnable classes that were started in their own thread of execution when the webapp started up. This worked fine. > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: Tuesday 31 May 200

Re: Urgent: how to detect client has closed connection

2005-06-01 Thread Ronald Klop
What Writer are you using? If you do response.getWriter() you will get a PrintWriter and the docs tell you that PrintWriter doesn't throw exceptions, so your app keeps printing to the writer after an error. (A closed connection is an IOException.) If you use the default out property of a jsp pa

Re: and firefox

2005-06-01 Thread Jost Richstein
Maybe it's not the server generating a wrong page...your browser is just not able to load the plugin. I would install the plugin for Firefox first! [EMAIL PROTECTED] wrote: Hi there, I'm using an applet, with the following line: I've assumed, that this works fine for any client. Loading th

and firefox

2005-06-01 Thread Heiner . Amthauer
Hi there, I'm using an applet, with the following line: I've assumed, that this works fine for any client. Loading the page with iexplorer does, however, loading it into firefox results in the message "missing plugin". Other servers, such as BEA weblogic, are creating the same page very well fo

Your advise with Background Thread Creation / Management ?

2005-06-01 Thread tomcat-users . list
I would like to include code within the WAR that instates itself after the Web Context has been sucessfully initialised, this context will create one (or more) background threads. This should instate itself at context initialisation through deployment (independantly of any website activity). I

client authentication with client certificates (ssl)

2005-06-01 Thread Paul Puschmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, we'd like to use our Tomcat with ssl and client certificates. Does anybody know if the user information (of the user-certificate) can be used to authenticate? Tomcat is 5.5.7 Paul - -- Linux-User #271918 with the Linux Counter, http://counter.l

Re: lucene+Tomcat

2005-06-01 Thread Zakaria KHABOT
Hi, Thanks for your help. It wirks now. But I have as displayed: Welcome to the Lucene Template application. (This is the header) ERROR opening the Index - contact sysadmin! Error message: D:\opt\lucene\index not a directory Jakarta Lucene Template WebApp 1.0 So, how to accees 'sysadmin' and

logging.properties configuration - log stdout and stderr to a file

2005-06-01 Thread SANTHANA GOPALAN
Hi, How to configure tomcat 5 to log stderr and stdout to the log file. I tried it using logging.properties but the stdout and stderr is displaying only in the console. How to log into the file? I am using tomcat 5.5.9 on windows OS. How to configure logging.properties file? With reg

RE: lucene+Tomcat

2005-06-01 Thread Subhrajyoti Moitra
Are u sure lucene-1.4.3.jar is in the WEB-INF/lib directory? U don't need to put this jar in $CLASSPATH variable explicitly. -Subhro. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 9:59 PM To: Tomcat Users List Subject: Re: lucene+Tomcat I think

Re: Log stderr and stdout into log file in tomcat 5

2005-06-01 Thread Anto Paul
> > How to configure tomcat 5 to log stderr and stdout > > to the log file. I tried it using logging.properties > > but the stdout and stderr is displaying only in the > > console. What I need is to log into the file. I am > > using tomcat 5.5.9 in windows. How to configure > > logging.propertie

Fwd: Log stderr and stdout into log file in tomcat 5

2005-06-01 Thread SANTHANA GOPALAN
--- SANTHANA GOPALAN <[EMAIL PROTECTED]> wrote: > From SANTHANA GOPALAN Tue May 31 23:07:25 2005 > Received: from [203.101.45.4] by > web50409.mail.yahoo.com via HTTP; Tue, 31 May 2005 > 23:07:25 PDT > Date: Tue, 31 May 2005 23:07:25 -0700 (PDT) > From: SANTHANA GOPALAN <[EMAIL PROTECTED]> > Sub