file not found 404 - error-page

2001-04-09 Thread Ron Pitts
I'm having problems using the within the web.xml file.     Should I be able to set this from within the TOMCAT_HOME conf/web.xml directory, I've also tried setting this from within webapps application directory, and still no luck.   Using Tomcat 3.2 and I'm still having the standard file n

Re: mod_webapp, mod_jk etc.

2001-04-09 Thread Dan Milstein
I can't speak to mod_webapp, but a mod_jk response: > - I understand the need for the TCP connections to be persistent in > mod_jk and mod_webapp, but I'm not sure why another connection wouldn't > be attempted after the reuse of the previous connection fails; This was just added to the 3.3 bra

inputstream, and do a read will block forever.

2001-04-09 Thread Adam Ratica
If I send an empty get request to my servlet, get the inputstream, and do a read will block forever. (eg: just call the servlet from IE or Netscape it just hangs). InputStream in = servletRequest.getInputStream(); byte[] buffer = new byte[bufferSize]; ByteArrayOutputStream byteStream = new ByteAr

[Catalina] FYI: pending Tyrex changes

2001-04-09 Thread Sam Ruby
In catalina/build.xml there is the following: FYI - this matches the naming structure for the latest released version of Tyrex (0.9.7.0), when build from cvs, the name of the jar produced is as follows: tyrex/resource/jdbc/xa/EnabledDataSource.class - Sam Ruby

Re: database access problem

2001-04-09 Thread Christopher Cain
Asim: This is not the appropriate list for a JDBC question. This list is for Tomcat-related questions. However, in answer to your question ... I am surprised that this code works even in Access. The SQL you are using actually should not return any rows at all. It is an INSERT operation, not a SE

Re: [Catalina] FYI: pending Tyrex changes

2001-04-09 Thread Remy Maucherat
> In catalina/build.xml there is the following: > > classname="tyrex.jdbc.xa.EnabledDataSource" /> > > FYI - this matches the naming structure for the latest released version of > Tyrex (0.9.7.0), when build from cvs, the name of the jar produced is as > follows: > >tyrex/resource/jdbc

Re: mod_webapp, mod_jk etc.

2001-04-09 Thread Bojan Smojver
Beauty. I'm actually playing with 3.3 as well, because some of the features I like (eg. realm per host) are there as well. Bojan Dan Milstein wrote: > > I can't speak to mod_webapp, but a mod_jk response: > > > - I understand the need for the TCP connections to be persistent in > > mod_jk and

Jasper JSP maintainer required for Jetty project.

2001-04-09 Thread Greg Wilkins
Tomcat developers, The Jetty project is in need of a Jasper maintainer for it's cut of the Jasper JSP engine. Jetty is a opensource java HTTP server and servlet container (see http://jetty.mortbay.com or http://sourceforge.net/projects/jetty) It is intended to be small, fast, yet fully functi

BugRat Report #246 - Call to javax.servlet.jsp.tagext.TagAttributeInfo constructor from org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute method is in

2001-04-09 Thread Purna Ponguluri
How to solve this problem. Thanks Purna.

ServletContext.getRealPath() Bug or spec issue.

2001-04-09 Thread Morris, Cavan
I have found that ServletContext.getRealPath() doesn't seem to handle relative paths correctly. It appears to simply prepend the docroot onto what ever string you pass it. This isn't very helpful if I need to get to a file in the requests directory and I don't know where it is. Given a director

cvs commit: jakarta-tomcat-4.0/tester/src/tester/org/apache/tester Jndi01.java

2001-04-09 Thread craigmcc
craigmcc01/04/09 14:42:53 Modified:tester/src/tester/org/apache/tester Jndi01.java Log: Make the log methods a little more explicit so that is clear whether we are working in init() or destroy(). Revision ChangesPath 1.4 +5 -5 jakarta-tomcat-4.0/tester/src/

Re: Jasper JSP maintainer required for Jetty project.

2001-04-09 Thread cmanolache
Hi Greg, We are planning a small refactoring of jasper ( at least for tomcat3.3, but one goal would be to merge the 2 branches we have in jakarta ). I don't know when this will happen, but I know few people are looking into that. Mel already made a proposal for improving JspServlet, and I will

Re: Jasper JSP maintainer required for Jetty project.

2001-04-09 Thread Jon Stevens
on 4/9/01 2:13 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > We are planning a small refactoring of jasper ( at least for tomcat3.3, > but one goal would be to merge the 2 branches we have in jakarta ). I > don't know when this will happen, but I know few people are looking > into that.

Re: Jasper JSP maintainer required for Jetty project.

2001-04-09 Thread cmanolache
On Mon, 9 Apr 2001, Jon Stevens wrote: > on 4/9/01 2:13 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > We are planning a small refactoring of jasper ( at least for tomcat3.3, > > but one goal would be to merge the 2 branches we have in jakarta ). I > > don't know when this will happen,

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

2001-04-09 Thread craigmcc
craigmcc01/04/09 15:59:29 Modified:catalina/src/share/org/apache/catalina/connector/http HttpConnector.java HttpProcessor.java Log: Rearrange how shutdown occurs so that trying to reopen the server socket (inside the IOException catch in run()) does not thr

Re: Jasper JSP maintainer required for Jetty project.

2001-04-09 Thread Jon Stevens
on 4/9/01 2:54 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Mon, 9 Apr 2001, Jon Stevens wrote: > >> on 4/9/01 2:13 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> >>> We are planning a small refactoring of jasper ( at least for tomcat3.3, >>> but one goal would be to merge the

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java ParserController.java

2001-04-09 Thread horwat
horwat 01/04/09 16:38:12 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java ParserController.java Log: Change default character encoding to: ISO-8859-1 Bugzilla #1181 Revision ChangesPath 1.24 +4 -4 ja

RE: Jasper JSP maintainer required for Jetty project.

2001-04-09 Thread Larry Isaacs
> > -Original Message- > From: Jon Stevens > To: tomcat-dev > Sent: 4/9/01 6:30 PM > Subject: Re: Jasper JSP maintainer required for Jetty project. > > on 4/9/01 2:13 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > We are planning a small refactoring of jasper ( at least for > to

Bugs/Improvements in Tomcat 3.3-m2

2001-04-09 Thread Bojan Smojver
I think there is a bug in AccessInterceptor.java, line 488, which only shows when cookies are turned off in server.xml file with: The problem is related to the fact that at the time of 'if', the req.getSessionIdSource() returns null and the test is blown sky high (ie. there is a NullPointerExce

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

2001-04-09 Thread craigmcc
craigmcc01/04/09 18:37:08 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java LocalStrings.properties StandardHost.java catalina/src/share/org/apache/catalina/startup HostConfig.ja

[PATCH PersistentManager.java] Patch to get the Max Idle Backup working

2001-04-09 Thread Bip Thelin
A little update to PersistentManager.java to backup sessions that's been Idle for longer than specified max time. ..bip Index: LocalStrings.properties === RCS file: /home/cvspublic/jakarta-tomcat-4.0/catalina/src/share/org

Bug in JDBCRealm Tomcat 3.3m2

2001-04-09 Thread Bojan Smojver
The digest should be called on credentials, not on what's picked up from the database. That would already be digested. Here is the patch for JDBCRealm.java: --- jakarta-tomcat-3.3-src-original/src/share/org/apache/tomcat/modules/aaa/JDBC Realm.java Wed Feb 28 06:10:16 2001 +++ jakarta-tomcat

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/collections SimplePool.java

2001-04-09 Thread costin
costin 01/04/09 23:26:15 Modified:src/share/org/apache/tomcat/core Request.java src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java src/share/org/apache/tomcat/util/collections SimplePool.java Log: Fix form login with

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-04-09 Thread costin
costin 01/04/09 23:58:23 Modified:src/share/org/apache/tomcat/modules/session SessionIdGenerator.java Log: Patch from Bojan Smojver <[EMAIL PROTECTED]>, slightly modified. The patch allows systems that have /dev/random to use it instead of the slower

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-04-09 Thread costin
costin 01/04/10 00:01:12 Modified:src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Second part of the URL-based session + authenti

Re: [PATCH PersistentManager.java] Patch to get the Max Idle Backupworking

2001-04-09 Thread Endre Stølsvik
Just wanted to comment that apparently one of the existing lines in that LocalStrings thingy have a typo: On Mon, 9 Apr 2001, Bip Thelin wrote: | Index: LocalStrings.properties | === | RCS file: |/home/cvspublic/jakarta-tomcat-4.0