Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java

2001-08-10 Thread Incze Lajos
On Thu, Aug 09, 2001 at 07:43:00PM -, [EMAIL PROTECTED] wrote: > craigmcc01/08/09 12:43:00 > ... > Make request URIs the contain "/..." (or any longer series of periods) > invalid. On some (all?) Windows platforms, this causes the OS to walk the > directory tree just like "../../..

RE: Quick suggestion before the new beta tag

2001-08-10 Thread Rob S.
> The standard startup scripts work fine for me on my Win98 laptop ... the ditto for me... - r

RE: Quick suggestion before the new beta tag

2001-08-10 Thread Rob S.
> BINGO! That was it. My config.sys didn't have anything in it at > all. Adding > that line fixed it. Man ... there's an hour of my life I'll never > get back. A if you would have gotten "out of environment space" we would have known sooner =) I got the "bad command or filename" thing the fi

AW: [DOC] Trouble building anyone?

2001-08-10 Thread Rob S.
Ok after I wrote this email I didn't realize that something I tried fixed it =) Craig, instead of "project.xml" would changing it to "../project.xml" on *nix be ok? I changed it in index.xml and it works on my Win98SE laptop. It kept failing but ACTUALLY it was failing on the next .xml file that

Applet Servlet Communication

2001-08-10 Thread Haroon Ghaus
I am trying to access a servlet through an applet. In the applet I am using URL Connection object and opening a connection to the servlet. My URL in the connection object is http://localhost:8080/examples/servlet/DbServlet and I have kept my DbServlet class in the D:\Tomcat\webapps\examples\WEB-

[PROPOSAL] JasperLoader correction

2001-08-10 Thread Olivier Oeuillot
Use the System.getSecurityManager(), not the SecurityManager specified by the field of the class JasperLoader. (Question: What is the interest of field (securityManager) into JasperLoader.class ? ) Regards, Olivier. Index: JasperLoader.java ===

RE AdaptiveClassLoader, getResources, jndi.properties (Tomcat 4.0/3.3 bug?)

2001-08-10 Thread Chris Kimpton
Hi, I am using tomcat3.3m4 (cos 3.3b1 seems to be broken with respect to working with Jetspeed - or is it Jetspeed is broken...) I seem to be getting the same problem that the jndi.properties file is not being read from the WEB-INF/classes directory of my web app - but needs to be on the main sy

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server-noexamples.xml.config server.xml

2001-08-10 Thread pier
pier01/08/10 07:14:16 Modified:.RELEASE-NOTES-4.0-B7.txt RELEASE-NOTES-4.0-B8.txt catalina/src/conf server-noexamples.xml.config server.xml Log: You always find those after a release. WebAppMount doesn't exist since we moved the WebApp connector to jakar

Re: Addition of 'dirty' field to Session interface

2001-08-10 Thread Kief Morris
Craig R. McClanahan typed the following on 12:40 PM 8/9/2001 -0700 >> Now that I think about it though, any time a session is used in a request, >its >> lastAccessedTime will be updated, so the session must be considered dirty. >> So worrying about tracking attributes isn't necessary: the sessio

cvs commit: jakarta-tomcat-connectors/webapp INSTALL.txt

2001-08-10 Thread pier
pier01/08/10 07:33:57 Added: webapp INSTALL.txt Log: Added simple document on how to install mod_webapp. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/INSTALL.txt Index: INSTALL.txt =

cvs commit: jakarta-tomcat-connectors/webapp INSTALL.txt

2001-08-10 Thread pier
pier01/08/10 07:35:31 Modified:webapp INSTALL.txt Log: Updated info on where to find the binary module. Revision ChangesPath 1.2 +3 -2 jakarta-tomcat-connectors/webapp/INSTALL.txt Index: INSTALL.txt

Re: Quick suggestion before the new beta tag

2001-08-10 Thread Christopher Cain
Hey Rob ... I think adding a quick note to RUNNING.txt would be definitely worthwhile. Win98 out of the box apparently gives you a blank config.sys, as I know for sure that I've never edited that file. - Christopher "Rob S." wrote: > > > BINGO! That was it. My config.sys didn't have anything i

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/httpHttpProcessor.java

2001-08-10 Thread Craig R. McClanahan
On Fri, 10 Aug 2001, Incze Lajos wrote: > On Thu, Aug 09, 2001 at 07:43:00PM -, [EMAIL PROTECTED] wrote: > > craigmcc01/08/09 12:43:00 > > > ... > > Make request URIs the contain "/..." (or any longer series of periods) > > invalid. On some (all?) Windows platforms, this causes th

Re: AW: [DOC] Trouble building anyone?

2001-08-10 Thread Craig R. McClanahan
On Fri, 10 Aug 2001, Rob S. wrote: > Ok after I wrote this email I didn't realize that something I tried fixed it > =) > > Craig, instead of "project.xml" would changing it to "../project.xml" on > *nix be ok? I changed it in index.xml and it works on my Win98SE laptop. > It kept failing but

Re: Addition of 'dirty' field to Session interface

2001-08-10 Thread Craig R. McClanahan
On Fri, 10 Aug 2001, Kief Morris wrote: > Craig R. McClanahan typed the following on 12:40 PM 8/9/2001 -0700 > >> Now that I think about it though, any time a session is used in a request, > >its > >> lastAccessedTime will be updated, so the session must be considered dirty. > >> So worrying

Re: AW: [DOC] Trouble building anyone?

2001-08-10 Thread Craig R. McClanahan
On Fri, 10 Aug 2001, Craig R. McClanahan wrote: > > > On Fri, 10 Aug 2001, Rob S. wrote: > > > Ok after I wrote this email I didn't realize that something I tried fixed it > > =) > > > > Craig, instead of "project.xml" would changing it to "../project.xml" on > > *nix be ok? I changed it i