Is this a tomcat error?

2003-03-12 Thread pcampaigne
Has anyone seen this error before? I can access the Postgresql database from the command line. Error accessing the database Backend start-up failed:FATAL: Databasenba does not exist in the system catalog. thanks, Phil Campaigne

HTTP 500-Internal Server Error

2003-03-11 Thread pcampaigne
Hi, I'm trying to setup database access with a simple test application using tomcat 4.0.6. When my servlet gets executed I get the 500 browser error, Wrapper cannot find servlet class com.op.test.LoginServlet or a class it depends on 1. Does anyone know why? 2. Is there any way to get more useful

Re: HTTP 500-Internal Server Error

2003-03-11 Thread pcampaigne
don't get it?? Phil - Original Message - From: pcampaigne [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 6:59 AM Subject: HTTP 500-Internal Server Error Hi, I'm trying to setup database access with a simple test application using tomcat 4.0.6. When my

Re: HTTP 500-Internal Server Error

2003-03-11 Thread pcampaigne
Eric, Thanks for your help! Phil - Original Message - From: Erik Price [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 10:20 AM Subject: Re: HTTP 500-Internal Server Error pcampaigne wrote: Thanks Matt. I had my servlets in the src directory

Newbie - Starting servlets at startup

2003-03-10 Thread pcampaigne
This is a basic question but I am encountering a problem with my database access servlet and I am trying to diagnose it. If I want to start my servlet at Tomcat startup, do I have to use servlet involker even though I put load-on-startup1/load-on-startup in my web.xml? Thanks, Phil

Re: Remote debugging throught network

2003-03-07 Thread pcampaigne
To All. Has anyone got remote debugging working with tomcat 4.1.X? It is my understanding that it only works with 4.0.X? Phil Campaigne - Original Message - From: Karr, David [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 07, 2003 8:31 AM Subject: RE:

Tomcat + postgresql+ jdbc integration problem

2003-02-28 Thread pcampaigne
I am getting the error Error accessing database No suitable Driver. My installation consists of: tomcat 4.06 postgresql 7.3.2 pg731bjdbc2.jar IBMJava2-14 SDK I have read archives and how to and taken the following actions. placed pg731bjdbc2.jar in common/lib tcpip_socket= 1 in postresql.conf

Re: HTTP 500 - No Context configured- progress

2003-01-31 Thread pcampaigne
in circles. Also, check the docs, all of this stuff is covered in there, and there are several HOWTOs available on the net. John -Original Message- From: pcampaigne [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 3:02 PM To: Tomcat Users List Subject: Re: HTTP 500

Re: HTTP 500 - No Context configured- progress

2003-01-24 Thread pcampaigne
, 2003-01-23 at 18:52, pcampaigne wrote: The information I gave yesterday was wrong. I was viewing the server.xml file in Mozilla and I should have been viewing it in the xml viewer. The following lines in /etc/tomcat4/server.xml relate to ROOT: !- Tomcat Root Context- !- Context

localhost:8080 blank browser screen

2003-01-24 Thread pcampaigne
I have installed tomcat4.1.18 stand alone on RedHat 8.0 with JDK 1.3.1. Tomcat starts ok but when I execute localhost:8080 from the browser I get a blank screen. My default Virtual host entry in server.xml is as follows: Host name=http://192.168.1.2:8080/ debug=0 appBase=webapps

Re: HTTP 500 - No Context configured- progress

2003-01-24 Thread pcampaigne
:8080/examples/ and the example JSP and servlets run would be proof that Tomcat is up and running, and configured correctly. John -Original Message- From: pcampaigne [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:41 PM To: Tomcat Users List Subject: Re: HTTP 500

Re: localhost:8080 blank browser screen

2003-01-24 Thread pcampaigne
in the defaultHost attribute of the Engine element. There is much good documentation for all this at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html. -Victor -Original Message- From: pcampaigne [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 2:49 PM

Re: HTTP 500 - No Context configured

2003-01-23 Thread pcampaigne
. John -Original Message- From: pcampaigne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4:40 PM To: Tomcat Users List Subject: Re: HTTP 500 - No Context configured John, I installed Tomcat from the rpm tomcat4-4.1.18-full.1jpp.noarch.rpm. The entire

Re-name mod_jk2-2.0.43.so to mod_jk2.so?

2003-01-22 Thread pcampaigne
Is it necessary to re-name mod_jk2-2.0.43.so to mod_jk2.so when I use this connector with apache 2.0.43 and tomcat4-4.1.18? thanks, Phil

Porblem editing httpd.conf

2003-01-22 Thread pcampaigne
After I added the following line to httpd.conf, the httpd server vails to start: LoadModule mod_jk2-2.0.43.so I get a syntax error at startup. What am I doing wrong here. I am trying to tell it to load the jk2 connector module. using tomcat4-4.1.18 and httpd 2.0.43 Thanks, Phil

HTTP 500 - No Context configured

2003-01-22 Thread pcampaigne
Apache 2.0.43 and tomcat4-4.1.18 auto start ok on Red Hat 8.0 when configured with mod_jk2 2.0.43 and I can view http://localhost, but when trying http://localhost:8080/ I get the following error: HTTP Status 500 - No Context configured to process this request.THe server encountered an

Re: HTTP 500 - No Context configured

2003-01-22 Thread pcampaigne
post the relevant portion of server.xml. Is there a Context element in it for the ROOT Context? There should be, if you are using the default serverl.xml. John -Original Message- From: pcampaigne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:27 PM To: Tomcat

Re: HTTP 500 - No Context configured

2003-01-22 Thread pcampaigne
-Original Message- From: pcampaigne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4:40 PM To: Tomcat Users List Subject: Re: HTTP 500 - No Context configured John, I installed Tomcat from the rpm tomcat4-4.1.18-full.1jpp.noarch.rpm. The entire contents

Re: Common problems faced with tomcat configuration

2003-01-18 Thread pcampaigne
I am trying to get my apache 2.0.40 running with jk. I tried jk 2.0.43 but get error: mod_jk.c is not compatible with this version. However, I cannot locate mod_jk.c on my system, only mod_jk.so. The documentation for jk 2.0 says it can only be used with Apache 2.0.42. Any suggestions?