Re: Exception report - HTTP Status 500 -

2010-04-16 Thread Warren Pace
If you installed your Tomcat using the Debian package manager, take a look at the tomcat startup script. While it's been a number of years since I used Debian, I seem to remember this from back in the day - look for a statement referencing security or use security or something to that effect and

Re: [OT] Re: So many timeout values

2009-10-29 Thread warren . pace
I was the happiest man in the world when they delivered our shiny new System/34. No more punch cards! --Original Message-- From: André Warnier To: Tomcat Users List ReplyTo: Tomcat Users List ReplyTo: Tomcat Users List Subject: Re: [OT] Re: So many timeout values Sent: Oct 29, 2009 5:08

Re: [OT] Re: So many timeout values

2009-10-29 Thread Warren Pace
On Thu, Oct 29, 2009 at 9:14 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: [OT] Re: So many timeout values As long as we're on the [OT] subject, how about learning about the judicious and parcimonious usage of sorted data

Re: [OT] Re: So many timeout values

2009-10-29 Thread Warren Pace
On Thu, Oct 29, 2009 at 10:30 AM, André Warnier a...@ice-sa.com wrote: Warren Pace wrote: On Thu, Oct 29, 2009 at 9:14 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: [OT] Re: So many timeout values As long as we're

Re: tomcat init script not LSB compliant

2007-11-21 Thread Warren Pace
Most distros have a skeleton script (or something similarly named) in /etc/init.d. Poke around in there. On 11/21/07, Waseem Azhar [EMAIL PROTECTED] wrote: Hi All, Could anybody tell me how to make tomcat script LSB compliant ? I am using Linux High availability project. The heartbeat daemon

Re: Best Linux distribution

2007-11-16 Thread Warren Pace
Point taken. We ran a Vax until last year... On Nov 15, 2007 10:52 AM, Steve Ochani [EMAIL PROTECTED] wrote: If everyone based their decisions solely on that criteria we would be all using pdp-11s. On 15 Nov 2007 at 6:19, Warren Pace wrote: And that is the correct answer. On Nov

Re: Best Linux distribution

2007-11-15 Thread Warren Pace
And that is the correct answer. On Nov 15, 2007 5:54 AM, Peter Crowther [EMAIL PROTECTED] wrote: From: Andrew Hole [mailto:[EMAIL PROTECTED] In your opinion what is the best LINUX distribution for a server with an instance of Tomcat and an J2EE application of medium load? The one with

Re: JDBCRealm

2006-12-19 Thread Warren Pace
From: Wojtek Kusch [EMAIL PROTECTED] Date: 2006/12/19 Tue AM 11:52:20 EST To: users@tomcat.apache.org Subject: JDBCRealm Hallo! I am a newbie. I am defining a JDBCRealm for my web application in the server.xml: Realm className=org.apache.catalina.realm.JDBCRealm

Re: question about context file entries and TC 5.5

2006-12-12 Thread Warren Pace
look in the META-INF folder inside your webapp's directory maybe From: Michael Hencin [EMAIL PROTECTED] Date: 2006/12/12 Tue AM 10:47:58 EST To: 'Tomcat Users List' users@tomcat.apache.org Subject: question about context file entries and TC 5.5 I am starting to use TC 5.5, JVM

Re: RE: Why cannot I put JSVC into a shell script to run

2006-09-05 Thread Warren Pace
/catalina.out -errfile ./logs/catalina.err org.apache.catalina.startup.Bootstrap Thanks Pat -Original Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 4:10 AM To: Tomcat Users List Subject: Re: Why cannot I put JSVC into a shell script to run

Re: Why cannot I put JSVC into a shell script to run

2006-09-01 Thread Warren Pace
Pat, Send us your entire script. Also, which Linux, Tomcat, and Java are you using? That'll help us, too. warren From: Patrick Wang [EMAIL PROTECTED] Date: 2006/08/31 Thu PM 05:41:32 EDT To: users@tomcat.apache.org Subject: Why cannot I put JSVC into a shell script to run Hi, I

Re: Re: how to use jsvc to stop the tomcat service

2006-08-05 Thread Warren Pace
option. I listed the jsvc -help and did not see such an option for the jsvc command. I will do more investigation. Pat -Original Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 2:28 PM To: Tomcat Users List

Re: how to use jsvc to stop the tomcat service

2006-08-03 Thread Warren Pace
From: Patrick Wang [EMAIL PROTECTED] Date: 2006/08/03 Thu PM 02:27:35 EDT To: 'Tomcat Users List' users@tomcat.apache.org Subject: how to use jsvc to stop the tomcat service Hi All: I am using TOMCAT 5.0.28, I found the following command to start a tomcat instance on the

Re: Re: how to use jsvc to stop the tomcat service

2006-08-03 Thread Warren Pace
Pat, See reply below. I left out the left curly brace in the if [ ! -x ${JSVC_BIN} ]; then statement. Sorry, didn't proof-read before I hit send... From: Warren Pace [EMAIL PROTECTED] Date: 2006/08/03 Thu PM 05:20:47 EDT To: Tomcat Users List users@tomcat.apache.org Subject: Re

Re: Re: help getting jsvc up and running on sles9 on ibm pseries (power5)

2006-06-17 Thread Warren Pace
I know this doesn't address the compilation problems but why not run tomcat as a daemon in a chrooted jail? see: http://www.oreilly.com/catalog/tomcat/chapter/ch06.pdf From: Christian Andersson [EMAIL PROTECTED] Date: 2006/06/15 Thu AM 06:36:47 EDT To: Tomcat Users List

Re: Re: HTTPD with Tomcat

2006-06-08 Thread Warren Pace
Depending on your layout, with httpd 2.2 there should be a subdirectory named extra within the conf directory. Create an httpd-ajp.conf file inside the extra subdirectory. The following example httpd-ajp.conf file assumes mod-proxy-ajp is statically linked. It should get you started... #

Re: Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp

2006-05-19 Thread Warren Pace
PROXY_AJP_.CONF *** ProxyPass /contact/*.jsp ajp://localhost:8080/contact/ ProxyPassReverse /contact/*.jsp ajp://localhost:8080/contact/ Use port 8009 (the ajp connector uses 8009) instead of 8080 Add a line in your HTTPD.conf to include

Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Warren Pace
SUSE 10 would be a good choice. It's the Novell group's open source offering. After installation updates you'll have the latest sun jvm (you'll want to add inst-source.java to your install sources list), and a very recent MySQL. The only problem is with Tomcat. I know of no Linux

Re: Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Warren Pace
lrnobs - need to make a correction to my reply. Regarding versions of Tomcat offered as packages with Linux distributions. Change that to read 5.0.3 not 5.3.0. From: Warren Pace [EMAIL PROTECTED] Date: 2006/04/30 Sun PM 01:39:40 EDT To: Tomcat Users List users@tomcat.apache.org Subject

Re: Re: access control

2006-04-06 Thread Warren Pace
From: Zohar [EMAIL PROTECTED] Date: 2006/04/06 Thu AM 11:46:27 EDT To: Tomcat Users List users@tomcat.apache.org, tomcat-user@jakarta.apache.org Subject: Re: access control Can I grant access to some jsp pages and deny access to others (in the same context)? Yes. I've done

Re: mod jk

2006-03-06 Thread Warren Pace
From: Kaushal Shriyan [EMAIL PROTECTED] Date: 2006/03/06 Mon AM 05:08:31 EST To: users@tomcat.apache.org, users@httpd.apache.org Subject: mod jk HI All I am getting [EMAIL PROTECTED]/apache/bin# ./apachectl start Syntax error on line 212 of

Re: Re: Problems Starting Tomcat

2006-03-03 Thread Warren Pace
Hi all I'm having problems starting Tomcat after my home account (in which Tomcat is installed) was moved from one server to another. The most visible thing that has changed is that my home directory now has a different path. Before the move, my installation of Tomcat worked fine.

Re: Tomcat5.5 init script on FC4 revisited

2006-02-23 Thread Warren Pace
From: Bob Hartung [EMAIL PROTECTED] Date: 2006/02/22 Wed PM 05:35:05 EST To: TomcatUsers users@tomcat.apache.org Subject: Tomcat5.5 init script on FC4 revisited Hi all, I have modified a file from Warren Pace. After running, I can ps ax | grep jsvc and have two pids but trying

Re: Re: Tomcat5.5 init script on FC4 revisited

2006-02-23 Thread Warren Pace
From: Warren Pace [EMAIL PROTECTED] Date: 2006/02/23 Thu PM 06:43:49 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: Tomcat5.5 init script on FC4 revisited From: Bob Hartung [EMAIL PROTECTED] Date: 2006/02/22 Wed PM 05:35:05 EST To: TomcatUsers users

Re: Does mod_jk work with Tomcat 5.5?

2006-02-21 Thread Warren Pace
From: Brad O'Hearne [EMAIL PROTECTED] Date: 2006/02/21 Tue PM 03:35:52 EST To: Tomcat Users List users@tomcat.apache.org Subject: Does mod_jk work with Tomcat 5.5? I downloaded the mod_jk binary for my distribution, and the filename was:

Re: init.d Tomcat5 file modifications

2006-02-21 Thread Warren Pace
From: [EMAIL PROTECTED] Date: 2006/02/21 Tue PM 03:18:27 EST To: users@tomcat.apache.org Subject: init.d Tomcat5 file modifications Hi all, I am a newbie (really new) to the world of java, tomcat, etc. I have a medical program for teaching cases called MIRC installed on Tomcat5.5

Re: Re: init.d Tomcat5 file modifications

2006-02-21 Thread Warren Pace
. Warren snip all before - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] #!/bin/sh # Copyright (c) 2005 Warren Pace, Charleston, SC, USA # init.d script for Apache-Tomcat

Re: Re: context error

2006-02-17 Thread Warren Pace
From: jacky [EMAIL PROTECTED] Date: 2006/02/16 Thu PM 11:08:59 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: Re: context error I added the Context path= docBase=ROOT debug=0/, it still doesn't work Best Regards. jacky - Original Message

Re: Website on Tomcat- few problems

2006-02-16 Thread Warren Pace
From: harmeek singh jhutty [EMAIL PROTECTED] Date: 2006/02/16 Thu PM 03:57:49 EST To: users@tomcat.apache.org Subject: Website on Tomcat- few problems Hi Friends, I have a JSP/Java/Tomcat website on which I am able to view the images from the outside world but for some reason the

Re: Re: context error

2006-02-16 Thread Warren Pace
. jacky - Original Message - From: Warren Pace [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, February 15, 2006 6:42 PM Subject: Re: Re: context error From: jacky [EMAIL PROTECTED] Date: 2006/02/14 Tue PM 08:32:56 EST

Re: Re: context error

2006-02-15 Thread Warren Pace
From: jacky [EMAIL PROTECTED] Date: 2006/02/14 Tue PM 08:32:56 EST To: Tomcat Users List users@tomcat.apache.org, [EMAIL PROTECTED] Subject: Re: context error hi, Mike, Do you mean put all directories together? No, we need to separate them. So, any other suggestions about

Re: Tomcat 5.5 documentation: how to update website?

2006-02-14 Thread Warren Pace
From: Steve Meredith [EMAIL PROTECTED] Date: 2006/02/14 Tue AM 03:50:19 EST To: users@tomcat.apache.org Subject: Tomcat 5.5 documentation: how to update website? Hi all Just spent time getting the Tomcat5.sh script to work as a daemon under linux following the advice on the url:-

Re: Re: Tomcat 5.5 documentation: how to update website?

2006-02-14 Thread Warren Pace
From: Steve Meredith [EMAIL PROTECTED] Date: 2006/02/14 Tue AM 06:27:52 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: Tomcat 5.5 documentation: how to update website? On 14 Feb 2006, at 11:05, Warren Pace wrote: From: Steve Meredith [EMAIL PROTECTED] Date

Re: Tomcat Startup Messages

2006-02-06 Thread Warren Pace
From: [EMAIL PROTECTED] Date: 2006/02/06 Mon AM 11:17:08 EST To: users@tomcat.apache.org Subject: Tomcat Startup Messages Hello, although I didn't find an answer whether to have catalina run as root proc or under unprivileged uid (Charles Cladarale mentioned it was required for

Re: RE: context.xml

2006-01-31 Thread Warren Pace
-deploy the entire folder gets deleted. But if you're packaging your app as a .war file, then you always have that copy. -Dennis -Original Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 7:41 PM To: Tomcat Users List Subject: Re: context.xml

RE: RE: context.xml

2006-01-31 Thread Warren Pace
the context in server.xml, there's nothing I can think of. I believe it's still OK to do this in Tomcat 5.0. I believe it works in 5.5 but is frowned upon. I have a feeling this won't be an option in future releases. Warren -Dennis -Original Message- From: Warren Pace [mailto:[EMAIL

Re: context.xml

2006-01-30 Thread Warren Pace
From: Klotz Jr, Dennis [EMAIL PROTECTED] Date: 2006/01/30 Mon PM 07:00:03 EST To: Tomcat Users List users@tomcat.apache.org Subject: context.xml I thought the name of the xml file located in : $CATALINA_HOME/conf/[enginename]/[hostname]/ had to match the name of your webapp

Re: Re: Are servlet name and class name required in web.xml for tomcat 5.5?

2006-01-25 Thread Warren Pace
From: [EMAIL PROTECTED] Date: 2006/01/25 Wed AM 11:13:11 EST To: Tomcat Users List users@tomcat.apache.org, 'Tomcat Users List' users@tomcat.apache.org CC: Alla Winter [EMAIL PROTECTED] Subject: Re: Are servlet name and class name required in web.xml for tomcat 5.5?

Re: mod_jk / 503 Error

2006-01-25 Thread Warren Pace
From: Neal Whitley [EMAIL PROTECTED] Date: 2006/01/24 Tue PM 05:40:53 EST To: users@tomcat.apache.org Subject: mod_jk / 503 Error I have mod_jk / tomcat and apache somewhat working together but I am getting an error when displaying pages via the connector. Tomcat is set up and

Re: (newb) Tomcat servlet mapping problem

2006-01-21 Thread Warren Pace
From: Darren Hall [EMAIL PROTECTED] Date: 2006/01/20 Fri PM 02:28:22 EST To: users@tomcat.apache.org Subject: (newb) Tomcat servlet mapping problem I'm running Tomcat 5.0.30 and Apache 2.0 (both are running fine and without errors). I've connected them using mod_jk2, and I can see

Re: Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-10 Thread Warren Pace
From: Oded Arbel [EMAIL PROTECTED] Date: 2006/01/10 Tue AM 06:59:08 EST To: users@tomcat.apache.org CC: Caldarale, Charles R [EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost On Tuesday, 10 ?January 2006 02:35, Caldarale, Charles R wrote: From:

Two tomcat executables in Windows XP Task Manager

2006-01-10 Thread Warren Pace
OS: Windows XP Professional SP2 Tomcat Version 5.5.12 isapi_redirect.dll I recently installed Tomcat 5.5.12 on my machine at work. I had to front-end tomcat with IIS because of an existing ASP intranet site that I'm just not willing to rewrite. In Windows task manager, I notice that both

Re: Re: Two tomcat executables in Windows XP Task Manager

2006-01-10 Thread Warren Pace
is the actual tomcat server. if you stop the service tomcat5.exe will go. rgds, Hardik Tank --- Warren Pace [EMAIL PROTECTED] wrote: OS: Windows XP Professional SP2 Tomcat Version 5.5.12 isapi_redirect.dll I recently installed Tomcat 5.5.12 on my machine at work. I had to front

Re: Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-10 Thread Warren Pace
From: Oded Arbel [EMAIL PROTECTED] Date: 2006/01/10 Tue PM 12:46:14 EST To: users@tomcat.apache.org CC: Warren Pace [EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost On Tuesday, 10 ?January 2006 14:31, Warren Pace wrote: The most important reason

Re: Re: users Digest of: get.137891

2006-01-01 Thread Warren Pace
is using jsvc on fedora core ? If so, which versions are you using ? And which method (rpm from jpackage, tar.gz from apache ..) you used to install it ? Thanks, Marco From: Warren Pace [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Subject: Re: Jsvc jar Date

Re: Jsvc jar

2005-12-29 Thread Warren Pace
Which tomcat version are you running and on what 'nix? From: Marco Rossi [EMAIL PROTECTED] Date: 2005/12/29 Thu AM 08:09:31 EST To: users@tomcat.apache.org Subject: Jsvc jar Hi all, I'm newbie to jsvc, I've found in list archive a past discussion on the topic[1]. I'm using the script

Re: Re: Tomcat Datasource , can we define them in war file (whithout

2005-12-27 Thread Warren Pace
I'd like to know the answer to this one as well. Does Tomcat allow for per-application realms and can they be of different types (datasource realm, memory realm, etc.)? From: Legolas Woodland [EMAIL PROTECTED] Date: 2005/12/27 Tue AM 04:29:37 EST To: Tomcat Users List

Re: Re: access denied to Tomcat manager

2005-12-21 Thread Warren Pace
Could be as simple as not having added a user with manager role to tomcat-users.xml. From: vineesh kumar [EMAIL PROTECTED] Date: 2005/12/21 Wed AM 12:58:08 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: access denied to Tomcat manager you may not have access permission to

Re: RE: Error - processCallbacks status 2

2005-12-21 Thread Warren Pace
Is the LoadModule jk_module line in your httpd.conf commented out? From: LEBLANC, Damiens [EMAIL PROTECTED] Date: 2005/12/21 Wed AM 11:11:47 EST To: Martin Gainty [EMAIL PROTECTED] CC: users@tomcat.apache.org Subject: RE: Error - processCallbacks status 2 Thank you for your response,

Re: Re: problem with stopping Tomcat

2005-12-20 Thread Warren Pace
Warren Pace [EMAIL PROTECTED] wrote: mariju, This is puzzling. At this point, I would do exactly what you're planning. Good thing you saved the original files . . . after that, I'm at a loss short of removing the app and re-installing with apt. From: marju jalloh Date: 2005/12

Re: RE: Add application

2005-12-19 Thread Warren Pace
Yep! Thanks, Chuck. From: Caldarale, Charles R [EMAIL PROTECTED] Date: 2005/12/18 Sun PM 04:58:05 EST To: Tomcat Users List users@tomcat.apache.org Subject: RE: Add application From: Warren Pace [mailto:[EMAIL PROTECTED] Subject: Re: Add application or create an xml file

Re: Re: problem with stopping Tomcat

2005-12-19 Thread Warren Pace
Did you originally install Tomcat using apt? The Debian package configures Tomcat to listen on port 8180. From: marju jalloh [EMAIL PROTECTED] Date: 2005/12/18 Sun PM 04:52:50 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: problem with stopping Tomcat Sorry that I

Re: Add application

2005-12-18 Thread Warren Pace
either create a subdirectory of the top-level directory of your webapp named META-INF and place your context-specific information in a file named context.xml or create an xml file with the same name as your webapp (i.e. BookApps.xml ) in $CATALINA_HOME/conf. Both methods have worked for me in

Re: Re: problem with stopping Tomcat

2005-12-18 Thread Warren Pace
And one other question - is any other app listening in on port 8080? From: Steve Dodge [EMAIL PROTECTED] Date: 2005/12/18 Sun PM 04:39:00 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: problem with stopping Tomcat What's you environment? What version of Tomcat? What

Re: Re: MultipartRequest problem

2005-12-16 Thread Warren Pace
Is the servlet part of a package in your webapp? MultipartRequest may be another java class on your box. From: Franklin Phan [EMAIL PROTECTED] Date: 2005/12/15 Thu PM 06:57:12 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: MultipartRequest problem I downloaded Tomcat

RE: Tomcat 5 error 404

2005-12-14 Thread Warren Pace
Just a shot in the dark . . . is TC4 still listening on port 8080? On Wed, 2005-12-14 at 17:32 -0600, Bliesner, Christopher P wrote: Yes, I will check on that...thanks for the direction and the link below has the same 404 effect. -Original Message- From: Caldarale, Charles R

Re: install tomcat daemon on linux

2005-12-10 Thread Warren Pace
ody, Since Linux distributions vary so much, it's up to the user to write his own script. Look in $CATALINA_HOME/bin/jsvc-src-native for an example. Better yet, there should be a script called skeleton in /etc/init.d you can use as a guide to write a proper LSB-conforming script for your

Re: Start Tomcat as a Linux daemon

2005-12-07 Thread Warren Pace
Which tomcat version? On Wed, 2005-12-07 at 12:35 +, Mário Gamito wrote: Hi, I'm trying to start Tomcat as a linux daemon at server boot, but i don't have jsvc (although i've installed package admin), like explained in Tomcat's page. An year ago or so, i had this ctl script that

Re: RE: JSP on apache

2005-12-06 Thread Warren Pace
Mukesh, Did you also edit your httpd.conf file and workers.properties? I've attached some snippets from mine as text files. Once you've configured everything, restart the servers first tomcat and then apache. Regards Warren From: mukesh [EMAIL PROTECTED] Date: 2005/12/06 Tue PM

Re: Please Help Me

2005-12-02 Thread Warren Pace
What operating system are you using? From: Teh Noranis Mohd Aris [EMAIL PROTECTED] Date: 2005/12/02 Fri AM 04:09:38 EST To: tomcat-user@jakarta.apache.org Subject: Please Help Me Dear All, I've installed tomcat version 4.1.31 and tried to start tomcat but the Tomcat window displays