Help: Tomcat swallowOutput, system.err, catalina.out and my log

2003-01-22 Thread Sarah Grimley
We are trying to have our errors (SYSTEM.ERR, SYSTEM.OUT) sent to web-app specific logs, instead of catalina.out. We thought that the following would work, but seqreq_log_XXX only ends up with Java errors, everything else goes to catalina.out: !-- Tomcat seqreq Context -- Context

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Sarah Grimley
Hi John and Martin. Yes, I am on Tomcat jakarta-tomcat-4.1.12. As I said before, the access to the gifs and templates works fine on the 'standalone' version, which I have put on port 8200. Under this URL (http://sbio4.ph.chbs:8200/seqreq/icons), since I added the 'allowLinking' flag to the I

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Sarah Grimley
Yes I enabled symlinking in apache, I forgot to include this in my original mail... DocumentRoot /blah blah blah/html Directory / Options FollowSymLinks AllowOverride None /Directory Have no idea how to change mod_webapp to mod_jk(2). If this involves a lot of work, I will postpone till

Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread Sarah Grimley
Inside my WEBAPP my subfolders 'ICONS' and 'TEMPLATES' are actually symbolic links to folders elsewhere. I have enabled them to be accessed by my WebApp, by placing this code inside the Tomcat server.xml: !-- Tomcat MY_APP Context -- Context path=/MY_APP docBase=MY_APP debug=0

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread Sarah Grimley
/icons/w2_reset.gif HTTP/1.1 404 755 170.237.230.231 - - 2002-12-09 17:55:53 0 GET /seqreq/icons/w2_submit.gif HTTP/1.1 404 758 Turner, John [EMAIL PROTECTED] wrote: What do the Apache logs say for those requests? John -Original Message- From: Sarah Grimley [mailto:[EMAIL PROTECTED

Tomcat servlet recieves no posts from JSP - but code works in JBuilder?

2002-11-26 Thread Sarah Grimley
Please can you explain to me why the servlet is not getting any parameters from the JSP, when I run it in TOMCAT 4.1. The code works fine in JBuilder/Tomcat IDE. It also works fine in TOMCAT 4.1, when I call it from an HTML page. However, I want to call it from a JSP. NOTE: the form names and