[PATCH] JDBCRealm on Tomcat 3.2.1 does not work with MS SQL Server

2001-02-18 Thread Larry Rogers
This is my first patch to submit. I'm sorry I don't have a diff file to go with it. Anyway, when using Tomcat 3.2.1 JDBCRealm with Microsoft SQL Server, the credential check fails when the correct username and password are submitted by the user. After Tomcat receives the credentials from the

Re: Class loading impact on performance?

2001-02-18 Thread cmanolache
> > > 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 1

Re: Clarification on Catalina TODO item: CGI emulation servlet

2001-02-18 Thread Martin T Dengler
Craig R. McClanahan wrote: > That was exactly the original thinking -- create a servlet that would be able > to execute external applications in conformance with the CGI spec requirements > (principally related to environment variables, and connecting standard input > and output of the applicatio

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

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 FA

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 jakarta-tomcat-4.0/jasper/src/share/org/apache/jaspe

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 jakarta-tomcat-4.0/cat

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 =

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 r

Class loading impact on performance?

2001-02-18 Thread Paulo Gaspar
Did anyone notice this posting? > 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 ab

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

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 mess

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 =

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 Jet

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 co