Re: Mobile phone on serial port - Howto send sms?

2003-09-10 Thread Sai Sivanesan
we have an affilliate company that has a product comming on the market that uses a Nokia 30 or Nokia 31 GSM modem(phone without a headset and with a rs232 port) and does exactly that. we have a client server version comming out - i will ask how its done - can't be too difficult as the app is

Re: help with domain and ip

2003-09-09 Thread Sai Sivanesan
let me see if i understand your question? you wan to type http://123.45.67.89 in a webbrowser and see your apache server dishing out content? well, if that was the quesion you should set the port on yout apache config file to serve using port 80 not 8080. basically when you type http:// it

Re: 404 leaks (was: PROBLEMS: memory / cpu usage - Tomcat 3.2.1)

2003-09-08 Thread Sai Sivanesan
I don't think this is a known issue - i havn't found any refernce to it any hwere this was on tomcat version 3.2.1 mod_jk version is unknow as i stupidly pulled it the other day. Sai. On Sun, 7 Sep 2003 12:50:18 +0400, Anton Tagunov wrote Hello, All! SS once the 404 is logged, the

RE: PROBLEMS: memory / cpu usage - Tomcat 3.2.1 - SOLVED!

2003-09-08 Thread Sai Sivanesan
I have setup a test box on our internal network with jmeter to generate some load - will monitor it over the next few days and post my results. Stay Tuned. Sai. On Mon, 8 Sep 2003 09:23:30 +0100 , Walker Chris wrote Now that's interesting. I've been following this thread because I've just

Re: 404 leaks (was: PROBLEMS: memory / cpu usage - Tomcat 3.2.1)

2003-09-08 Thread Sai Sivanesan
Anton I found the versions in another thread i had posted RedHat 7.2 Apache 1.3.20 Tomcat 3.2.1 mod_jk.so mod_jk.so-ap1.3.27-eapi-rh72 Sai. On Mon, 8 Sep 2003 16:24:46 -0400, Sai Sivanesan wrote I don't think this is a known issue - i havn't found any refernce to it any hwere

Re: PROBLEMS: memory / cpu usage - Tomcat 3.2.1 - SOLVED!

2003-09-06 Thread Sai Sivanesan
documents. Sai. On Sat, 30 Aug 2003 16:52:21 -0400, Sai Sivanesan wrote We have a box[P3/700/512MBram] serving JSPs, with about 20 virtual hosts - and the server comes to a grinding halt after about 12-18 hours. The server gets about 30K hits per week, so it not exactly overloaded... versions

RE: Memory leaks?

2003-09-06 Thread Sai Sivanesan
may be a little off topic, but - check to see if you are logging any 404 messages on the tomcat side - i have found that memory and cpu idle time seem to dissappear with every 404 request passed over to tomcat from apache Sai. On Fri, 5 Sep 2003 12:09:52 -0500, Mike Curwen wrote After about

Re: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Sai Sivanesan
I really like the idea of setting up multiple instances of Tomcat per virtual site - i have 2 questions: 1) How does it affect memory usage, i.e. if we are on a server with X ammount of ram and there are 20 sites, does each site end up needing a minimum of ~21 MB RAM for tomcat so we have a

Virtual directories/Host via mod_JK2

2003-08-30 Thread Sai Sivanesan
We have a bunch of customers using JSP on JDK 1.3.1 / Tomcat 3.1?2? / mod_jk / Apache 1.3. The default directory setup for these customers is DIRECTORY http://- path- - ./site_url/htmlhttp://siteurl ./site_url/jsp

PROBLEMS: memory / cpu usage - Tomcat 3.2.1

2003-08-30 Thread Sai Sivanesan
We have a box[P3/700/512MBram] serving JSPs, with about 20 virtual hosts - and the server comes to a grinding halt after about 12-18 hours. The server gets about 30K hits per week, so it not exactly overloaded... versions: RedHat 7.2 Apache 1.3.20 Tomcat 3.2.1 mod_jk.so