RE: Apache2.2 pages won't render in FireFox

2009-02-15 Thread Martin Gainty
Ill stick with Apache2 for now Thanks for the advice on WireShark Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature a

Re: WebdavServlet + custom DirContext = unexpected behaviour

2009-02-15 Thread Mark Thomas
Stephen Winnall wrote: > On 14 Feb 2009, at 21:04, Mark Thomas wrote: > >> Stephen Winnall wrote: >>> >>> >>> >>> >> type="javax.sql.DataSource" >>> driverClassName="org.postgresql.Driver" >>> url="..." >>> username="..." password="..." maxActive="20" maxIdle="10" >>>

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread André Warnier
Julien Martin wrote: THANKS A LOT ANDRÉ!! After reading your detailed reply, I followed your suggestion: ROOT.war and removed all unnecessary stuff from server.xml. It now works!! All the best, Julien. We live to serve. À votre service ! (J'en suis tout content moi-même. Cela prouve qu'on appr

Re: catalina.out

2009-02-15 Thread André Warnier
Caldarale, Charles R wrote: From: Mohit Anchlia [mailto:mohitanch...@gmail.com] Subject: Re: catalina.out There doesn't seem to be mention of catalina.out. Tomcat does not use catalina.out directly. There are redirects in the Linux version of the Tomcat startup scripts that send System.out a

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
THANKS A LOT ANDRÉ!! After reading your detailed reply, I followed your suggestion: ROOT.war and removed all unnecessary stuff from server.xml. It now works!! All the best, Julien. 2009/2/15 André Warnier > Julien Martin wrote: > >> >> I now get a 404 tomcat error. >> >> Any one could please hel

Re: catalina.out

2009-02-15 Thread Anurag Kapur
Mohit, >From the Tomcat documentation ( http://tomcat.apache.org/tomcat-5.5-doc/logging.html):- The logging.properties shipped with JDK is set to INFO. This file can be located at $JAVA_HOME/jre/lib Thus your default logging level in catalina.out is set to INFO. In order to override this, either

RE: catalina.out

2009-02-15 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Subject: Re: catalina.out > > There doesn't seem to be mention of catalina.out. Tomcat does not use catalina.out directly. There are redirects in the Linux version of the Tomcat startup scripts that send System.out and System.err to catali

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread André Warnier
Julien Martin wrote: I now get a 404 tomcat error. Any one could please help? We're trying. But you are not making it easy, by making several changes at once and then not telling us about it until it is too late. First, you have already modified the standard Tomcat configuration, by makin

Re: Apache2.2 pages won't render in FireFox

2009-02-15 Thread David Smith
In addition to asking on a more appropriate list, tools like firebug and wireshark can help you help yourself. Apache Httpd also has logs to analyze. -- David Sent from my iPod On Feb 15, 2009, at 12:00 PM, Martin Gainty wrote: link? Martin

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Hassan Schroeder
On Sun, Feb 15, 2009 at 9:09 AM, Julien Martin wrote: > I now get a 404 tomcat error. 1) don't post config files full of commented-out example stuff. We've all seen it, it isn't relevant, and it makes it hard to read the parts that /are/ relevant. 2) are you sure your Tomcat instance ha

Re: Apache2.2 pages won't render in FireFox

2009-02-15 Thread Anurag Kapur
http://httpd.apache.org/lists.html --Anurag Kapur Associate - Technology, Sapient Corporation India. http://www.linkedin.com/in/anuragkapur -- On Sun, Feb 15, 2009 at 5

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
I read the documentation and tried the following configuration: www.jeanbaptistemartin.com I now get a 404 tomcat error. Any one could please help? Thanks in adva

Re: Apache2.2 pages won't render in FireFox

2009-02-15 Thread André Warnier
Martin Gainty wrote: link? http://httpd.apache.org I'm sure there's a link to the list there somewhere. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.o

Re: Tomcat Internal Buffering with Jython

2009-02-15 Thread Alan Chaney
Hi Prashant So the exact problem is that after your jsp page is called and the data processed then the file is incomplete? Presumably then you are using ordinary file I/O to write to this file? If that's the case, then I think the answer to your original question is "No - no internal buffer of

RE: Apache2.2 pages won't render in FireFox

2009-02-15 Thread Martin Gainty
link? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other

Re: catalina.out

2009-02-15 Thread Mohit Anchlia
Thanks. There doesn't seem to be mention of catalina.out. Only one line that it has referes to other catalina. file that tomcat creates 1catalina.org.apache.juli.FileHandler.prefix = catalina. On Sun, Feb 15, 2009 at 6:54 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Ha

Re: Tomcat Internal Buffering with Jython

2009-02-15 Thread Prashant Golash
Hi Alan, Below are the details for the versions and OS: Tomcat Version : 6.0 OS : Windows XP JVM : 1.6 The way web is structured is: I have some precompiled python scripts which are actually compiled by jython into java classes(Before deploying). I have one python script which uses these precomp

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
Thanks but the suggested solution does not work. Now when I point my browser to http://www.jeanbaptistemartin.com I land on the tomcat manager app... Any one has any other idea? In the meantime I am going to have a look at the virtual hosts documentation as suggested by Hassan. Julien. 2009/2/15 A

Re: Apache2.2 pages won't render in FireFox

2009-02-15 Thread Anurag Kapur
Also, you might also want to share your configuration files like the httpd.conf. We have used Apache2.2 without any problems on almost all popular browsers. So I am sure there is something peculiar in your case. All the best! -Anurag

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Hassan Schroeder
On Sun, Feb 15, 2009 at 8:33 AM, Julien Martin wrote: > I'll try the suggested solution and keep you posted... You might also find the virtual hosting how-to in the docs useful. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com -

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
Thanks a lot for your reply, Tomcat version: 6.0.18 Platform: linux centos I'll try the suggested solution and keep you posted... Julien. 2009/2/15 André Warnier > Julien Martin wrote: > > Hi. > It will probably be useful for anyone wanting to help you, to know which > version of Tomcat you are

Re: Tomcat Internal Buffering with Jython

2009-02-15 Thread Alan Chaney
Hi Prashant The first question - which version of Tomcat? What operating sytem? What JVM? and in your case which version of Jython? Secondly please could you clarify exactly how your web is structured? My understanding from your first email is: 1. servlet is called with request containing a f

Re: Apache2.2 pages won't render in FireFox

2009-02-15 Thread André Warnier
Martin Gainty wrote: All- Im discovering Firefox wont render Apache2.2 served pages from Apache2.2/htdoc folder If I rollback to Apache2 ..Apache2/htdoc Pages the same pages are rendered with no error Advice? Yes : Maybe posting that in the Apache httpd forum ? ;-)

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread André Warnier
Julien Martin wrote: Hi. It will probably be useful for anyone wanting to help you, to know which version of Tomcat you are talking about. Also on which platform, athough one can kind of guess that. But it's time-consuming and error-prone to have to make guesses. With my limited knowledge and

Apache2.2 pages won't render in FireFox

2009-02-15 Thread Martin Gainty
All- Im discovering Firefox wont render Apache2.2 served pages from Apache2.2/htdoc folder If I rollback to Apache2 ..Apache2/htdoc Pages the same pages are rendered with no error Advice? Thanks Martin __ Disclaimer and confidentiality note Everyth

Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
Hello, I am experiencing problems with my tomcat setup. I suspect my application was deployed twice but I am not sure. Here is the relevant part from my "server.xml": www.jeanbaptistemartin.com Here is what the Application list shows in tomcat manager's full complete

Re: catalina.out

2009-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 2/13/2009 1:13 PM, Mohit Anchlia wrote: > Is there a way to just log SEVERE or ERROR messages to catalina.out? Yes. http://tomcat.apache.org/tomcat-6.0-doc/logging.html Skip the log4j-specific parts unless you are using log4j. You really

Re: WebdavServlet + custom DirContext = unexpected behaviour

2009-02-15 Thread Stephen Winnall
On 14 Feb 2009, at 21:04, Mark Thomas wrote: Stephen Winnall wrote: If you replace the DirContext implementation, Tomcat will look in your database for WEB-INF/web.xml which is where the WebDAV servlet needs to be defined. Did you include this resource (and any other required WEB-

Tomcat Internal Buffering with Jython

2009-02-15 Thread Prashant Golash
Hi Tomcat-Apache Gurus, I have a web application where from the front end user loads a file and gives it as input to Java classes.The file is given as input to a python script which converts it into some other format. Here I have used the concept of jython. The file is converting properly in the p