Running 2 Tomcat server and making one intranet

2002-03-18 Thread Keith Ng
Hi Please guide me on the following I need to run two tomcat server for my sch assignment, one being Internet and the other Intranet on the same machine(different ports , 1 8080 the other 9080). Im using 4.0.2. I need to noe the steps for running 2 tomcat servers on the same machine and

RE: 100% cpu on one of two processor

2002-03-17 Thread Keith Ng
May i noe this memory leak problem occurs at which OS? or is it just linux? -Original Message- From: Chris Newland [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 11:51 PM To: Tomcat Users List Subject: RE: 100% cpu on one of two processor Hi, There is a known memory leak in

Running 2 Tomcat server and making one intranet

2002-03-17 Thread Keith Ng
Hi Please guide me on the following I need to run two tomcat server for my sch assignment, one being Internet and the other Intranet on the same machine(different ports , 1 8080 the other 9080). Im using 4.0.2. I need to noe the steps for running 2 tomcat servers on the same machine and the

RE: How to log shutting down of tomcat

2002-03-06 Thread Keith Ng
-Original Message- From: Halfmann, Klaus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 3:54 PM To: Tomcat Users List I could think about the following reasons: a) a hard crash of the Java VM (may happen when using native code) b) Some code calls System.exit()

RE: How to log shutting down of tomcat

2002-03-06 Thread Keith Ng
Assinovsky Sent: Tuesday, March 05, 2002 4:17 PM To: Tomcat Users List Subject: Re: How to log shutting down of tomcat You can see tomcat's shutdown in /logs/catalina.out Run tail -f $CATALINA_HOME/logs/catalina.out Keith Ng wrote: is there anyway to log the shutting down of tomcat? My tomcat

RE: How to log shutting down of tomcat

2002-03-06 Thread Keith Ng
- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 4:01 AM To: Tomcat Users List Subject: RE: How to log shutting down of tomcat I have tried running with startup -f $CATALINA_HOME/logs/catalina.out in command promot, tomcat window comes up a while den disappear, if i do

RE: Tomcat 4.0.02 and 1.3.1 JVM

2002-03-04 Thread Keith Ng
PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.0.02 and 1.3.1 JVM I am using that combo and it crashed on me. I run Redhat 7.1. To get around it I just ran ulimit -s 2048 on the system before I tried to start tomcat and it worked fine from then on. -Original Message- From: Keith Ng

RE: Tomcat 4.0.02 and 1.3.1 JVM

2002-03-04 Thread Keith Ng
and search on out of environment space -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 8:51 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat 4.0.02 and 1.3.1 JVM How did it crash? can u elaborate? Like when you are just starting tomcat

How to log shutting down of tomcat

2002-03-04 Thread Keith Ng
is there anyway to log the shutting down of tomcat? My tomcat server tend to auto shutdown for unknown reasons. I have been trying to trace to no avail. Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours and i wasnt able to track why did it shutdown. I have changed my

RE: Tomcat 4.02 stalling?

2002-03-04 Thread Keith Ng
Using 1.3.1, 4.0.2 and It happens to me occassionally when i try to access from Internet -Original Message- From: Jørgen Ramskov [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:12 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.02 stalling? Reto Badertscher wrote: does it

RE: Tomcat 4.0.2 hangs

2002-03-03 Thread Keith Ng
Are u doing database processing? -Original Message- From: Jarecsni Jnos [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 03, 2002 10:00 PM To: Tomcat-User Subject: Tomcat 4.0.2 hangs Hi, we noticed that after a few days of flawless operation, tomcat hangs right in the middle of

RE: Tomcat 4.0.2 hangs --(Can tomcat 4.0.2 works with JVM 1.3.1?)

2002-03-03 Thread Keith Ng
- From: Jarecsni Jnos [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 03, 2002 10:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat 4.0.2 hangs yes. postgres. but merely from within jboss |-Original Message- |From: Keith Ng [mailto:[EMAIL PROTECTED]] |Sent: Sunday, March

Tomcat 4.0.02 and 1.3.1 JVM

2002-03-03 Thread Keith Ng
Hi Is tomcat 4.0.2 known to crash 1.3.1 JVM? I heard someone over here said it will crash 1.3.1_02. Anyone using the same combination as me? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To

RE: TOMCAT 4.0.2 server crash

2002-03-02 Thread Keith Ng
. hope it helps [EMAIL PROTECTED] -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: 1. mars 2002 15:12 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: TOMCAT 4.0.2 server crash Oooh I didnt noe tat matters. So wat about other drivers? which is thread safe

TOMCAT 4.0.2 server crash

2002-03-01 Thread Keith Ng
Hi I set up my tomcat server from home and then went to school to try access. for a while it was ok, but after repeatly doing many database queries and processing, suddenly i wasnt able to access the server. It returned a gateway timeout error. I den went home just now and realise the Tomcat

RE: TOMCAT 4.0.2 server crash

2002-03-01 Thread Keith Ng
- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 4:19 AM To: Tomcat Users List Subject: TOMCAT 4.0.2 server crash Hi I set up my tomcat server from home and then went to school to try access. for a while it was ok, but after repeatly doing many database queries

RE: TOMCAT 4.0.2 server crash

2002-03-01 Thread Keith Ng
for free from the Microsoft website. Last time I checked it was quite good. hope it helps [EMAIL PROTECTED] -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: 1. mars 2002 15:12 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: TOMCAT 4.0.2 server crash Oooh

Nice Tomcat+apache beginner site

2002-02-28 Thread Keith Ng
Hi I have found a website that describes very clearly how to set up tomcat and apache side by side. Its pretty useful and those who are having problems might wan to check it out. http://www.webmasterbase.com/article/305 _ Do You

RE: Nice Tomcat+apache beginner site

2002-02-28 Thread Keith Ng
Sorry. That link was the last page of tat artcile here it is again guys http://www.webmasterbase.com/article.php?pid=0aid=305 -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 7:15 PM To: Tomcat Users List Subject: Nice Tomcat+apache beginner site

2 instance of tomcat within 1 machine

2002-02-26 Thread Keith Ng
Hi I need to run two different server of tomcat 4.0.2 within one machine tried running two instances of tomcat-4.0.2 startup and its not possible one is for internet, the other is for intranet, therefore both should have different port, but same IP address also, how do i disable the web from

RE: 2 instance of tomcat within 1 machine

2002-02-26 Thread Keith Ng
instance of tomcat within 1 machine Actually i have 3 different server of tomcat on the same machine and it's work perfectly ... which configuration files have you ?? REmY Keith Ng wrote: Hi I need to run two different server of tomcat 4.0.2 within one machine tried running two instances

RE: Servlet POST results in 404 error

2002-02-26 Thread Keith Ng
Hi John, have u solved it already? someone here said that u might not have define yr post method would u care to show us yr post mthod?(whole defination) pls do the following. add a System.out.println(post method invoked); under your post method implemention for us to see. Is tat post method

RE: 2 instance of tomcat within 1 machine

2002-02-26 Thread Keith Ng
) This is supplementary info to Remy's: I think we've both got different set-ups. -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: 2 March 2002 11:40 To: Tomcat Users List Subject: RE: 2 instance of tomcat within 1 machine Which version of tomcat are u using? im using 4.0.2 I've

J2EE, JSP, SERVLETS

2002-02-25 Thread Keith Ng
Hi guys There has been a question thats bugging me for qute some time. I noticed many bank sites, or big companies use JSP/SERVLETS for their websites. Is there a particular reason why jsp/servlets are preferred over asp/php/coldfusion? I even realise a site (dbs.com.sg)using applet textfield as

Servlet/JSP design,standard and guidelines, please help

2002-02-25 Thread Keith Ng
Hi guys I need to noe how u guys design yr servlet/jsp for lets say displaying a search result for e.g. the normal way would be embedding all the code within a jsp page connectionBean is a javabean to connect to database.. % //inistialise connection bean ... //pseudo code... declare resultset

RE: J2EE, JSP, SERVLETS

2002-02-25 Thread Keith Ng
26, 2002 3:41 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: J2EE, JSP, SERVLETS --- Keith Ng [EMAIL PROTECTED] wrote: Hi guys There has been a question thats bugging me for qute some time. I noticed many bank sites, or big companies use JSP/SERVLETS for their websites

Tomcat 4.0.2 CATALINA_BASE and CATALINA_HOME

2002-02-21 Thread Keith Ng
Hi Im using tomcat 4.0.2 for the first time after converting from 3.3a. Would like to noe whether i need to set any environment variables for CATALINA_BASE and CATALINA_HOME? Im using J2EE.jar from my J2EE1.3 RI folder to compile my codes in servlets and jsp.

3.3a, cant find file when refresh

2002-02-19 Thread Keith Ng
Hi Guys I have a html file which is included in a jsp page using the following method jsp:include page = ../jsp/PSTemplate.htm flush = true/ When I first load the page, everythings shows up as normal, but when I refresh, the browser doesnt load it and gives me ERROR:200. I recall it was the

RE: 3.3a, cant find file when refresh

2002-02-19 Thread Keith Ng
refresh its normal, refresh again ERROR comes out again. Note tat error comes out in Browser. As for the startup dos window, i see nuthin. Pleas ehelp... :( -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 11:53 PM To: Tomcat Users List Subject

RE: 3.3a, cant find file when refresh

2002-02-19 Thread Keith Ng
the connection and used the local copy of Threadmill.jpg. Because the browser closed the connection before it read all the data, it causes Tomcat to generate the log output you see. Cheers, Larry -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19

RE: 3.3a, cant find file when refresh

2002-02-19 Thread Keith Ng
are you using? Also, what is content of the source files involved, preferably simplified so only that which is need to duplicate the problem is included? Cheers, Larry -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 11:33 AM To: Tomcat Users

RE: WAR file created in Tomcat cant run in J2EE RI

2002-02-18 Thread Keith Ng
BTW, it works in TOMCAT as of 3.2.3 -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 1:13 AM To: Tomcat Users List Subject: WAR file created in Tomcat cant run in J2EE RI Hi guys I have finally succeeded in making my WAR file

WAR file created in Tomcat cant run in J2EE RI

2002-02-18 Thread Keith Ng
Hi guys I have finally succeeded in making my WAR file and transferring over to J2EE RI(by depolying) to run. However. i still get a minor glitch while trying to run in J2EE's Server ERROR

RE: WAR file created in Tomcat cant run in J2EE RI

2002-02-18 Thread Keith Ng
dunno if its been made already... anyway... could be due to the old version im using... but it seems tomcat is a lot more lenient den the J2EE RI... well could be a bug i dunno.. -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 1:13 AM

RE: J2EE and Tomcat

2002-02-17 Thread Keith Ng
available from sun..? Its a very important feature in J2EE i need to use and now i have given up usage of J2EE RI, i guess i will have to download it separately.. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 12:55 AM To: Keith Ng Cc

RE: J2EE and Tomcat

2002-02-17 Thread Keith Ng
will need the java avtication framework as well: http://java.sun.com/products/javabeans/glasgow/jaf.html Thanks. RS Keith Ng [EMAIL PROTECTED] on 02/17/2002 02:18:29 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: RE: J2EE

RE: J2EE and Tomcat

2002-02-15 Thread Keith Ng
. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:03 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: J2EE and Tomcat On Thu, 14 Feb 2002, Keith Ng wrote: Date: Thu, 14 Feb 2002 20:38:18 +0800 From: Keith Ng [EMAIL PROTECTED

J2EE and Tomcat

2002-02-14 Thread Keith Ng
Hi Guys I just joined in, Happy Chinese New Year, esp to the all the Chinese here. I have the following query, its not exactly a TOMCAT question but I figured people here can help. I have installed J2EE and have previously used TOMCAT. Therefore I have the following queries 1)There are

RE: J2EE and Tomcat

2002-02-14 Thread Keith Ng
sorts of app servers. I will be watching for your replies to this one... Keith Ng wrote: Hi Guys I just joined in, Happy Chinese New Year, esp to the all the Chinese here. I have the following query, its not exactly a TOMCAT question but I figured people here can help. I have installed

Application in Tomcat 3.2.2 wun work in J2EE?

2002-02-14 Thread Keith Ng
Ok. I have decided to provide a clear example. I have moved a webapp folder to J2EE's Public_html there is this file, which works completely fine in tomcat. = %@ page

RE: Application in Tomcat 3.2.2 wun work in J2EE?

2002-02-14 Thread Keith Ng
, Sophie Keith Ng wrote: Ok. I have decided to provide a clear example. I have moved a webapp folder to J2EE's Public_html there is this file, which works completely fine in tomcat