Re: Jakarta-Tomcat 4.01 startup problem

2001-12-04 Thread Alec Bickerton
Hi, You need to use service tomcat4 start | stop I had the same problem using the rpm. 30/11/2001 03:23:55, Kenneth Fung [EMAIL PROTECTED] wrote: To who it may concern, I have installed jakarta-tomcat 4.01 RPM on My Redhat Linux 7.0. However, there is no *.sh files as described in Tomcat

HELP assigning a logger object to a context PLUS WEBAPP WOES

2001-11-28 Thread Alec Bickerton
Hi all, Current Setup PIII 550- 256 MB Linux RH 7.2 Sun j2ee JDK 1.3.1_01 Tomcat 4.0.1(From rpm) Apache 1.3.2(Pre-Installed) mod_webapp (compiled from source) Webapps directory is on a seperate physical device, is mounted and is accessable from var/tomcat/webapps/

RE: mod_webapp/Tomcat4 ready for production level stuff?

2001-11-28 Thread Alec Bickerton
Hi, I currently work in an ISP, we are using Tomcat exclusively to handle ALL our JSP / Servlet EJB apps, we have never seen an outage due to tomcat, and the performace has never given us reason to be concerned. TC4 is currently being used to provide B2B services to clients on a fairly small

DEPLOYING WAR FILES / MOD_WEBAPP

2001-11-27 Thread Alec Bickerton
Hi all, Still having the proble where TC4 refuses to install a WAR file, claiming file does not exist, The manager app reports the file does not exit. however when I login as Tomcat4 and extract the file using : jar xf myapp.war the directory gets created and I can install fine. How can I

HELP NEEDED :Installing JBuilder 5 generated WAR files

2001-11-26 Thread Alec Bickerton
Hi all, I'm having a problem when I try to install a web app on Tomcat 4.0.1, the file was produced by Jbuilder 5. I can install apps ok when not in a .WAR file. It's a simple servlet that returns the current time, The war file appears to be OK. It contains the following: WEB-INF/web.xml

WAR files (URGENT)

2001-11-26 Thread Alec Bickerton
Hi all, Can someone plz tell me how to install a web app packaged as a WAR file on tomcat 4.0.1 ? I've tried following the instructions in tomcat-docs but when I try them I get a file not foud exception even though all the file in question is in the war file. (With the correct path). I

Re: WAR files (URGENT)

2001-11-26 Thread Alec Bickerton
is the war file is placed in webapps directory but is not created there. jar cf myapp.war myapp from webapp dir is wrong, jar cf myapp.war * from your application directory, then move the war file up to webapp directory. Alec Bickerton wrote: Hi all, Can someone plz tell me how to install

Tomcat 4.0.1 webapp deplyment problem

2001-11-23 Thread Alec Bickerton
Hi, all I am experiencing two problems , first, I'm trying to deploy a webapp using a WAR file, when I try /manager/install ... I have put the .war file in $CATALINA_HOME/webapps Why doesn't this unpack automatically? I get a file not found exception, any Ideas, if I create the directory

Re: Tomcat 4.0.1 webapp deplyment problem

2001-11-23 Thread Alec Bickerton
Thanks, the problem was due to me starting httpd before tomcat doh! Any Ideas about my .war file problem ie. the fil;e does not unpack, if I ceated the context dir manually TC manager say installed but no files unpacked under the context. 23/11/2001 15:02:23, Alessandro Staltari [EMAIL

Re: Starting Tomcat 4.0.1 on Linux (RH 7.2)

2001-11-22 Thread Alec Bickerton
- From: Alec Bickerton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 21, 2001 8:36 AM Subject: Re: Starting Tomcat 4.0.1 on Linux (RH 7.2) 21/11/2001 14:15:39, John Valerie Dobbs [EMAIL PROTECTED] wrote: Hi, I am running TC 4.01 on RH 7.2

Re: Starting Tomcat 4.0.1 on Linux (RH 7.2)

2001-11-21 Thread Alec Bickerton
21/11/2001 14:15:39, John Valerie Dobbs [EMAIL PROTECTED] wrote: Hi, I am running TC 4.01 on RH 7.2, it was installed from rpm, hence no shell scripts in $CATALINA_HOME/bin, just bootstrap.jar Tomcat can be controlled easily enough using service Tomcat4 start | stop | restart Small gripe

New tomcat user questions

2001-11-19 Thread Alec Bickerton
Hi all, I'm running Tomcat 4.01 on Redhat 7.2 installed on an intel box. What I need to know is this: - I have recently moved a Servlet from another machine running tomcat 3.2.3. (Redhat 7.1) Tomcat 3.2.3 directory structure is as below, the servlet works without any issues.

Re: New tomcat user questions

2001-11-19 Thread Alec Bickerton
19/11/2001 10:16:45, Tom Oinn [EMAIL PROTECTED] wrote: Alec Bickerton wrote: snip This indicates that the config file couldn't be found. QUESTION: Can anyone suggest a reason as to why this is happening, even tho this works under 3.2.3 ? QUESTION: What would I need to do to make