RE: [juddi-Users] setup with new database fail in getting connection using JNDI datasource

2003-07-30 Thread Subrahmanya, Noida
Hi, I am using Juddi 8.0. i set up everything. But it fails in getting connection. I am using JNDI datasource for my database using JDBC driver. Following is the piece of code from happyjuddi.jsp. try { out.println(ds); out.flush(); conn = ds.getConnection();

Re: [PATCH] Digest Authentication

2003-07-30 Thread Barry Dunne
[EMAIL PROTECTED] wrote: Here I attach a patch for DigestAuthentication.java that should fix the problems with DIGEST authentication. -// in some cases qop has quotes, and in some not. We'll support both -if (currentTokenValue.startsWith(\)

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JasperLoader.java

2003-07-30 Thread jfclere
jfclere 2003/07/30 02:20:47 Modified:jasper2/src/share/org/apache/jasper/servlet JasperLoader.java Log: Put the dot in the if. Revision ChangesPath 1.10 +1 -1

Re: securityManager in JasperLoader.java

2003-07-30 Thread jean-frederic clere
Jean-Francois Arcand wrote: Hi Jean-Frederic, the current source have: Right: +++ [EMAIL PROTECTED]:~/jakarta-tomcat-jasper more CVS/Tag Ttomcat_4_branch +++ Should I port back the correction to the tomcat_4_branch? Cheers Jean-Frederic int dot = name.lastIndexOf('.'); if

Exporting env vars using JK2

2003-07-30 Thread Mats Henrikson
Hi, I am using mod_jk2 to connect Apache2 together with Tomcat 4.1.24. I am also using some other mods that set some environment variables before passing the request off to Tomcat. Unfortunately, there does not appear to be any way to get these env vars exported over the mod_jk2 connector and

DO NOT REPLY [Bug 21993] New: - startup.sh needs nohup to suceed

2003-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21993. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11753] - Synchronous startup script - startup.sh should wait until Tomcat is fully started

2003-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Implementing my own realm

2003-07-30 Thread Gross, Jessica
I could really use some help. So I have created my own realm that extends the JNDIRealm, you can see that class further down. I also created the LDAPMessageFormat class. So I put these classes into a jar, which I put into server/lib folder in tomcat. In my server.xml instead of using the

DO NOT REPLY [Bug 21999] New: - might be wrong example in server.xml

2003-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21999. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JspUtil.java

2003-07-30 Thread kinman
kinman 2003/07/30 10:33:14 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java jasper2/src/share/org/apache/jasper/compiler JspUtil.java Log: Refactor getDerivedPackageName and eliminate some duplicate code. Patch by

DO NOT REPLY [Bug 21978] - Certain tag file pathnames lead to compile errors

2003-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21978. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[GUMP] Build Failure - jk2

2003-07-30 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-07-30/jakarta-tomcat-jk-native2.html Buildfile: build.xml init.taskdef: guess.os: [echo]

RE: Implementing my own realm

2003-07-30 Thread Gross, Jessica
I've edited the mbeans-descriptors.xml and solve that problem at least. -Original Message- From: Gross, Jessica Sent: Wednesday, July 30, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: Implementing my own realm I could really use some help. So I have created my own realm that extends

DO NOT REPLY [Bug 22000] New: - Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion.

2003-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22000. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] jakarta-servletapi-5: API updates

2003-07-30 Thread Yutaka Yoshida
Hi, The attached file is to update the Servlet 2.4 API. Changes are: * Fix typos jsr154/src/share/javax/servlet/Filter.java jsr154/src/share/javax/servlet/FilterConfig.java jsr154/src/share/javax/servlet/ServletConfig.java

DO NOT REPLY [Bug 22000] - Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion.

2003-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22000. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java

2003-07-30 Thread remm
remm2003/07/30 11:35:51 Modified:catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java Log: - Add code allowing configuring the resource cache size. - Code cleanup. Revision ChangesPath 1.2 +11 -11

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util TomcatCSS.java

2003-07-30 Thread remm
remm2003/07/30 11:36:32 Modified:catalina/src/share/org/apache/catalina/util TomcatCSS.java Log: - Use the Jakarta color. The Tomcat color is great for branding, but looks ugly ;-) Revision ChangesPath 1.3 +8 -8

cvs commit: jakarta-tomcat-catalina/webapps/docs deployer-howto.xml html-manager-howto.xml manager-howto.xml

2003-07-30 Thread remm
remm2003/07/30 11:37:06 Modified:webapps/docs deployer-howto.xml html-manager-howto.xml manager-howto.xml Log: - Manager and deployer docs update. Revision ChangesPath 1.5 +32 -1

cvs commit: jakarta-tomcat-catalina/webapps/docs/config context.xml engine.xml host.xml resources.xml

2003-07-30 Thread remm
remm2003/07/30 11:37:51 Modified:webapps/docs/config context.xml engine.xml host.xml resources.xml Log: - Document the background processing feature. - Document configuration of the resource cache. Revision ChangesPath 1.5 +22 -3

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2003-07-30 Thread remm
remm2003/07/30 11:42:05 Modified:webapps/docs changelog.xml Log: - Revert patch (sorry, I can't read or do anything mail related after the server switch): I prefer having a centralized management of the changelog (and if you'd like to do it, you need to put the entry

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager Constants.java StatusManagerServlet.java

2003-07-30 Thread remm
remm2003/07/30 11:43:01 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager Constants.java StatusManagerServlet.java Log: - Cleanup. - Add a legend for the scoreboard. Revision ChangesPath 1.5 +4 -4

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util ExtensionValidator.java ManifestResource.java

2003-07-30 Thread luehe
luehe 2003/07/30 11:48:18 Modified:catalina/src/share/org/apache/catalina/util ExtensionValidator.java ManifestResource.java Log: Fixed NPE. Available and required extensions are now consistently NULL if not present. Previous code was inconsistent,

Re:to: Tomcat under load problems - Use 'java -Xss' to increase default stack size

2003-07-30 Thread Rau NF
Yes - Tomcat is running as an http server too. We are running load tests to see if we can reproduce this problem. I==Date: Tue, 29 Jul 2003 21:48:23 -0500 From: Glenn Nielsen [EMAIL PROTECTED] Subject: Re: Tomcat under load problems -

Jasper Cocoon's Eclipse Compiler Plugin

2003-07-30 Thread matthias.ernst
Hi, I'm experimenting with embedding Jasper/JSP 2.0 into production servlet 2.3 containers / JSP 1.2. That works surprisingly well, using an alternative lib directory and an additional classloader. (I want to run tagfiles in Websphere,Dynamo,... before 2005.) Anwyay, one of the obstacles is

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util ExtensionValidator.java ManifestResource.java

2003-07-30 Thread luehe
luehe 2003/07/30 15:29:23 Modified:catalina/src/share/org/apache/catalina/util ExtensionValidator.java ManifestResource.java Log: More clean up and bug fix (system resources were identified but then ignored when checking if an app's dependencies could be

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml

2003-07-30 Thread luehe
luehe 2003/07/30 17:19:42 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml Log: Added new sslProtocol property + minor javadoc edits The protocol property is a little confusing, as it means different