No Subject

2000-12-29 Thread Lorenzo Pastore
Good Morning I'm Pastore Lorenzo I need a Help for use Tomcat SSL Direct. I have configured my Tomcap for use SSL and I certificate it ( using internet manual page http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.html ). And for here ALL OK But if I open tomcat by

RE: Feature Request

2000-12-29 Thread Paulo Gaspar
I (a guy whom still committed nothing) would like very much to have such feature. For our development environment would be fine since it is convenient for us to have Tomcat in many non programmer workstations ('cause of JSP templating). Tomcat alone is much easier to deploy and keep running in

Re: Session Serialize code

2000-12-29 Thread Matthew Dornquast
Hi Guys, I worked quite a bit with apache serialization code a several months back on various VM's speeding it up. I think I have several observations that I hope you'll consider before using the code I just saw fly by on the list. Basically, I'm a proponent of using externalizable for the

Re: JMX to build TC 4.0 m5

2000-12-29 Thread Scott Knight
Maybe someone could shed some light on the JMX to me as well because it is denying me and im here in the US. -Scott Knight At 06:53 PM 12/29/2000 +1100, you wrote: - Original Message - From: "Jon Stevens" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 29, 2000

RE: ExceptionInInitializerError on loading Servlet

2000-12-29 Thread Ritwick Dhar
Okay, this is now officially driving me nuts. If anyones knows what's causing this, please help. Adding to my first mail, after I get the ExceptionInInitializerError, a second request to the same url gives a NoClassDefFoundError. So tomcat.log looks like this (for two subsequent requests to the

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java

2000-12-29 Thread glenn
glenn 00/12/29 09:38:39 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: If SecurityManager being used, wrap forward() and include() with an AccessController.doPrivileged() Revision ChangesPath 1.9 +63

RE: JMX to build TC 4.0 m5

2000-12-29 Thread Angel Aray
I had the same problem and it tourned out to be that you must do the download from a host with a valid reverse dns entry. -Original Message- From: Scott Knight [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 11:22 AM To: [EMAIL PROTECTED] Subject: Re: JMX to build TC 4.0 m5

Multiple Tomcat 3.2.1 standalone + SSL - HELP please

2000-12-29 Thread Dion_Vansevenant
Sorry to post to this list, but no one on the Tomcat Users list seems to know how to do this (or if they do, they don't want to share ;-) ). I need to configure Tomcat 3.2.1 *standalone* with SSL to run separate instances on multiple IP addresses/domain names on the same machine. I have been

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config WorkDirSetup.java

2000-12-29 Thread costin
costin 00/12/29 11:53:53 Modified:src/share/org/apache/tomcat/modules/config WorkDirSetup.java Log: Ops, forgot the starting "/" in the path. The workdir for examples in the default host should be: work/DEFAULT/examples ( without this patch it's %2Fexamples - not nice )

Re: JMX to build TC 4.0 m5

2000-12-29 Thread Jon Stevens
on 12/29/2000 7:22 AM, "Scott Knight" [EMAIL PROTECTED] wrote: Maybe someone could shed some light on the JMX to me as well because it is denying me and im here in the US. -Scott Knight Yea, it denied my Berkeley, CA address at one point. :-) Stupid. -jon

Re: TC 4.0 vs. TC 3.x and division of labor

2000-12-29 Thread Jon Stevens
on 12/28/2000 11:29 PM, "Remy Maucherat" [EMAIL PROTECTED] wrote: Can non-PMC members like myself attend this ? Remy From the announcement as well as posted to the news page: http://jakarta.apache.org/site/news.html "Even though this is a meeting of the Jakarta PMC, all ASF Members are

Re: Feature Request

2000-12-29 Thread Jon Stevens
on 12/29/2000 4:29 AM, "Paulo Gaspar" [EMAIL PROTECTED] wrote: I (a guy whom still committed nothing) would like very much to have such feature. For our development environment would be fine since it is convenient for us to have Tomcat in many non programmer workstations ('cause of JSP

Re: Session Serialize code

2000-12-29 Thread Jon Stevens
on 12/29/2000 6:59 AM, "Matthew Dornquast" [EMAIL PROTECTED] wrote: Anyway, use this method, and you've got lean mean serialized objects that take up the least amount of space possible and have the lowest overhead to serialize/deserialize. Warm regards, -Matthew Fuck ya! Go Matthew.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java

2000-12-29 Thread glenn
glenn 00/12/29 12:27:11 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: Fixed build, forgot to add some imports Revision ChangesPath 1.10 +6 -5

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ServerXmlInterceptor.java

2000-12-29 Thread costin
costin 00/12/29 12:31:36 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Container.java Context.java ContextManager.java Handler.java OutputBuffer.java Request.java Response.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Tomcat.java

2000-12-29 Thread costin
costin 00/12/29 13:24:35 Modified:src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java src/share/org/apache/tomcat/helper RequestUtil.java src/share/org/apache/tomcat/modules/config

Re: Session Serialize code

2000-12-29 Thread Nick Bauman
Matt, since they are considering a threadpooler, too, you might also want to share your Object and Thread pooling techniques you've done in the past. The design alone is worth considering it over other techniques. (Matthew has a pooling demo using Object.clone(), which is also very fast and

Re: Session Serialize code

2000-12-29 Thread Kief Morris
Jon Stevens typed the following on 12:16 PM 12/29/2000 -0800 on 12/29/2000 6:59 AM, "Matthew Dornquast" [EMAIL PROTECTED] wrote: Anyway, use this method, and you've got lean mean serialized objects that take up the least amount of space possible and have the lowest overhead to

Unsubscribe tomcat-dev

2000-12-29 Thread Tim Coy
Title: Unsubscribe tomcat-dev Unsubscribe tomcat-dev

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http AcceptLanguage.java ContentType.java HttpMessages.java Parameters.java

2000-12-29 Thread costin
costin 00/12/29 23:54:18 Modified:src/facade22/org/apache/tomcat/facade CookieFacade.java HttpServletRequestFacade.java HttpServletResponseFacade.java src/share/org/apache/tomcat/core Request.java Response.java