Re: DO NOT REPLY [Bug 13907] - security manager does not give read permission on a context by default

2002-10-26 Thread Aditya
Glenn, On Fri, Oct 25, 2002 at 08:40:28AM -0500, Glenn Nielsen wrote: I suspect that for some reason the Context does not have a context directory. Add FWIW, I'm not running the context from a WAR file -- it's just the examples context that comes with the default install. String docBase =

Re: DO NOT REPLY [Bug 13907] - security manager does not give readpermission on a context by default

2002-10-26 Thread Glenn Nielsen
Hmmm... I did some reviews of CVS for the code which sets the context dir FilePermission. I had made a cut n paste mistake when changing code related to this which would have prevented the context dir FilePermission from being created. This bug only existed for 6 hours in CVS before I fixed it.

OT: Scarab Tomcat 4.1

2002-10-26 Thread Glenn Nielsen
Jon Scott Stevens wrote: on 2002/10/25 3:40 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: I just checked. I removed xerces related apis from common/endorsed and put them in server/lib. That removed them from the jar's visible to the scarab webapp. But left them available for the container to

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java Catalina.java

2002-10-26 Thread remm
remm2002/10/26 05:29:56 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java Catalina.java Log: - Fix service functionality. Revision ChangesPath 1.7 +7 -4

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c jk_service_apache2.c

2002-10-26 Thread mturk
mturk 2002/10/26 05:38:45 Modified:jk/native2/server/apache2 mod_jk2.c jk_service_apache2.c Log: Move the scoreboard and childId detection from service_apache2 to the mod_jk2. Also set the child_init hook as last, so that mpm has a chance to create the scoreboard.

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-10-26 Thread mturk
mturk 2002/10/26 05:41:29 Modified:jk/native2/include jk_workerEnv.h Log: Add the childGeneration variable to the worken env that is readed from scoreboard for multiprocess servers, and gives the child generation number. This is used to prevent the initialization if the jvm

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-10-26 Thread mturk
mturk 2002/10/26 05:42:45 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Fake the childId as resolved so that worker_jni works properly. We don't have a multiprocess server here. Revision ChangesPath 1.51 +2 -1

DO NOT REPLY [Bug 13989] New: - Linux's binary mod_jk2-1.3-noeapi.so and mod_jk-1.3-noeapi.so does not work on Apache 1.3.27

2002-10-26 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=13989. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-5 tomcat.nsi

2002-10-26 Thread remm
remm2002/10/26 07:20:47 Modified:.tomcat.nsi Log: - Use Bootstrap class for NT service. Revision ChangesPath 1.10 +2 -2 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi === RCS

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2002-10-26 Thread remm
remm2002/10/26 07:23:12 Modified:.build.properties.default build.xml Log: - Update to new versions. - Remove Watchdog from download target. It takes an insane amount of time to complete, and is mostly not needed. IMO, it should be moved to a different

cvs commit: jakarta-tomcat-5 build.xml

2002-10-26 Thread remm
remm2002/10/26 07:27:13 Modified:.build.xml Log: - Remove taglibs and commons checkouts. (Ideally), we should have only binary dependencies on these, right ? Revision ChangesPath 1.50 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml

DO NOT REPLY [Bug 13990] New: - Error in build.xml.txt dist target

2002-10-26 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=13990. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_jni.c jk_vm_default.c

2002-10-26 Thread mturk
mturk 2002/10/26 07:46:28 Modified:jk/native2/common jk_worker_jni.c jk_vm_default.c Log: Disable the jni worker and vm if the JVM called abort() in the previous child generation. This prevents ifinite loop trying to load wrong JVM on multi-process servers. Revision

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-10-26 Thread mturk
mturk 2002/10/26 07:47:33 Modified:jk/native2/server/apache2 mod_jk2.c Log: Some cleanup of the previous patch, skipping some debug code. Revision ChangesPath 1.56 +2 -19 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

RE RE: If you know........................ Thanks !

2002-10-26 Thread Correo
I follow your tutorial bat can't start my servlet !!! Error 404: .. !!!%#$!*7^ I change the name directory Servlet1 to myApp and modifi web.xml what happen ? Visit www.bocajuniors.com.ar -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional

cvs commit: jakarta-tomcat-5/resources build.xml

2002-10-26 Thread remm
remm2002/10/26 11:52:56 Modified:.build.xml Added: resources build.xml Log: - Add a mainbuild script to allow newbies to build Tomcat very easily once Ant is correctly setup (at least with JDK 1.3+). - The small build.xml will be made available online as a

Servlet alias in 5.0?

2002-10-26 Thread Per Cederberg
Hi, Are there any plans to introduce a servlet alias or URL rewrite function into Tomcat 5.0.x? As far as I understand, there is currently no way in Tomcat 4.0.x or 4.1.x to redirect URL:s from various contexts to a (single instance) servlet. I've tried to use a context declaration with the

DO NOT REPLY [Bug 10373] - Wrong response status code for custom error page

2002-10-26 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=10373. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.