Re: Too many process?

2001-07-21 Thread Sumith Ail
Hello Thank you all for the reply. You are right Brendan, I was worried about the process table. My box RH 6.2 (PIII 800 512MB RAM, IDE HDD)is already running qmail, mysql, apache with around 300 domains (maybe cross 800+ domains). Have any of you faced performance problems after installing

Re: [ANNOUNCEMENT] Tomcat 3.2.3 released

2001-07-21 Thread Sumith Ail
Hello, I am right now on 3.2.2 RPM and trying to make it start as user nobody. AFAIK this would be possible by changing the tomcat.sh script to include su -c nobody...But how would I change the tomcat init script incase of an RPM installation. Thanks for any help. Regards Sumith On Fri, Jul

Unix Netscape webserver with tomcat

2001-07-21 Thread Harden ZHU
Hi I have netscape enterprise verser 3.6.1. And I need intergate it with Tomcat. Where I can download nsapi_redirect.so file and installtion guide? Thanks Harden

run Startup.sh at background

2001-07-21 Thread Harden ZHU
Hi I start startup.sh at solaris by telnet. Everything is fine. But when I logout telnet, the tomcat stopped too. So what should I do? Thanks Harden

Re: IIS and Tomcat

2001-07-21 Thread Manjunath BHat
Hi, where in IIS have u installed isapi_filter? I assume that it is in the IIS Management Console right-click on your machine name (not the root web) and select properties.Click the Edit button next to the Master Properties for the WWW Service. Visit

Urgent : If u can help ; Prob. download a Power Point and Excel File From Tomcat

2001-07-21 Thread Kalyan Mitra
Hi, Whenever I download a file using Tomcat it works, except when I try to download a Power Point and Excel document. Then the client side gets junk information, but it works fine with pdf and word file. (I am using Linux as backend server, tomcat 4.0-b5 Is anyone else experiencing this

Re: run Startup.sh at background

2001-07-21 Thread Jeff Hoare
Hi, I would have though that it should just run in background. But you could use nohup: nohup bin/startup.sh This will leave it running, but I'm surprised as I can start my server remotely via tomcat and log out without problem. Jeff On Saturday 21 July 2001 19:42, you wrote: Hi I start

Re: run Startup.sh at background

2001-07-21 Thread Lars Nielsen Lind
When I try to use nohub, the command is not recognized. I am using Red Hat 7.1. What can I do to activate the nohub command? Lars Nielsen Lind - Original Message - From: Jeff Hoare [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 22, 2001 10:13 AM Subject: Re: run

Re: run Startup.sh at background

2001-07-21 Thread Dmitri Colebatch
nohup not nohub - should do the trick (o: cheesr dim On Sat, 21 Jul 2001, Lars Nielsen Lind wrote: When I try to use nohub, the command is not recognized. I am using Red Hat 7.1. What can I do to activate the nohub command? Lars Nielsen Lind - Original Message - From:

Re: tomcat.policy limitation?

2001-07-21 Thread Glenn Nielsen
Joe Flowers wrote: I am trying to grant a servlet in the /usr/tomcat/jakarta-tomcat-3.2.2/webapps/ROOT/WEB-INF/classes/joe/ directory write permissions to the /test.txt file. //--- The following code snippet from

Re: [ANNOUNCEMENT] Tomcat 4.0-beta-6 Released

2001-07-21 Thread Glenn Nielsen
Look in the CVS repository jakarta-tomcat-connectors. Glenn Jeff Hoare wrote: Ok, So where is the src for the updated Apache connector? It used to be under src/connectors. I've downloaded the binary and src tarballs and can't see it anywhere? Or does you note imply that the connector

Basic Auth with tomcat is not working

2001-07-21 Thread Preet Kamal Singh
Hi, I need urgent help for working on Basic Authentication with tomcat. The following is web.xml file ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd" web-app servlet

Servlet with individual Http Headers

2001-07-21 Thread Torsten Glunde
Hi does anybody know if it is possible to send Http Headers with tomcat of the form Http/1.0 200 OK Context-Type: text/html Context-Type: multipart/mixed;boundary=ThisRandomString and nothing else? As far I have already seen from tests and the source it always sends Http/1.1 200 Date: Sat.

Re: run Startup.sh at background

2001-07-21 Thread Harden ZHU
Hi, Thanks, I just tried nohup. it doesn't work. Any otherway start tomcat remotely and log out without problem. Harden - Original Message - From: Jeff Hoare [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 22, 2001 4:13 AM Subject: Re: run Startup.sh at background Hi, I

java error window

2001-07-21 Thread Dwaipayan
To cause a servlet to load on starting tomcat, i found the load-on-startup tag has been used in tomcat's default web.xml in the conf directory.what does the no. supplied(-2147483646) stand for?.i used the same no. for my own servlet and it worked fine. Try this: Can i create a servlet which

Intermittent UnsatisfiedLinkError

2001-07-21 Thread John Doyle
Hello, We are using tomcat 3.2.1 on RedHat 6.2. Many of our servlets use Java native methods. The problem we are seeing is that our system runs OK for a while, then for some unknown reason we get UnsatisfiedLinkError on native methods that were running previously. We are confident that the

RE: java error window

2001-07-21 Thread Michael Wentzel
To cause a servlet to load on starting tomcat, i found the load-on-startup tag has been used in tomcat's default web.xml in the conf directory.what does the no. supplied(-2147483646) stand for?.i used the same no. for my own servlet and it worked fine. The value refers to the order of

Re: Problems with a simple JSP and mySQL connect

2001-07-21 Thread Howler D. Wolfe
Hello everyone, Thanks for your help on this. My problem did indeed turn out to be MySQL related. After doing some more digging on Dejanews I found the following link. http://groups.google.com/groups?hl=ensafe=offth=976ec1cd8689bfcb,8seekm=3a5df3ac%241%40newsgate.hknet.com#p I followed these

Re: JSP Setup.

2001-07-21 Thread Tim Ashman
Ok, I think I've got apache passing the .jsp's to tomcat. I can run some of the example jsp's, The ones that start with .html files. But when I do a submit the browser just shows the page source instead of actually running the jsp. I have my servlet directory working the same way. Does

Re: run Startup.sh at background

2001-07-21 Thread Paul D. Bain
At Saturday 7/21/01 05:42 AM , you wrote: Hi I start startup.sh at solaris by telnet. Everything is fine. But when I logout telnet, the tomcat stopped too. So what should I do? Try to run Tomcat as a background process by using the ampersand symbol (). Let's say that you start Tomcat by

Re: java error window

2001-07-21 Thread Dmitri Colebatch
On 21 Jul 2001, Dwaipayan wrote: a side note... the web.xml in $TOMCAT_HOME/conf is _not_ processed. So be careful thinking its any more than a bit of an explaination of what is going on. cheers dim To cause a servlet to load on starting tomcat, i found the load-on-startup tag has been used

Re: JSP Setup.

2001-07-21 Thread Dmitri Colebatch
Where are the jsps? As long as they're not in apache's docroot (or subdir thereof) then apache wont process them. I'm also assuming that you can get the jsps working fine in localhost:8080 (ie., directly through tomcat). cheers dim On Sat, 21 Jul 2001, Tim Ashman wrote: Ok, I think I've got

Re: run Startup.sh at background

2001-07-21 Thread Jeff Hoare
OK, Well what happens? What is the exit status of nohup? what is the output in nohup.out? nohup is a pretty standard utility for doing exactly what you want (Iuse it on the sun box at work). Also what version of tomcat are you using? The startup script calls another script which starts the

Re: tomcat.policy limitation?

2001-07-21 Thread Glenn Nielsen
Joe Flowers wrote: I want to create a bunch of user/programmer subdirectories like /usr/tomcat/jakarta-tomcat-3.2.2/webapps/ROOT/WEB-INF/classes/joe/ /usr/tomcat/jakarta-tomcat-3.2.2/webapps/ROOT/WEB-INF/classes/tom/

Re: JSP Setup.

2001-07-21 Thread Tim Ashman
If I run it through port 8080 ie. serverhost:8080 then I get the following error in the browser. Thanks for your help. Error: 500 Location: /examples/jsp/snp/snoop.jsp Internal Servlet Error: javax.servlet.ServletException: sun/tools/javac/Main at

¾È³çÇϼ¼¿ä

2001-07-21 Thread ¹Ú¼öÇÑ
¿©·¯ºÐ¿¡°Ô °¡Àå ÇÊ¿äÇÏ°í À¯ÀÍÇÑ ÄÄÇ»ÅÍ °ü·ÃÇÁ·Î±×·¥À» ÆÄ°ÝÀûÀ¸·Î ½Ñ °¡°Ý¿¡ °ø±ÞÇÕ´Ï´Ù ÃֽŰÔÀÓ. À¯Æ¿°ü·ÃÇÁ·Î±×·¥. MP3. ¼ºÀκñµð¿À½Ãµð µîµî ¸ðµç ÇÁ·Î±×·¥À» ÆǸÅÇÕ´Ï´Ù. 7¿ù ÃֽŸ®½ºÆ®ÀÔ´Ï´Ù ¹°·Ð ½Å¿ë °ÆÁ¤À» ÀüÇô ½Å°æ¾²Áö ¸¶½Ê½Ã¿ä ÀÌ ¸ÞÀÏÀ» º¸³½ ¾ÆÀ̵ð·Î´Â ¿¬¶ôÀÌ µÇÁö ¾Ê½À´Ï´Ù. ¾ÐÃàÈ­Àϼӿ¡