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 a

Re: [OT] Re: So many timeout values

2009-10-29 Thread Warren Pace
On Thu, Oct 29, 2009 at 10:30 AM, André Warnier wrote: > Warren Pace wrote: >> >> On Thu, Oct 29, 2009 at 9:14 AM, Caldarale, Charles R >> wrote: >>>> >>>> From: André Warnier [mailto:a...@ice-sa.com] >>>> Subject: Re: [OT] Re: So

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 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 structures, on a

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 AM

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 d

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

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

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: > > driverName="sun.jdbc.odbc.JdbcOdbcDriver"

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'" > Subject: question about context file entries and TC 5.5 > > I am starting to use TC 5.5, JVM 1.5.0_06-b05 on XP. I

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

2006-09-05 Thread Warren Pace
IR" > echo "CLASSPATH: $CLASSPATH" > ./bin/jsvc -jvm server -Djava.endorsed.dirs=./common/endorsed -classpath > /usr/tomcat/bin/bootstrap.jar -outfile ./logs/catalina.out -errfile > ./logs/catalina.err org.apache.catalina.startup.Bootstrap > > > > Thanks &g

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: > Subject: Why cannot I put JSVC into a shell script to run > > Hi, > > I can only co

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

2006-08-05 Thread Warren Pace
d line /bin/jsvc \ > > * -stop > > > > It said -stop is not a recognized option. I listed the jsvc -help and did not > see such an option for the jsvc command. > > > > I will do more investigation. > > > > > > > &g

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"

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'" > 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 documentation page,

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

Re: Re: HTTPD with Tomcat

2006-06-08 Thread Warren Pace
> > From: [EMAIL PROTECTED] > Date: 2006/06/08 Thu PM 06:41:54 EDT > To: Tomcat Users List > Subject: Re: HTTPD with Tomcat > > Aye, Marc, I saw that. I'm not using proxy_balance, and the server.xml > file you posted looks almost exactly like mine (the main difference > being the port). Cur

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... # Examp

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 incl

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 Lis

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 distribut

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" , > > 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 it by creating a subdirectory within th

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 /home/qrq/suds_20_dir/ap

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

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" > Subject: Re: Tomcat5.5 init script on FC4 revisited > > > > > > From: Bob Hartung <[EMAIL PROTECTED]> > > Date: 20

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

Re: Re: init.d Tomcat5 file modifications

2006-02-21 Thread Warren Pace
t; this will help you source the rc_status messages for your own script. Warren > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > #!/bin/sh #

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 Tomc

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 > Subject: Does mod_jk work with Tomcat 5.5? > > I downloaded the mod_jk binary for my distribution, and the filename was: > > jakarta-tomcat-connectors-jk-1.2.14-linux-sles9-x86_64-worke

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" > Subject: Re: Re: context error > > I added the , it still doesn't work > > Best Regards. >jacky > > - Original Message - > From: "Caldarale, Charles R" <[EMA

Re: Re: context error

2006-02-16 Thread Warren Pace
uot; > enableLookups="true" > acceptCount="10" debug="0"/> > > > name="Apache" debug="0" appBase="webapps"> > > > prefix="apache_log." suffix=".txt"

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 rea

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" , > <[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 this pr

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" > Subject: Re: Tomcat 5.5 documentation: how to update website? > > > On 14 Feb 2006, at 11:05, Warren Pace wrote: > > > > >&g

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

Re: Tomcat Startup Messages

2006-02-06 Thread Warren Pace
> > From: <[EMAIL PROTECTED]> > Date: 2006/02/06 Mon AM 11:17:08 EST > To: > 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 binding to low

Re: Catalina vs. jsvc stand alone daemon

2006-02-03 Thread Warren Pace
> > From: <[EMAIL PROTECTED]> > Date: 2006/02/03 Fri AM 07:16:32 EST > To: > Subject: Catalina vs. jsvc stand alone daemon > > Hello Tomcatters, > > finally I solved my Tomcat docs perusal ignorance owed > difficulties, > and could successfully make Tomcat highly available. > Only thing that w

RE: RE: context.xml

2006-01-31 Thread Warren Pace
Is there a way to do this that you know of? > Dennis, Short of defining 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

Re: RE: context.xml

2006-01-31 Thread Warren Pace
loy? > If you're using the manager app to "un-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]

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" > 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 directory. >

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 u

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" , "'Tomcat Users List'" > > CC: "Alla Winter" <[EMAIL PROTECTED]> > Subject: Re: Are servlet name and class name required in web.xml for tomcat > 5.5? > > > -- Original message --

Re: J2EE Security roles

2006-01-24 Thread Warren Pace
> > From: "Venkat Reddy Valluri" <[EMAIL PROTECTED]> > Date: 2006/01/24 Tue AM 11:08:24 EST > To: > Subject: J2EE Security roles > > Hi, >I am using catalina-4.0.4 and Form based authentication with JDBCRealm. >I would like to get the roles of a user from session object in which I

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: > 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 that apache

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

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

2006-01-10 Thread Warren Pace
and tomcat5.exe 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.d

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 tomcat

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:

Re: Re: users Digest of: get.137891

2006-01-01 Thread Warren Pace
lt a 1.4.2_9 from jpackage > I brutaly used 1.5.0 rpm from sun > > Let me open up the question, if there anyone in this list who is using jsvc > on fedora core ? > > If so, which versions are you using ? > And which method (rpm from jpackage, tar.gz from apache ..) you

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

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 > Subject: Re:

Re: Admin Utility Install

2005-12-23 Thread Warren Pace
What operating system? > > From: "Jason Shadonix" <[EMAIL PROTECTED]> > Date: 2005/12/23 Fri PM 03:04:23 EST > To: > Subject: Admin Utility Install > > Any pointers on installing the Admin Utility on Tomcat 5.5. > > > > I don't see any obvious documentation on it. The download gives you a

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: > Subject: RE: Error - processCallbacks status 2 > > Thank you for your response, > > But,

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 > Subject: Re: access denied to Tomcat manager > > you may not have access permission to the directory

Re: Re: problem with stopping Tomcat

2005-12-20 Thread Warren Pace
gt; > Thanks Warren for your concern > Marju > > 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

Re: Re: problem with stopping Tomcat

2005-12-20 Thread Warren Pace
> begin with either a single or double quote character. > org.xml.sax.SAXParseException: The system identifier must begin with either a > single or double quote character. > at > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown > Source) >

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 > Subject: Re: problem with stopping Tomcat > > Sorry that I did`nt include thes

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" > Subject: RE: Add application > > > From: Warren Pace [mailto:[EMAIL PROTECTED] > > Subject: Re:

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 > Subject: Re: problem with stopping Tomcat > > What's you environment? What version of Tomcat? What command are you > u

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? I seem to remember the Debian distributions using that port for another app . . . > > From: Steve Dodge <[EMAIL PROTECTED]> > Date: 2005/12/18 Sun PM 04:39:00 EST > To: Tomcat Users List > Subject: Re: problem with stopping To

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: 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 > Subject: Re: MultipartRequest problem > > I downloaded Tomcat 3.3.2 and extra

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

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 fedor

Re: Start Tomcat as a Linux daemon

2005-12-07 Thread Warren Pace
Mario, Have you recently installed ver 5.5.12 and created symlinks to "jakarta-tomcat"? If not your script needs to be edited to reflect the new directory structure - CATALINA_HOME=/usr/local/apache-tomcat-5.5.12 DAEMON_HOME=/usr/local/apache-tomcat-5.5.12/bin Otherwise, just strip the /bin o

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 tha

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 dis