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: http://znutar.cortexity.com/BugRatViewer/ShowReport/685 REPORT #685 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

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, January

[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

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,

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.

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: http://znutar.cortexity.com/BugRatViewer/ShowReport/689 REPORT #689 Details. Project: Servlet API Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity:

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]

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 to

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: http://znutar.cortexity.com/BugRatViewer/ShowReport/691 REPORT #691 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

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.

classreloading and 4.x

2001-01-02 Thread Jon Stevens
Ok, I have this in my server.xml: Context path="" docBase="scarab" reloadable="true"/ Yet when I change a class in my WEB-INF/classes directory, it doesn't get reloaded. Any ideas? -jon - To unsubscribe, e-mail:

Re: classreloading and 4.x

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: Ok, I have this in my server.xml: Context path="" docBase="scarab" reloadable="true"/ 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

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 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. One

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

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] For

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 DTD

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 an