Re: HOWTO: install a Tomcat web application on Fedora 7 [was: ...]

2008-02-28 Thread Chris Baty
My own 2 cents; I'm a Debian guy and I spent at least a month trying to get Tomcat to run the way I wanted it. It so damn easy to do an "apt-get install tomcat5.5" (or rpm), look at http://localhost:8180/ and see something working. But I didn't get predictable behavior until I install Tomcat

Re: Only see html/code

2008-02-02 Thread Chris Baty
d cwrecyclers to ROOT to make it the default webapp, DocumentRoot should be /usr/share/tomcat5.5-webapps/ROOT and JkMount should be /*.jsp. If you decided to keep the cwrecyclers webapp name, then DocumentRoot needs to be /usr/share/tomcat5.5-webapps/cwrecyclers and the first JkMount is fine. Remove

Re: Only see html/code

2008-02-01 Thread Chris Baty
cat Users List Sent: Monday, January 21, 2008 12:43:36 PM Subject: Re: Only see html/code You mapped all URLs that start with /cwrecyclers but your request is for "/", which doesn't start with /cwrecyclers, so it doesn't get forward. That's OK. By the way: version 1.2

Re: Only see html/code

2008-01-21 Thread Chris Baty
Thanks. Chris - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, January 21, 2008 10:42:28 AM Subject: Re: Only see html/code If you think that your requests do net get forwarded to Tomcat, set JkLogLevel to debug and do a single re

Re: Only see html/code

2008-01-21 Thread Chris Baty
omcat Users List Sent: Sunday, January 20, 2008 10:06:13 AM Subject: Re: Only see html/code Hi Chris, Chris Baty schrieb: > Hi Guys, I'm running Tomcat 5.5 and Apache 2, with Tomcat connector > (Kind of a newbie). I got my Tomcat working fine at > /usr/share/tomcat5.5-webapps/

Only see html/code

2008-01-20 Thread Chris Baty
Hi Guys, I'm running Tomcat 5.5 and Apache 2, with Tomcat connector (Kind of a newbie). I got my Tomcat working fine at /usr/share/tomcat5.5-webapps/ROOT/cwrecyclers. When I point the browser (locally) at localhost:8180/cwrecyclers/ I see exactly what I expect. But when I look remotely also

Re: Running Tomcat as Standalone in linux

2008-01-05 Thread Chris Baty
rg> Subject: Re: Running Tomcat as Standalone in linux> > Check out your log see if there is any error info.> > On Jan 5, 2008 11:29 PM, Chris Baty <[EMAIL PROTECTED]> wrote:> > > Hi guys,> > I want to serve a site with few graphics so I decided to use Tomcat 5.5 as

Running Tomcat as Standalone in linux

2008-01-05 Thread Chris Baty
Hi guys, I want to serve a site with few graphics so I decided to use Tomcat 5.5 as my server. But I'm having difficulty getting it to run on port 80. I read http://www.ibm.com/developerworks/java/library/l-secjav.html and decided to try xinetd. I added this to /etc/xinetd/: # Redirects any

Re: Tomcat5.5 postgresql, security oh my

2007-12-03 Thread Chris Baty
: Tomcat5.5 postgresql, security oh my Exactly which Tomcat version? What "doesn't work"? What error do you get, under what circumstances? - Peter > -Original Message- > From: Chris Baty [mailto:[EMAIL PROTECTED] > Sent: 03 December 2007 13:37 >

Tomcat5.5 postgresql, security oh my

2007-12-03 Thread Chris Baty
Hi all, I'm trying to get Tomcat5.5 working with Poestgresql. I know I got everything configured right because if I turn Tomcat security off, in / etc/default/tomcat, everything works fine. My site directory is at /usr/share/tomcat5.5-webapps/ROOT/myapp. I want security on so this is m

Re: Basic Toimcat5.5 admin question

2007-09-21 Thread Chris Baty
Thanks all. I'm finding out the hard way I'm to dependent on apt-get. Chris - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, September 21, 2007 11:26:15 AM Subject: Re: Basic Toimcat5.5 admin question On 9/21/07, Ch

Basic Toimcat5.5 admin question

2007-09-21 Thread Chris Baty
Hi guys, I finally got Tomcat5.5 going on Etch AMD and I start studying the JSP developers guide but I get stuck in the beginning. The book says to create a new directory under ROOT but I don't have permission in my default account. The last install I did a chgrp /user/share/tomc

Re: Issue with psql driver

2007-09-06 Thread Chris Baty
at org.postgresql.Driver.makeConnection(Driver.java:382) at org.postgresql.Driver.connect(Driver.java:260) ... 45 more Thanks. Chris --- Chris Baty <[EMAIL PROTECTED]> wrote: > Hi David, > The only trace that I can find is the Catalina log: > > Error occurred: org.postgr

Re: Issue with psql driver

2007-09-05 Thread Chris Baty
uld provide > the complete stack > and root cause in the log file. > > --David > > Chris Baty wrote: > > >Hi David, > >The only trace that I can find is the Catalina > log: > > > >Error occurred: org.postgresql.util.PSQLException: > Something unusu

Re: Issue with psql driver

2007-09-05 Thread Chris Baty
- Original Message From: David Smith <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, September 5, 2007 10:58:19 AM Subject: Re: Issue with psql driver Can you post the complete stack trace of your error? That would be extremely helpful in diagnosing the problem. ---David

Issue with psql driver

2007-09-05 Thread Chris Baty
Hi Guys, I'm trying to access psql from Tomcat5. I have the correct driver because my command-lind test program works fine. So I copied the driver into /usr/share/tomcat5/common/lib, like the documentation says. Then I kept getting Error occurred: org.postgresql.util.PSQLException: Somet