Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
in the logs if you have swallowOutput set AND it happens during a request. ServletContextListener don't happen during servlet requests Filip On 08/08/2009 05:53 PM, Allen Williams wrote: Allen Williams wrote: I've fixed the exceptions that were being thrown and still have this, despite having

Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
if you have swallowOutput set AND it happens during a request. ServletContextListener don't happen during servlet requests Filip On 08/08/2009 05:53 PM, Allen Williams wrote: Allen Williams wrote: I've fixed the exceptions that were being thrown and still have this, despite having

Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
0 Caldarale, Charles R wrote: From: Allen Williams [mailto:anw-d...@infoisland.net] Subject: Re: Console Output Not Going Anywhere It is the standard internal tomcat logging mechanism contained in the distribution of tomcat 6, based on java.util.logging. 1) What platform (OS) are you

Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
That sounds like it might be a bit time consuming. I don't mind trying it, but I'm going to be traveling next week, so I'll have to do it when I return. Caldarale, Charles R wrote: From: Allen Williams [mailto:anw-d...@infoisland.net] Subject: Re: Console Output Not Going Anywhere Debian

Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
with that in the context tag. I'm wondering if maybe I had an OS glitch? Thanks for all the help!! Allen Williams wrote: That sounds like it might be a bit time consuming. I don't mind trying it, but I'm going to be traveling next week, so I'll have to do it when I return. Caldarale, Charles R wrote: From: Allen

Re: Console Output Not Going Anywhere

2009-08-08 Thread Allen Williams
Sorry, I should have mentioned that. Yes, I've tried it both ways, multiple times. BTW, is that something new in Tomcat6? I've never seen it before now. Filip Hanik - Dev Lists wrote: did you set swallowOutput=true in conf/context.xml? Filip On 08/07/2009 07:01 PM, Allen Williams wrote

Re: Console Output Not Going Anywhere

2009-08-08 Thread Allen Williams
Allen Williams wrote: I've fixed the exceptions that were being thrown and still have this, despite having this in my code: === public class AppInitializer implements ServletContextListener { public void contextInitialized

Console Output Not Going Anywhere

2009-08-07 Thread Allen Williams
I'm trying to get Tomcat 6 up and working; didn't have this problem on 5. The code: System.err.println does not print to the log files. With this logging.properties: org.apache.catalina.core.ContainerBase.[Catalina].[info-dev].[/infoisland].level = ALL

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
(Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: I added this to the server.xml file: Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false !-- This is what I

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
. By default it is your TOMCAT_HOME/WEBAPPS folder. On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: I will take your advice and figure out how to use META-INF/context.xml as soon as I get back to where I was (I wondered what that META-INF directory was for;-). Are the absolute paths

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
Nope, unfortunately, didn't work. Still get the Resource not found message. What am I missing here? -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:28 PM To: Tomcat Users List Subject: RE: More (Unending) Resource Not Found

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
an absolute path (unless it wants one of the form http://localhost:8080/smsinfo;; is that possible?). Hmph. -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:28 PM To: Tomcat Users List Subject: RE: More (Unending) Resource Not Found

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
case. Allen Williams wrote: Nope, unfortunately, didn't work. Still get the Resource not found message. What am I missing here? -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:28 PM To: Tomcat Users List Subject: RE: More

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
PROTECTED] wrote: Linux is case sensitive do you have the write case. Allen Williams wrote: Nope, unfortunately, didn't work. Still get the Resource not found message. What am I missing here? -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
(Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: Are the absolute paths like http://localhost:8080/smsinfo; or like /usr/local/tomcat/webapps/smsinfo? File system paths, your second choice :-) Also, I assume by docBase you mean

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:34 PM To: Tomcat Users List Subject: RE: More (Unending) Resource Not Found/ Directory Problems Oooo-kay. I went and (re)read the document you suggested, did change docbase in the Context element to docBase (which

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 4:03 PM To: Tomcat Users List Subject: RE: More (Unending) Resource Not Found/ Directory Problems Thanks. This all started when I went from a Debian package install to a more vanilla Linux install. Under

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: Yeah, I fixed that. That error is no longer in the logs. Let me assure you that absolute appBase and absolute docBase paths work fine together -- I've got systems

RE: More (Unending) Resource Not Found/ Directory Problems

2006-05-25 Thread Allen Williams
, it was. -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 6:30 PM To: Tomcat Users List Subject: Re: More (Unending) Resource Not Found/ Directory Problems On 5/25/06, Allen Williams [EMAIL PROTECTED] wrote: Yeah, I fixed that. That error

Can't find ajp13 connector

2006-05-22 Thread Allen Williams
Below is my tomcat5 log file. As you can see, on startup it can't find the Ajp13Connector class. I can't find anywhere that I can download a jar of this package, but isn't it supposed to be in one of the standard .jar's anyway? What would have lost it? Using CATALINA_BASE: /var/lib/tomcat5

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-21 Thread Allen Williams
-Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 4:02 PM To: Tomcat Users List Subject: Re: Directory Structure and Can't Find Resources in Tomcat snip /snip Also, now that I have this rudimentary piece of code working,

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Allen Williams
Schroeder [mailto:[EMAIL PROTECTED] Sent: Saturday, May 20, 2006 2:19 PM To: Tomcat Users List Subject: Re: Directory Structure and Can't Find Resources in Tomcat On 5/19/06, Allen Williams [EMAIL PROTECTED] wrote: form name=loginForm method=post action=WEB-INF/classes/UserConfig.login

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Allen Williams
Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Saturday, May 20, 2006 2:19 PM To: Tomcat Users List Subject: Re: Directory Structure and Can't Find Resources in Tomcat On 5/19/06, Allen Williams [EMAIL PROTECTED] wrote: form name=loginForm method=post action=WEB-INF

Directory Structure and Can't Find Resources in Tomcat

2006-05-19 Thread Allen Williams
Well, I can't figure out this directory structure and finding stuff at all.   Here are my directory listings docroot= /usr/share/tomcat5/webapps/smsinfo *** anw-dev:/usr/share/tomcat5/webapps/smsinfo$ ls -laF total 20 drwxr-xr-x  3 anw     root 4096

Newbie: Help on directory structure

2006-05-18 Thread Allen Williams
I have an Java app called login, in a package called UserConfig. This is just a very simple app to help me get started. The directory structure: app-name| |-login.jsp |-welcome.jsp |-WEB-INF| ||-classes| |||-UserConfig| |

RE: the very beginning

2006-05-18 Thread Allen Williams
Start here: http://tomcat.apache.org/tomcat-5.5-doc/introduction.html but, I must say, I'm having a lot of trouble with directory structures, naming conventions, etc. myself. Allen -Original Message- From: Ersin Ersoy [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 6:15 PM To: