Re: About persistent

2002-01-23 Thread Bo Xu
- Original Message - From: "Bo Xu" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 1:41 PM Subject: Re: About persistent > - Original Message - > From: "Vjeran Marcinko" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTEC

Re: Apache2 + Tomcat4.0.1 + mod_jk

2002-01-23 Thread Falcon cheetah
And where would you get 4.0.2b2 I can only see 4.0? --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > On Wed, 23 Jan 2002, Marc G. Fournier wrote: > > > Date: Wed, 23 Jan 2002 14:26:10 -0400 (AST) > > From: Marc G. Fournier <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List > <[EMAIL

Re: About persistent

2002-01-23 Thread Tom Drake
Bo: Each one of your requests will burn a socket and a thread (both of which are managed by Tomcat). So, you'll need to make sure that you don't exceed the limits on these resources. However, keeping an open socket connection for 'long' periods of time may not be the best way of meeting your go

Re: Re: Apache2 + Tomcat4.0.1 + mod_jk

2002-01-23 Thread Kirby Vandivort
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/ On Wed, Jan 23, 2002 at 11:00:50AM -0800, Falcon cheetah wrote: > And where would you get 4.0.2b2 > I can only see 4.0? > > --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 23 Jan 2002, Marc G. Fourn

RE: Ap 1.3.22+TC 4.0.1+NT 4 = Web-app not yet deployed

2002-01-23 Thread Dennis . Johnson
Ashish (and dchambers), (1) Changing ServerName from SAWEBD01 to sawebd01 did not make any difference. (2) http://localhost:8080/manager/list worked OK, verifying that that webapplication is up and running (per your directions). Ashish. I would appreciate your sending me your httpd.conf file, a

Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Michael Engelhart
No, it's an IllegalAccessError. It's listed in the Error section of java.lang javadoc. Below the list of excceptions is the Errors subsection. Here's the relevant comment: /* Begin JavaDoc java.lang.IllegalAccessError */ Thrown if an application attempts to access or modify a field, or to c

Persistent Sessions

2002-01-23 Thread Matt Goyer
I know that the docs warn 'Use of this Manager implementation has not been thoroughly tested, and should be considered experimental!' but has anyone tried using persistent sessions on a production site? Alternatively, without persistent sessions is there a way to restart tomcat without losing al

Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Michael Engelhart
Oh and for your other question I have the 3rd party library stored in the Tomcat container home at jakarta-tomcat-4.0.1/lib/ Thanks Mike On Wednesday, January 23, 2002, at 02:14 PM, Michael Engelhart wrote: > No, it's an IllegalAccessError. It's listed in the Error section of > java.lang ja

Re: Apache2 + Tomcat4.0.1 + mod_jk

2002-01-23 Thread Craig R. McClanahan
On Wed, 23 Jan 2002, Falcon cheetah wrote: > Date: Wed, 23 Jan 2002 11:00:50 -0800 (PST) > From: Falcon cheetah <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Apache2 + Tomcat4.0.1 + mod_jk > > And where would you

Re: Persistent Sessions

2002-01-23 Thread Craig R. McClanahan
On Wed, 23 Jan 2002, Matt Goyer wrote: > Date: Wed, 23 Jan 2002 14:14:14 -0500 > From: Matt Goyer <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Persistent Sessions > > I know that the docs warn 'Use of this Manager implementation has no

Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Bo Xu
- Original Message - From: "Michael Engelhart" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 2:17 PM Subject: Re: Tomcat, Threads and IllegalAccessError > Oh and for your other question I have the 3rd party library stored in > the Tom

mod_webapp building help

2002-01-23 Thread Rahadul Kabir
can someone please tell me how to build Webapp-module from the source. is there any documentation about this on the Jakarta page. thanks. --rahad -- To unsubscribe: For additional commands: Troubles with the list:

Re: Tomcat, Threads and IllegalAccessError

2002-01-23 Thread Michael Engelhart
Thanks but I've already tried that. Still doesn't work. It's not a classloader problem I don't think but a Thread violation error of some sort I think because it's happening in an InnerClass called TheClass$ReadThread... I'm going to download a different web container and see if I have the s

Re: Apache2 + Tomcat4.0.1 + mod_jk

2002-01-23 Thread Falcon cheetah
in this file : /tmp/jakarta/connectors/util/java/org/apache/tomcat/util/buf/HexUtils.java changed byte[] to char[] in this file: /tmp/jakarta/connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Connector.java // socket.setKeepAlive(true); socket.setSoTimeout(0); and that wa

Re: mod_webapp building help

2002-01-23 Thread Thad Humphries
There is a README.txt file in the directory. Use that to learn how to point to apxs, etc. When I last downloaded the 4.0.1 source, the configure script was missing. I had to copy that out of my copy of the 4.0 source. I built mod_webapp on Sun Solaris 2.7 just last week. There were some tri

RE: Persistent Sessions

2002-01-23 Thread Matt Goyer
>> As long as you shut down Tomcat gracefully, the standard session manager *does* save sessions across a restart, along with all of your session attributes -- but ONLY IF you make them serializable. Our attributes are implementing serializable but it still doesn't appear to be saving and reloadi

Apache1.3/Tomcat4.0 binding question

2002-01-23 Thread Weigang Feng
Hi, everyone, this is Victor, I would like to get some text that talking about how to setup to use Tomcat4.0 wrap connector to talk to apache1.3, any pointer? Thanks in advance, Victor -- To unsubscribe: For additional commands: Tro

RE: Ap 1.3.22+TC 4.0.1+NT 4 = Web-app not yet deployed

2002-01-23 Thread Ashish kulkarni
Hi Please find the attached httpd.conf filr for apache 1.3.22 along this mail, which is working fine for me Ashish --- [EMAIL PROTECTED] wrote: > Ashish (and dchambers), > > (1) Changing ServerName from SAWEBD01 to sawebd01 > did not make any > difference. > (2) http://localhost:8080/manager/l

RE: mod_webapp building help

2002-01-23 Thread Lloyd Meinholz
The TEST thing seems to be fixed in the latest nightly build (20021119) and in the 4.0.2-b2 src download page. I'm having other problems on Sparc Solaris 8. I get the following messages: *** Warning: This library needs some functionality provided by -lwebapp. *** I have the capability to make th

having to use HttpServletResponse.setContentType

2002-01-23 Thread Marx, Mitchell E (Mitch), ALCNS
Configuration: Solaris 2.6, Apache 1.3.20, mod_jk 3.3, Tomcat 3.2.3 In migrating an application from JavaWebServer/WebLogic, it seems that servlets that extend from HttpServlet need to have setContentType("text/html"); when running under Tomcat, but did not under the previous web serv

Re: having to use HttpServletResponse.setContentType

2002-01-23 Thread Craig R. McClanahan
On Wed, 23 Jan 2002, Marx, Mitchell E (Mitch), ALCNS wrote: > Date: Wed, 23 Jan 2002 15:11:12 -0500 > From: "Marx, Mitchell E (Mitch), ALCNS" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: having to use HttpServletRes

RE: Excessive high usage of memory by Tomcat on NT

2002-01-23 Thread Frank Diakovasilis
out of curiosity, are you running tomcat as a service? -Original Message- From: Manish Bhatnagar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 12:18 AM To: Tomcat Subject: Excessive high usage of memory by Tomcat on NT Hello all: We are facing the problem of excessive memor

Tomcat + Solaris (part II)

2002-01-23 Thread Gearoid Coughlan
hi, the following is the trace i get in catalina.out Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Segmentation Fault si_signo [11]: Segmentation Fault si_errno [0]: Error 0 si_code [1]: SEGV_MAPERR [addr: 0x10] stackpointer=FFBEBD30 Exiting Thread (sys_threa

Tomcat 4.0 + Solaris

2002-01-23 Thread Gearoid Coughlan
Hi, Im running Tomcat 4.0.1 on sparc Solaris, with java version "1.2.1" Solaris VM (build Solaris_JDK_1.2.1_03a, native threads, sunwjit) I set the ulimit -s 2048 in startup.sh as recomended but alas at startup, java core dumps. any ideas, ltr gearĂ³id -- To unsubscribe:

problem with unsubscribe

2002-01-23 Thread Hong Jiang
Anybody knows a way to unsubscribe from the tomcat-user list if your outgoing mail server is different from the incoming server? I subscribe to the list as [EMAIL PROTECTED] Since my company's outgoing mail server is not the same as incoming server, I have a outgoing mail account as [EMAIL PROTECT

RE: mod_webapp building help

2002-01-23 Thread Thad Humphries
I didn't try to rebuild all of Tomcat. All I built mod_webapp from webapp-module-1.0.1-tc401-src.tar.gz On Wed, 2002-01-23 at 15:03, Lloyd Meinholz wrote: > The TEST thing seems to be fixed in the latest nightly build (20021119) and > in the 4.0.2-b2 src download page. > > I'm having other prob

mod_webapps Access Control Question

2002-01-23 Thread Seth Falcon
I'm using Tomcat 4 / Apache 1.3 and mod_webapps. I would like to control access to the web applications from Apache using AuthType Basic. It appears that mod_webapps does the forwarding before or is read. Here's what I've tried: AuthType Basic AuthName test AuthUserFile /my/user/file r

RE: mod_webapp building help

2002-01-23 Thread Lloyd Meinholz
That message was generated by make in the webapp-module-1.0.2-tc402 source. It didn't have anything to do with tomcat other than I used the --with-tomcat flag to configure. Lloyd > -Original Message- > From: Thad Humphries [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 2002 3

RE: problem with unsubscribe

2002-01-23 Thread Murat Bicer
You can simply unsubscribe yourself like telnet ns.hyperreal.org 25 here you get a smtp server then type the following mail from: [EMAIL PROTECTED] rcpt to: [EMAIL PROTECTED] data . don't forget the last "." that's it. -Original Message- From: Hong Jiang [mailto:[EMAIL PROTECTED]]

RE: mod_webapp building help

2002-01-23 Thread Thad Humphries
Oh, sorry. I never saw that message under 4.0.1. And I did not use the --with-tomcat flag, only (IIRC) the --with-apxs tag. On Wed, 2002-01-23 at 15:45, Lloyd Meinholz wrote: > That message was generated by make in the webapp-module-1.0.2-tc402 source. > It didn't have anything to do with tomca

Tomcat and RetrievalWare

2002-01-23 Thread Brian Hanuska
Is anyone using Convera's Retrievalware product with Tomcat? I am looking for performance information. Any information would help, like OS that you are running on, number of simultaneous users supported, execute thread count, heap size. Thanks Brian Hanuska -- To unsubscribe:

exceptions...

2002-01-23 Thread Krzysztof Janiszewski
Hi. What does it mean: 2002-01-23 12:07:54 ApplicationDispatcher[/gromen] Servlet.service() for servlet jsp threw exception javax.servlet.ServletException: at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:484) at javax.servlet.http.HttpServlet.service(HttpServlet.

Connection Abort

2002-01-23 Thread Susan Baker
We are having problems at one of our client sites that tomcat suddenly exits with the following message, which you only get if you happen to have the shell that started tomcat still open. It is exiting so suddenly that it can't even write to the log. java.net.SocketException: Software caused con

Re: exceptions...

2002-01-23 Thread Tom
Check line 484 of the file JspServlet.java - Original Message - From: "Krzysztof Janiszewski" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: January 23, 2002 4:50 PM Subject: exceptions... > Hi. > > What does it mean: > > 2002-01-23 12:07:54 ApplicationDispatcher[

Apache2 + Tomcat4.0.1 + mod_jk

2002-01-23 Thread Falcon cheetah
Ok, what does this warning mean? this is what I see in the apache2_error_log_file [Wed Jan 23 19:34:23 2002] [warn] [client my_ip_address] handler "jakarta-servlet" not found for: numguess.jsp, referer: http://webserver:8002/examples/jsp/ I get this warning when I try http://webserver:8002/exampl

Apache2 + Tomcat4.0.1 + mod_webapp

2002-01-23 Thread Falcon cheetah
I managed to get mod_webapp to compile into a .o, .a, .la. How can I link it into a .so library? I tried to figure using libtool on my own but it keeps on giving me weird errors. Thank you. __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! h

AW: Tomcat Performance Tuning;

2002-01-23 Thread Reto Badertscher
I'm to interested in some information about performance tuning. After stressing Tomcat 4.01 with a lot of requests i got the following messages in the catalina.log 2002-01-24 01:25:03 HttpProcessor[8080][74] Starting background thread 2002-01-24 01:25:04 HttpConnector[8080] No processor available

webapps reloading

2002-01-23 Thread Olivier Chicha
h i, I would like to reload the web application that is contained in my war file. 1) I override my war file 2) I use the remove request of the application manager 3) I use the install request of the application manager in 50 % of the case, I receive this message FAIL - Encountered exception jav

where to configure ?

2002-01-23 Thread Yang wanqiang
hi! I have a web application developed on Redhat7.1+Apache+Tomcat+mysql, Now I can input http://host/App/index.jsp or http://host/app/ or http://host/index.jsp in IE to enter my application, but what I want is just input http://host and then I can start my application. Where I can configure

Tomcat Performance Expectations?

2002-01-23 Thread Brown Bay
I have a single servlet based application. This application is accessed througha browser and travels over to a high performance database through a RMI-IIOP connection. It is not the best application in terms of code tuning. We are deploying this application on Tomcat 4.0.1, Apache 1.3, Suse Linux

sending mail thru servlets

2002-01-23 Thread Anuerin G . Diaz
hi, im trying to send email using JavaMail thru servlets. i already placed the necessary api in the lib directory [adiaz@Ronin lib]$ pwd /home/adiaz/Java/crs-web/lib [adiaz@Ronin lib]$ jar tf mailapi.jar | grep mail/Add javax/mail/Address.class [adi

Re: sending mail thru servlets

2002-01-23 Thread Anuerin G . Diaz
hi, kindly disregard the problem, i just copied the the jar files to the ${TOMCAT_HOME}/lib/apps directory and restarted tomcat. do i have to restart tomcat everytime i add a new jar library? help on how to automate this step ( copying of jar files to necessary locations) would be greatl

RE: Excessive high usage of memory by Tomcat on NT

2002-01-23 Thread Manish Bhatnagar
No, we are not running Tomcat as a service on NT. -Original Message- From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 2:04 AM To: 'Tomcat Users List' Subject: RE: Excessive high usage of memory by Tomcat on NT out of curiosity, are you running tomcat

Tomcat - Request Handling

2002-01-23 Thread Reto Badertscher
Hello, could somebody please tell me how Tomcat handles requests. I have the following scenario documented by the following protocol. As the protocol shows, the application behaves as it should: Start handling the request and after handling the request the configured filter removes the lock on th