RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Dirk Moolman
In my case I installed from a .gz file - cd to /Project - gzip -d apache-tomcat-5.5.17.tar.gz - tar xvf apache-tomcat-5.5.17.tar And then your startup has to know where your JAVA_HOME is, and your Tomcat bin directory -Original Message- From: ks.foong [mailto:[EMAI

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Dirk Moolman
I do not know much about Tomcat, but also recently had to install in a different directory. In the startup script, did you set the following variable ? TOMCAT_BINDIR="/Project/Tomcat/bin" The only other variable I also set was JAVA_HOME, and it worked ok for me. -Original Message-

RE: Tomcat on a Memory Stick

2006-05-26 Thread Dirk Moolman
A quick question about CATALINA_HOME and JAVA_HOME - I do not have both set in my profile on my server. I only set the JAVA_HOME - will this cause a problem for me in future ? -Original Message- From: Markus-Alexander Metz [mailto:[EMAIL PROTECTED] Sent: 26 May 2006 11:07 AM To: Tomcat

RE: Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Dirk Moolman
I don't know which parameter it is, but how about increasing the kernel parameter that handles open files ?Unless your application just keeps growing in terms of open files, and you need to start killing off processes like you mentioned with the http keepalives. -Original Message- Fro

RE: Deploying under 1 specific name doesn't work

2006-05-24 Thread Dirk Moolman
/localhost//org/apach e/jsp/jsp/) On 5/23/06, Dirk Moolman <[EMAIL PROTECTED]> wrote: > > > Apache Tomcat/5.5.17 > JVM 1.5.0_06-b05 > > > I have a very strange problem on a new server. We deployed an > application successfully. After that we even redeployed the

RE: Deploying under 1 specific name doesn't work

2006-05-24 Thread Dirk Moolman
sender has specifically stated them to be the views of DigiCare (Pty) Ltd. > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 06:19 PM To: Tomcat Users List Cc: Dirk Moolman Subject: RE: Deploying under 1 specific name doesn't work Sorry Dirk!

RE: Deploying under 1 specific name doesn't work

2006-05-23 Thread Dirk Moolman
ndalone > localhost > 'application' Delete your application, it should then work. "Dirk Moolman" <[EMAIL PROTECTED] o.za> To "Tomcat Users List" 23 May

RE: Deploying under 1 specific name doesn't work

2006-05-23 Thread Dirk Moolman
er and should in no way be construed as the views of DigiCare (Pty) Ltd, except where the sender has specifically stated them to be the views of DigiCare (Pty) Ltd. > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 02:53 PM To: Tomcat Users List Cc: Dirk Moolman Subject: RE:

RE: Deploying under 1 specific name doesn't work

2006-05-23 Thread Dirk Moolman
x27;t work Just to make sure you are not missing anything, but are you removing the old application first and then deploying it again? you have to remove first. On 5/23/06, Dirk Moolman <[EMAIL PROTECTED]> wrote: > > Sorry, I copy the file onto my PC (it gets e-mailed to me), a

RE: Deploying under 1 specific name doesn't work

2006-05-23 Thread Dirk Moolman
Subject: Re: Deploying under 1 specific name doesn't work The main question everyone is going to have is how are you deploying it? On 5/23/06, Dirk Moolman <[EMAIL PROTECTED]> wrote: > > > Apache Tomcat/5.5.17 > JVM 1.5.0_06-b05 > > > I have a very strange probl

Deploying under 1 specific name doesn't work

2006-05-23 Thread Dirk Moolman
want to deploy properly (it deploys actually, but the application does not start up) - and here is the strange part. If I RENAME the war file, and deploy it, it starts up perfectly - only under the old name does it not want to start up. What could be causing this ? Dirk Moolman Database and

RE: tomcat doesn't deliver page on first call

2006-05-18 Thread Dirk Moolman
This isn't perhaps a network issue ? I had some issues just this morning where we made a DNS change on the network, which caused my app to be unstable. > > Abid Hussain wrote: >> Hi everybody, >> >> After restarting Tomcat (5.0.28), it doesn't deliver the requested >> jsp-page on the first cal

AppBase

2006-05-16 Thread Dirk Moolman
ral directory ?). Where do I set this ?I am still trying to set up a Tomcat server on Linux, but only get as far as the deployment of war files - in short, I have never worked with Tomcat before, and am still trying to understand it's structure / layout ... Dirk Moolman Database and

RE: Tomcat (Base?) directory

2006-05-12 Thread Dirk Moolman
... Greetings O. On Thu, 2006-05-11 at 10:52 +0200, Dirk Moolman wrote: > Hi, I am sorry for posting such simple questions to the list, but I am > really pushed for time (new servers have to go live), and I have not > worked with Tomcat before. > > I have successfully installed Tomcat, and so

RE: Tomcat (Base?) directory

2006-05-11 Thread Dirk Moolman
2006 01:22 PM To: 'Tomcat Users List' Subject: RE: Tomcat (Base?) directory Did you include the ROOT/ directory from the old installation's webapps directory? That is where the welcome page lives. Tim -Original Message- From: Dirk Moolman [mailto:[EMAIL PROTECTED] Sent: Thu

RE: Tomcat (Base?) directory

2006-05-11 Thread Dirk Moolman
irectory of webapps (in the demoserver), and extracted this in my new home - so all the files that were in the demo directory, are now in the new one (including the conf, logs, etc...) Dirk [Original post] -Original Message- From: Dirk Moolman [mailto:[EMAIL PROTECTED] Sent: Thurs

Tomcat (Base?) directory

2006-05-11 Thread Dirk Moolman
open a Tomcat welcome page. I assume from this that I cannot just move the demoserver directory structure, but have to also change some config files if I want to do this - is this correct ? Dirk Moolman Database and Unix Administrator Digicare Technologies (HealthCorp) > The information

RE: Install Guide

2006-05-08 Thread Dirk Moolman
Excellent, thank you very much -Original Message- From: Gaƫl Lams [mailto:[EMAIL PROTECTED] Sent: 06 May 2006 07:49 PM To: Tomcat Users List Subject: Re: Install Guide On 5/5/06, Dirk Moolman <[EMAIL PROTECTED]> wrote: > Sorry, I tried 8081, but also 8080 (as in a previous m

RE: Install Guide (JAVA PATH)

2006-05-05 Thread Dirk Moolman
Yes, I think you are right :-) I ran the following, and found the older version of Java first in the path: `which java` -version java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxia321420-20040626 (JIT enabled: j

RE: Install Guide

2006-05-05 Thread Dirk Moolman
: Install Guide 8080 not 8081 Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message----- From: Dirk Moolman [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 10:14 AM To: Tomcat Users List Subject: RE: Install Guide Thank you

RE: Install Guide

2006-05-05 Thread Dirk Moolman
Thank you for everyone's responses.I tried downloading and installing the JDK 5 Update 6 version, but it still would not run, after following the install steps on the tomcat.apache.org website (gave me the same message as before in the catalina log) ["This release of Apache Tomcat was packaged

RE: Install Guide

2006-05-04 Thread Dirk Moolman
Dirk Moolman wrote: >> I am trying to install Tomcat (version 5.5.17) on SLES9 for the first >> time. Is there an installation guide I can follow that will help me >> with the installation and setup ? >> >> I know nothing about Tomcat, and have to learn it from scra

Install Guide

2006-05-04 Thread Dirk Moolman
Hi, I am a total newbie, so in advance I would like to apologise for my (dumb) questions. I am trying to install Tomcat (version 5.5.17) on SLES9 for the first time. Is there an installation guide I can follow that will help me with the installation and setup ? I know nothing about Tomcat, and h