Tomcat 4 tasks to complete prior to beta 2 release

2001-02-18 Thread Glenn Nielsen
What should be completed prior to the Tomcat 4 beta 2 release? Here is my list of what would be nice to get done for the Tomcat 4 beta 2 release. Test Craig's Jasper compiler XML parser class loading changes. Apache mod_webapp/Warp connector at beta quality. I consider this to be a critical

Re: Tomcat 4.0 Class Loader Reorganization

2001-02-18 Thread Jason van Zyl
Hi, I build tomcat-4.0 from CVS this morning and tried it with the TDK and everything looks good! No "sealing violoation", and the XML-RPC service which requires xerces started up without a hitch. It was starting the XML-RPC service which made the "sealing violation" visible. I haven't tried

cvs commit: jakarta-tomcat-4.0/catalina/src/conf catalina.policy

2001-02-18 Thread glenn
glenn 01/02/18 09:18:41 Modified:catalina/src/conf catalina.policy Log: Update policy for Craig's jasper class loading changes Revision ChangesPath 1.4 +5 -1 jakarta-tomcat-4.0/catalina/src/conf/catalina.policy Index: catalina.policy

Need help about Apache-Tomcat

2001-02-18 Thread Dror Voulichnan
For 3 days I red all the manuals for apache, JServ, Tomcat. I think I made all the necessary configurating in order to run the apache-Tomcat on Nt Server. After the long difficult way I have passed - when I try to load a jsp file nothing happen, and in the mod_jk.log file I get the following

Clarification on Catalina TODO item: CGI emulation servlet

2001-02-18 Thread Martin T Dengler
[apologies if this is a FAQ or misdirected; please let me know] The Catalina TODO mentions an item under "Servlet Provided Functionality" which involves designing and implementing a CGI emulation servlet. Where/To whom can I go for clarification on what the requirement is? Is this something

Class loading impact on performance?

2001-02-18 Thread Paulo Gaspar
Did anyone notice this posting? pulp Command line usage: Step1 - 280ms Step2 - 20ms Step3 - 3946ms Step4 - 531ms Servlet in Tomcat 3.2.1 Step1 - 2954ms Step2 - 421ms Step3 - 46266ms Step4 - 8442ms As you can see, the performance degraded by about 10

Re: Clarification on Catalina TODO item: CGI emulation servlet

2001-02-18 Thread Craig R. McClanahan
Martin T Dengler wrote: [apologies if this is a FAQ or misdirected; please let me know] The Catalina TODO mentions an item under "Servlet Provided Functionality" which involves designing and implementing a CGI emulation servlet. Where/To whom can I go for clarification on what the

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev todo.html

2001-02-18 Thread craigmcc
craigmcc01/02/18 17:05:54 Modified:catalina/docs/dev todo.html Log: Add a volunteer for the CGI servlet. Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-4.0/catalina/docs/dev/todo.html Index: todo.html

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

2001-02-18 Thread glenn
glenn 01/02/18 17:13:59 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: Patch for Java SecurityManager to work with Craig's new Jasper class loading Revision ChangesPath 1.14 +13 -5

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet JspServlet.java

2001-02-18 Thread glenn
glenn 01/02/18 17:14:24 Modified:jasper/src/share/org/apache/jasper/servlet JspServlet.java Log: Patch for Java SecurityManager to work with Craig's new Jasper class loading Revision ChangesPath 1.13 +4 -1

Tomcat 4 Jasper class loading watchdog tests

2001-02-18 Thread Glenn Nielsen
I tested Tomcat 4 after Craig's changes to jasper. Initial watchdog run w/o Java SecurityManager, all tests passed. Second run of watchdog immediately after the first run, the following three tests failed. FAIL GET /jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptlet.jsp HTTP/1.0

Re: Tomcat 4 Jasper class loading watchdog tests

2001-02-18 Thread Remy Maucherat
I tested Tomcat 4 after Craig's changes to jasper. Initial watchdog run w/o Java SecurityManager, all tests passed. Second run of watchdog immediately after the first run, the following three tests failed. FAIL GET /jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptlet.jsp

Re: Class loading impact on performance?

2001-02-18 Thread cmanolache
pulp Command line usage: Step1 - 280ms Step2 - 20ms Step3 - 3946ms Step4 - 531ms Servlet in Tomcat 3.2.1 Step1 - 2954ms Step2 - 421ms Step3 - 46266ms Step4 - 8442ms As you can see, the performance degraded by about 10 times. I got around