Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
erything works. Not sure what happened. I did not start out 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

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 A

Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
if [ -f "$CATALINA_PID" ]; then log_success_msg "$DESC is not running, but pid file exists." exit 1 else log_success_msg "$DESC is not running." exit 3 fi else log_success_msg "$DESC is runnin

Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
onsole Output Not Going Anywhere what class is Logger.getLogger(), doesn't look like a tomcat class, so, no, it wont show up in the tomcat configured logs. Also, System.out/err only show up in the logs if you have swallowOutput set AND it happens during a request. ServletContextListen

Re: Console Output Not Going Anywhere

2009-08-09 Thread Allen Williams
class, so, no, it wont show up in the tomcat configured logs. Also, System.out/err only show up 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:

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 contextInitia

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:0

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 org.apache.catalina.core.ContainerBase.

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

2006-05-25 Thread Allen Williams
. Well, 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 Will

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

2006-05-25 Thread Allen Williams
hursday, 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 is no longer in the logs. > > Let me ass

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

2006-05-25 Thread Allen Williams
d see what the error looks like now? > > Jay > > | Jay Burgess [Vertical Technology Group] > | http://www.vtgroup.com/ > > > -Original Message- > 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

2006-05-25 Thread Allen Williams
olute pathname for > this directory or > WAR file, or a pathname that is relative to the appBase directory > of the owning > Host." > > Shouldn't you be using a relative path for docBase, not an absolute one? > > Jay > > | Jay Burgess [Vertical Technology Gr

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

2006-05-25 Thread Allen Williams
To: Tomcat Users List > Subject: Re: More (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 "/

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

2006-05-25 Thread Allen Williams
ld suggest using relative (which would be > relative to appBase). > > On 5/25/06, AJ Jonen <[EMAIL PROTECTED]> wrote: > > > > Linux is case sensitive do you have the write case. > > > > > > Allen Williams wrote: > > > > >Nope, unfortunat

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

2006-05-25 Thread Allen Williams
inux 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? > > > > > > > >>-O

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

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

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

2006-05-25 Thread Allen Williams
> > the appBase is an attribute that is defined in your server.xml. > 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

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

2006-05-25 Thread Allen Williams
t Users List > Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems > > > On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote: > > > I added this to the server.xml file: > > > >>unpackWAR

More (Unending) "Resource Not Found"/ Directory Problems

2006-05-25 Thread Allen Williams
To the list (my new best friends;-): I finally got my (very simple) app up and working under the Debian package mechanism, but was having problems with the ajp13 connector. On someone's advice, I reinstalled using a manual installation (i. e., I used the Linux binary, but unpacked and installed b

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 Us

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 > > Also, now that I have this rudimentary piece of code working, I

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

2006-05-21 Thread Allen Williams
ectory Structure and Can't Find Resources in Tomcat On 5/20/06, Allen Williams <[EMAIL PROTECTED]> wrote: > Sorry, it didn't work. Once again, in my browser I have: > > HTTP Status 404 - /login > Description: The requested resource (/login) is not available. >

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

2006-05-20 Thread Allen Williams
san 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: > action="WEB-INF/classes/UserConfig.login"&g

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

2006-05-20 Thread Allen Williams
tomorrow;-). Thanks again! -Original 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: &g

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

2006-05-20 Thread Allen Williams
gt; > -=> Gregg <=- > > Mladen Adamovic wrote: > > I would suggest you to install and work with Netbeans 5.0. Netbeans > > 5.0 have bundled Tomcat which work out of the box. Than you will not > > have problems like these before deployment. > > > > Allen Williams wro

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

2006-05-20 Thread Allen Williams
s 5.0. Netbeans 5.0 have bundled Tomcat which work out of the box. Than you will not have problems like these before deployment. Allen Williams wrote: > Well, I can't figure out this directory structure and finding stuff at all. > > Here are my directory listings > > docroot=

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 2006-05

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: us

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| |