Re: Clearing the catalina.out file

2009-08-16 Thread Tsirkin Evgeny
George ,your observations are still correct for truncating file. At least at Sun OS (Solaris) 9.If you truncate catalina.out : echo -n catalina.out you will see the file becoming 0 bytes long .But once tomcat writes another byte into output it will become the same size it was before truncation. I

Re: Tomcat subdirectories BASIC authentication

2009-08-16 Thread Gabriele Fatigati
Hi Martin, in the document above, (http://jcp.org/aboutJava/communityprocess/pr/jsr315/index.html) i didn't found any reference to css style. 2009/8/15 Martin Gainty mgai...@hotmail.com: could you read the servlet 3.0 spec at http://jcp.org/aboutJava/communityprocess/pr/jsr315/index.html in

Re: Tomcat subdirectories BASIC authentication

2009-08-16 Thread Gabriele Fatigati
Well, i've solved the problem. The problem was that the css style documents are in a subdirectories which user_2 didn't has the access. Adding the permission to user_2, pages are correctly displayed after BASIC authentication :) 2009/8/16 Gabriele Fatigati g.fatig...@cineca.it: Hi Martin, in

apache2.2 tomcat5.5.27 Windows 2008 virtual hosts

2009-08-16 Thread java piet
Dear all, This is the first time I have to set up a web application (Struts 1.1) and I have been hung up with this problem for days. I have searched and read every how to and other forum, mail list, blog I could find and I am probably misunderstanding something very obvious and simple. I have a

RE: Tomcat subdirectories BASIC authentication

2009-08-16 Thread Martin Gainty
Good to hear the problem is solved In the meanwhile please read Servlet Spec 3.0 located at http://jcp.org/aboutJava/communityprocess/pr/jsr315/index.html Molte Grazie, Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel

How do I set an option for a specific servlet if Tomcat is running as a service?

2009-08-16 Thread Aaron Aberg
Hi, I'm using Linux CentOS with Plesk 9.2.1, Tomcat 5.5 and Solr 1.3.0. I installed the solr war file through the plesk control panel but it doesnt start up. The logs reveal that solr/home property needs to be set before it can be started up. After some googling, I found out that I could set the

Re: checking of jvm params in a running tomcat

2009-08-16 Thread André Warnier
Angelo Chen wrote: Hi, I use JAVA_OPTS='-Xms256m -Xmx1024m' and now I'd like to check if the running tomcat really picking up this, how to check? without installing the tomcat manager? thanks. You did not specify the platform where you are running this Tomcat, nor it's version, nor the JVM

Re: Clearing the catalina.out file

2009-08-16 Thread André Warnier
Tsirkin Evgeny wrote: .. I'm no expert in these matters either, so I am a bit bemused about what is going on also, but to abound maybe on what Evgeny is writing : I happened to be following this thread and taking notes. I also happened to have a similar issue, with Apache httpd, not Tomcat :

Re: apache2.2 tomcat5.5.27 Windows 2008 virtual hosts

2009-08-16 Thread André Warnier
Piet, Thanks for providing all the information needed to help you. Not everyone does, and it's a p. in the a. But your configuration is a bit strange. Actually, it cannot work the way it is described, because you have both Apache httpd AND Apache Tomcat (2 different processes) trying to

Re: How do I set an option for a specific servlet if Tomcat is running as a service?

2009-08-16 Thread André Warnier
Aaron Aberg wrote: Hi, I'm using Linux CentOS with Plesk 9.2.1, Tomcat 5.5 and Solr 1.3.0. I installed the solr war file through the plesk control panel but it doesnt start up. The logs reveal that solr/home property needs to be set before it can be started up. After some googling, I found out

Re: How do I set an option for a specific servlet if Tomcat is running as a service?

2009-08-16 Thread David Smith
Aaron Aberg wrote: Hi, I'm using Linux CentOS with Plesk 9.2.1, Tomcat 5.5 and Solr 1.3.0. I installed the solr war file through the plesk control panel but it doesnt start up. The logs reveal that solr/home property needs to be set before it can be started up. After some googling, I found

Accessing stdout while remotely monitoring tomcat with lambda probe

2009-08-16 Thread Daniele Development-ML
Hello everybody, I'm trying to monitor Tomcat with lambdaprobe and I'm coming across some configuration difficulties - the best place where to post this question would be their forum, but it appears to be not very active and thus I'm giving a go here. The problem is that I cannot visualise the

RE: Accessing stdout while remotely monitoring tomcat with lambda probe

2009-08-16 Thread Caldarale, Charles R
From: Daniele Development-ML [mailto:daniele@googlemail.com] Subject: Accessing stdout while remotely monitoring tomcat with lambda probe The problem is that I cannot visualise the content of the stdout file, which is automatically redirected in CATALINA/logs/stdout_20090816.log . When

Re: apache2.2 tomcat5.5.27 Windows 2008 virtual hosts

2009-08-16 Thread java piet
Hi André, Thank you so much for the quick response. I will check your feedback as soon as I have access to the server again. The reason for the Apache http server is because I thought I need it to handle the virtual hosting. As for the port 80, something else is already using it on the server.

RE: apache2.2 tomcat5.5.27 Windows 2008 virtual hosts

2009-08-16 Thread Caldarale, Charles R
From: java piet [mailto:javap...@gmail.com] Subject: Re: apache2.2 tomcat5.5.27 Windows 2008 virtual hosts The reason for the Apache http server is because I thought I need it to handle the virtual hosting. No, Tomcat can handle that quite well:

Re: swallowOutput=true not working. Why?

2009-08-16 Thread Daniele Development-ML
Hi Chris, I'm coming across the same identical problem - your final message says you have solved it. Could you post the detailed steps required to solve it? It might beneficial to all of us. Thanks, Dan On Mon, Jun 15, 2009 at 4:17 AM, Christopher Piggott cpigg...@gmail.comwrote: Konstantin,

Re: swallowOutput not working properly?

2009-08-16 Thread Eric B.
Filip Hanik - Dev Lists devli...@hanik.com wrote in message news:4a8639f7.50...@hanik.com... I ran some additional tests this afternoon to try to discover some pattern, and noticed the following. Using a very basic app, I noticed that upon startup, a listener does not have its output

jnlp-file doesn't work

2009-08-16 Thread Andreas Junius
Hi Tomcat Users, I'm struggling with a Java Web Start application. My application and the jnlp file are both correct. Everything works fine if I use a different server. But if I use Tomcat, I'll get the following error: JNLParseException[ Could not parse launch file. Error at line 0.] and