search engine?

2001-01-02 Thread hsiehLingGhan
Hi,   Does tomcat-apache provide site search functionality? If not, should i use applet plug-in that acts as a search engine? Please consult. Thanks.   Hsieh Ling

Re: classreloading and 4.x

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > on 1/2/2001 10:15 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> > wrote: > > > 's OK -- you will thank me the first time you need to update a deployed app on > > a > > production server without taking down Catalina :-). > > eh? > If you install the manager webapp (and set up

Re: classreloading and 4.x

2001-01-02 Thread Jon Stevens
on 1/2/2001 10:15 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > 's OK -- you will thank me the first time you need to update a deployed app on > a > production server without taking down Catalina :-). eh? > There is none, and cannot be (for the same reason you cannot write a complete >

Re: classreloading and 4.x

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > on 1/2/2001 6:22 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> > wrote: > > > I just tried this again (against current CVS code) with Vincent's original > > test > > cases and it works fine for me. I can send you the test suite if you like, to > > verify that it works/doesn'

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread Jon Stevens
on 1/2/2001 10:08 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > That's why the values stored in the HashMap are ArrayLists of all the values > received for that header name, as the JavaDoc comment immediately above this > line points out :-). doh! -jon ---

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > on 1/2/2001 9:50 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > +protected HashMap saveHeaders = new HashMap(); > > What if there is more than one header? > > Set-Cookie: > That's why the values stored in the HashMap are ArrayLists of all the values received fo

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread Jon Stevens
on 1/2/2001 9:50 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > +protected HashMap saveHeaders = new HashMap(); What if there is more than one header? Set-Cookie: -jon - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread craigmcc
craigmcc01/01/02 21:50:46 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester TestClient.java tester/web/WEB-INF web.xml Added: tester/src/tester/org/apache/tester SetLocale01.java Log: Refactor TestClient so that common valid

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util CharsetMapperDefault.properties

2001-01-02 Thread craigmcc
craigmcc01/01/02 21:39:54 Added: catalina/src/share/org/apache/catalina/util CharsetMapperDefault.properties Log: Add a missing properties file that would, among other things, cause ServletResponse.setLocale() to throw a NullPointerException. Revisio

Re: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-02 Thread Remy Maucherat
> Now that we've all recovered from New Years (and watched Oregon State teach > Notre Dame a few things about football -- go Beavers! :-), it's time to lay out > the next steps in Tomcat 4.0's lifetime. Here's what I propose: > > > > (1) Tomcat 4.0 Beta 1 > > The code for Tomcat 4.0 has proven to

Phone dialin for meeting

2001-01-02 Thread Jim Driscoll
James Duncan Davidson wrote: > Yep. It will be an open meeting. Phone dialups are going to be investigated. A number will be available for dialup. It may not be toll-free however :-( I'm looking into it. Can I have a show of hands (PRIVATELY! TO MY PERSONAL EMAIL NOT THE LIST! Don't want Du

Re: classreloading and 4.x

2001-01-02 Thread Jon Stevens
on 1/2/2001 6:22 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > I just tried this again (against current CVS code) with Vincent's original > test > cases and it works fine for me. I can send you the test suite if you like, to > verify that it works/doesn't work in your environment. > >

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-01-02 Thread craigmcc
craigmcc01/01/02 18:46:08 Modified:tester/src/bin tester.xml tester/web/WEB-INF web.xml Added: tester/src/tester/org/apache/tester Reset01.java Log: Add a positive test for ServletResponse.reset() since the current watchdog 4.0 test for this is broken.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets ManagerServlet.java

2001-01-02 Thread craigmcc
craigmcc01/01/02 18:20:46 Modified:catalina/src/share/org/apache/catalina/servlets ManagerServlet.java Log: Support management of the ROOT web application (i.e. the one mapped to an empty string as the context path). Revision ChangesPath 1.3

Re: classreloading and 4.x

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > Ok, I have this in my server.xml: > > > > Yet when I change a class in my WEB-INF/classes directory, it doesn't get > reloaded. Any ideas? > I just tried this again (against current CVS code) with Vincent's original test cases and it works fine for me. I can send y

gracefull shutdown/removal of worker from load balance...

2001-01-02 Thread Michael Kuz
Title: gracefull shutdown/removal of worker from load balance... Hello all, How do I remove a worker from the load balancer without killing its current sessions? i.e.: I don't want any new sessions created on that worker, and the existing sessions must be allowed to expire 'naturally' (I ca

classreloading and 4.x

2001-01-02 Thread Jon Stevens
Ok, I have this in my server.xml: Yet when I change a class in my WEB-INF/classes directory, it doesn't get reloaded. Any ideas? -jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session StandardSession.java

2001-01-02 Thread craigmcc
craigmcc01/01/02 16:17:09 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java catalina/src/share/org/apache/catalina/session StandardSession.java Log: Do not fire "attributeRemoved" application e

Re: BugRat Report #690 has been filed.

2001-01-02 Thread Glenn Nielsen
This isn't a Tomcat bug, its the way security works (whether correct or not). Perhaps this should be sent in as a Java bug report to Sun. This is documented in tomcat-security.html, you have to comment out the line: package.access=sun. in your $JAVA_HOME/jre/lib/security/java.security file. B

binding to a specific ip doesn't work as exspected

2001-01-02 Thread Thomas Butter
Binding tomcat to a IP that is not an IP of the hostname fails, because it is checked in org.apache.catalina.connector.HttpConnector.open(). I don't think that this makes any sense. In a virtual host enviroment the hostname doesn't need to have A RRs for all IPs. A simple fix would be to excha

BugRat Report #691 has been filed.

2001-01-02 Thread BugRat Mail System
Bug report #691 has just been filed. You can view the report at the following URL: REPORT #691 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

BugRat Report #690 has been filed.

2001-01-02 Thread BugRat Mail System
Bug report #690 has just been filed. You can view the report at the following URL: REPORT #690 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious Co

Re: Authorization on Linux

2001-01-02 Thread Aaron Knauf
I would go one further and advise against using the system user accounts for web user authentication.  Even if you are using SSL to encrypt traffic, it is easy to brute force a web password because the web server typically allows unlimited retries without locking the account, or delaying and in so

Re: Authorization on Linux

2001-01-02 Thread Craig R. McClanahan
Mikael Pahmp wrote: > I'm using Tomcat with Apache on a RedHat 6.2 Linux. I use the form-based login >mechanism and want to authorize the user logins against the users/groups that are >already defined in Linux. It seems to be possible by implementing an Interceptor. It is certainily feasible t

BugRat Report #644 was closed (apparently by: Marc Saegesser)

2001-01-02 Thread BugRat Mail System
Report #644 was closed by Person #0 Synopsis: HttpSession.getId() causes null pointer exception (logged in as: Marc Saegesser) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

BugRat Report #689 has been filed.

2001-01-02 Thread BugRat Mail System
Bug report #689 has just been filed. You can view the report at the following URL: REPORT #689 Details. Project: Servlet API Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serio

BugRat Report #688 has been filed.

2001-01-02 Thread BugRat Mail System
Bug report #688 has just been filed. You can view the report at the following URL: REPORT #688 Details. Project: Catalina Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious

Re: The significance of root context

2001-01-02 Thread Shawn McMurdo
Did you see my patch submitted to the list on 2000 Dec 23? I think it addresses this problem. Shawn David Soroko wrote:  Thanks -- David Soroko mailto:[EMAIL PROTECTED] http://www.geocities.com/SiliconValley/Campus/1628/ Manna Inc.

Authorization on Linux

2001-01-02 Thread Mikael Pahmp
I'm using Tomcat with Apache on a RedHat 6.2 Linux. I use the form-based login mechanism and want to authorize the user logins against the users/groups that are already defined in Linux. It seems to be possible by implementing an Interceptor. Has anyone already done this and is willing to share

unable to install tomcat 3.1.1 on Solaris Intel

2001-01-02 Thread Kodali Anil
Hi, FYI, for whom it may concern, I am currently trying to download the tomcat build 3.0 package for Solaris Intel # uncompress -c jakarta-tomcat-3.1.1.tar.Z| tar xvf - I get corruption errors upon trying to uncompress the Z file. what should i do to intall tomcat on solaris x86 l. Thanks, Kod

[VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-02 Thread Craig R. McClanahan
Now that we've all recovered from New Years (and watched Oregon State teach Notre Dame a few things about football -- go Beavers! :-), it's time to lay out the next steps in Tomcat 4.0's lifetime. Here's what I propose: (1) Tomcat 4.0 Beta 1 The code for Tomcat 4.0 has proven to be quite soli

Thanks (was Re: TC3.x - status)

2001-01-02 Thread Paul Libbrecht
Thanks, Yes, real thanks for Tomcat, it does help our project a lot and was prbably one of the main tool we're using that encouraged us to go in the open-source spirit. We are making a mathematical learning system called activemath (see www.mathweb.org/activemath) and are close to release. We

BugRat Report #687 has been filed.

2001-01-02 Thread BugRat Mail System
Bug report #687 has just been filed. You can view the report at the following URL: REPORT #687 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non-crit

RE: The significance of root context

2001-01-02 Thread David Soroko
Thanks   --David Sorokomailto:[EMAIL PROTECTED]http://www.geocities.com/SiliconValley/Campus/1628/Manna Inc.  -Original Message-From: Thom Park [mailto:[EMAIL PROTECTED]]Sent: Tuesday, Januar

BugRat Report #685 has been filed.

2001-01-02 Thread BugRat Mail System
Bug report #685 has just been filed. You can view the report at the following URL: REPORT #685 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C