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
>
> > 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
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
> 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
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
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
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
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
=
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
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
[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
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
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
=
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
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
15 matches
Mail list logo