Re: DirContextURLStreamHandlerFactory

2001-06-26 Thread Remy Maucherat
> Hey Folks, > > this is a follow-up question to a post made by Kavi on 6/25 regarding > running Tomcat on HP's Core Services Framework. > > We encountered a problem with a dual URLStreamHandlerFactory - Catalina > installs its own, in order to provide the jndi: URL for e.g. reading > WEB-INF/web.

Re: Connectors in Nightly builds?

2001-06-26 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: > Hello Pier, > > thanks for the reponse - I'm impressed by the large set of platforms that > you can build on. The best I can do is Win 2000, Linux 6 and Solaris ;-) Doesn't come for free... It took me months to set the infrastructure, and as I said severa

DirContextURLStreamHandlerFactory

2001-06-26 Thread PETERSEN,PETER (HP-NewJersey,ex2)
Hey Folks, this is a follow-up question to a post made by Kavi on 6/25 regarding running Tomcat on HP's Core Services Framework. We encountered a problem with a dual URLStreamHandlerFactory - Catalina installs its own, in order to provide the jndi: URL for e.g. reading WEB-INF/web.xml - alas Cor

RE: Connectors in Nightly builds?

2001-06-26 Thread Thom Park
Hello Pier, thanks for the reponse - I'm impressed by the large set of platforms that you can build on. The best I can do is Win 2000, Linux 6 and Solaris ;-) I'd just be happy to see the sources back in the tomcat nightly downloads. I find that pulling the individual files out of CVS not the b

Please HELP (Tomcat + IIS Null Pointer exception)

2001-06-26 Thread riaz mohamed
hi i configured IIS exactly the way as said in the Howto doc that comes with the jakarta docs. This was on IIS 5.0 on Win2000 . I am able to access the jsp pages .. Now i have got an application which uses tomcat. When the application is installed and the tomcat run (ie before i run the tomcat i s

another problem with postgresql

2001-06-26 Thread Agustina Buccella
I have tomcat3.3-m3, jdk1.1.8 and postgres 7.1.1 When I run tomcat I get this error message: #./startup.sh Using classpath: /usr/local/tomcat/lib/tomcat.jar:/usr/lib/jdk1.1.8/bin Using JAVA_HOME: /usr/lib/jdk1.1.8 Using TOMCAT_HOME: /usr/local/tomcat cinaweb:/usr/local/tomcat/bin # Tomcat: se

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

2001-06-26 Thread glenn
glenn 01/06/26 14:02:32 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java Log: Fixed SecurityException when a JSP page is the first request Revision ChangesPath 1.19 +7 -4 jakarta-tomcat-4.0/catalina/src/share/org

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2001-06-26 Thread glenn
glenn 01/06/26 14:02:20 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: Fixed SecurityException when a JSP page is the first request Revision ChangesPath 1.7 +28 -28 jakarta-tomcat-4.0/catalina/src/sh

cvs commit: jakarta-tomcat-4.0/catalina/docs tomcat-security-unix.html

2001-06-26 Thread glenn
glenn 01/06/26 14:01:10 Removed: catalina/docs tomcat-security-unix.html Log: Merged into tomcat-security.html

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

2001-06-26 Thread glenn
glenn 01/06/26 14:00:31 Modified:catalina/docs tomcat-security.html Log: Updated documentation for JndiPermission, merged in docs from separate tomcat-security-unix.html Revision ChangesPath 1.2 +245 -7jakarta-tomcat-4.0/catalina/docs/tomcat-security.html

[GUMP] Build Failure - Tomcat 3.x

2001-06-26 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

cvs commit: jakarta-tomcat-connectors/jk/native/iis isapi_redirect.reg

2001-06-26 Thread andya
andya 01/06/26 13:04:58 Added: jk/native/iis isapi_redirect.reg Log: Initial release of pre-packaged registry settings. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/iis/isapi_redirect.reg Index: isapi_redirect.reg =

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat33 Ajp14Interceptor.java

2001-06-26 Thread costin
costin 01/06/26 12:52:26 Modified:jk/java/org/apache/ajp Ajp14.java Ajp14Packet.java jk/java/org/apache/ajp/tomcat33 Ajp14Interceptor.java Log: Merged ( copied ) the code from Ajp13 into Ajp14, removed "extend Ajp13". The main reason is that we need to keep Ajp1

cvs commit: jakarta-tomcat build.xml

2001-06-26 Thread costin
costin 01/06/26 12:40:11 Modified:.build.xml Log: Fixed ( once again - I hope for the last time ) the jaxp file copying. Since people have different preferences we'll detect the version instead of asking the user - this should work for most common cases ( including xe

Class not Found JDBCRealm

2001-06-26 Thread Agustina Buccella
I have Tomcat 3.2.2, Suse 7.1 and JDK1.1.8. I configure my /usr/local/tomcat/conf/server.xml with this: but when I run tomcat I get this error messages: Using classpath: /usr/local/tomcat/lib/tomcat.jar Using JAVA_HOME: /usr/lib/jdk1.1.8 Using TOMCAT_HOME: /usr/local/tomcat cinaweb:/usr/loc

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http BaseRequest.java

2001-06-26 Thread costin
costin 01/06/26 12:38:13 Modified:util/java/org/apache/tomcat/util/http BaseRequest.java Log: Added the jvmRoute ( renamed to tomcatInstanceId ) to the BaseRequest. We expect all implementations to be able to participate in load balancing, and the instanceId ( that identifies o

Re: Connectors in Nightly builds?

2001-06-26 Thread cmanolache
On Tue, 26 Jun 2001, Jonathan Reichhold wrote: > Jakarta-tomcat-connectors appears to be available only through CVS. The src can't >be obtained from http://jakarta.apache.org/ I > was wondering about the connectors myself until I went to the CVS repository >directly. > > Would it not make se

[PATCH] for BUG #2333

2001-06-26 Thread Roloff, Dirk
Hi Developers, tomcat 3.2.2 - mod_jk - using AJP12 with apache 1.3.20 I found this problem while a servlet use sendRedirect( very long URL ). The result was a not well formated HTTP-Header sending to the client. What is the maximum length of URL`s ??? I found something in the jk_ajp12_worker.c:

Re: [jtc - jk] jk_version.h

2001-06-26 Thread Andy Armstrong
+1 jean-frederic clere wrote: > > GOMEZ Henri wrote: > > > > >so, forgive me if this is a stupid question, but... how is jk_version.h > > >generated on windows? do i need to install cygwin stuff and run > > >buildconf.sh/configure? > > > > Good point Kevin :) > > > > May be just by editing it ;

Re: Service...

2001-06-26 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: > A really usefull feature, for ALL Tomcat release. > > I'll take a look at it and see how it could be > suite in TC 3.2/3.3 :! > > What about ? As always... Do whatever you want... (I stopped caring about what others are doing with my code long time ago

RE: cvs commit: jakarta-tomcat-4.0/service/java SimpleService.jav a

2001-06-26 Thread GOMEZ Henri
>> I've been told there is some fools which use this 'OS' ;) > >Fools indeed.. I think many peoples should thanks Linux success. Linux, (like Apache) show to many IT directors that OpenSource was a VIABLE SOLUTION. And with distributions like Redhat, Mandrake, Suse installing Linux Boxes is n

Re: Connectors in Nightly builds?

2001-06-26 Thread Jonathan Reichhold
Jakarta-tomcat-connectors appears to be available only through CVS. The src can't be obtained from http://jakarta.apache.org/ I was wondering about the connectors myself until I went to the CVS repository directly. Would it not make sense to bundle the j-t-c code into a tar ball for those who

Re: cvs commit: jakarta-tomcat-4.0/service/java SimpleService.java

2001-06-26 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: >>> Log: >>> Force shutdown of SimpleService after 5 seconds (Linux >> doesn't throw an >>> IOException when the ServerSocket is closed, but rather >> waits until the >>> first connection gets thru - DARN!) > >> And they call it "OS"... The dynamic linker/

Re: [jtc - jk] jk_version.h

2001-06-26 Thread Mike Anderson
That should have been logic instead of login :-) >>> [EMAIL PROTECTED] 06/26/01 09:21AM >>> +1 Since I would have to do something similar in the Makefile.nw for NetWare, I'd lots rather see the login in jk_version.h. Mike Anderson >>> [EMAIL PROTECTED] 06/26/01 12:59AM >>> GOMEZ Henri wrote: >

Re: [jtc - jk] jk_version.h

2001-06-26 Thread Mike Anderson
+1 Since I would have to do something similar in the Makefile.nw for NetWare, I'd lots rather see the login in jk_version.h. Mike Anderson >>> [EMAIL PROTECTED] 06/26/01 12:59AM >>> GOMEZ Henri wrote: > > >so, forgive me if this is a stupid question, but... how is jk_version.h > >generated on

RE: Plz help! Tomcat blocks when calling itself - i am desperate!

2001-06-26 Thread Marc Saegesser
Do really need to use SingleThreadedModel for your servlets? In general its best avoid this if at all possible. Section 3.2 of the specification only requires that a servlet container must guarantee that only one thread is executing through a specific servlet instance an any time. Containers *c

tomcat 3.3 proposals cleanup - next step ?

2001-06-26 Thread GOMEZ Henri
Larry does a cleanup on Tomcat 3.3 project and remove many dirs in proposal but I removed all the proposal subdir from my local CVS and got all the proposal subdir trees at the next checkout. All it used not less than 1.5Mb. What about removing (rm) also the directories in CVS dir to avoi

RE: Problem with URLPatternMatcher

2001-06-26 Thread Marc Saegesser
Tomcat 3.2 uses org.apache.tomcat.util.PrefixMapper for mapping URLs into mapping URL patterns into servlets. The org.apache.tomcat.request.AccessInterceptor class handles the security constraint mappings internally. > -Original Message- > From: Creighton Kirkendall [mailto:[EMAIL PROTE

Re: Configuring Tomcat 3.3 for Cactus use

2001-06-26 Thread cmanolache
On Tue, 26 Jun 2001, Alex Fernández wrote: > tomcat -config server.xml > passing a new server.xml file. Can I do something similar in Tomcat 3.3? > I cannot find a similar option in the docs; I believe it's ignoring it. Of course. Everything that works in 3.2 should also work ( better ) in

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-06-26 Thread jfclere
jfclere 01/06/26 08:01:24 Modified:jk/native/apache-2.0 mod_jk.c Log: Arrange the server_name and server_port logic. Note the apr_sockaddr_port_get(). Revision ChangesPath 1.10 +8 -3 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

JniRequestAdapter

2001-06-26 Thread Thomas Colin de Verdiere
Does the class JNIRequestAdapter is an inner class in JNIConnectionHandler as in the source of Tomcat 3.2.1 although it is not in lib\webserver.jar Thank you Tom

Configuring Tomcat 3.3 for Cactus use

2001-06-26 Thread Alex Fernández
Hi folks! I'm trying to make Cactus (the testing project in Commons, http://jakarta.apache.org/commons/cactus/index.html) play with Tomcat 3.3. I've been looking at the way it works with Tomcat 3.2: it seems to use tomcat -config server.xml passing a new server.xml file. Can I do somethin

Re: cvs commit: jakarta-tomcat-4.0/service/java SimpleService.java

2001-06-26 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > > > Log: > > Force shutdown of SimpleService after 5 seconds (Linux doesn't throw an > > IOException when the ServerSocket is closed, but rather waits until the > > first connection gets thru - DARN!) > > And they c