jspc

2001-02-19 Thread Claude Couderc
Hello, I wish compile ahead automatically the files java starting from the files jsp, using the command jspc.bat. But I muddle myself with the syntax of the command. My directories are organized in the following way: " D:\folders\projets\calc\web ": sources jsp. Example of file name:

RE: [PATCH] JDBCRealm on Tomcat 3.2.1 does not work with MS SQL Server

2001-02-19 Thread Paulo Gaspar
That problem should only happen with the CHAR type, but with the CHAR type it can happen in other databases too. AFAIK, the use of VARCHAR doesn't cause trailing spaces to be added in MS SQL Server. Although I only used SQL Server trough BDE, ODBC and ADO, it is hard to imagine that a JDBC

RE: [PATCH] JDBCRealm on Tomcat 3.2.1 does not work with MS SQL Server

2001-02-19 Thread Ignacio J. Ortega
It's done on CVS, about 2 weeks ago.. It's solved for 3.2.2 and up, and in 4.0 and up... Saludos , Ignacio J. Ortega -Mensaje original- De: Larry Rogers [mailto:[EMAIL PROTECTED]] Enviado el: lunes 19 de febrero de 2001 6:39 Para: [EMAIL PROTECTED] Asunto: [PATCH] JDBCRealm on

BugRat Report #3 - doPost results in jasper.runtime.PageContextImp.handlePageException 7/27 nightly build

2001-02-19 Thread BugRat Mail System
Report #3 Details Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: closed Priority: high Severity: critical Confidence: public Environment: Release: Tomcat 7/27 build JVM Release: 1.2.2 Operating System: AIX OS Release: 4.3 Platform: Risc6000

TC3.3: Testing

2001-02-19 Thread cmanolache
As you may noticed, we had few changes in the testing area: - you can run the test from the web interface - no special configuration - you just install the test.war and admin.war, no more command line tweeking. - the test .wars are built independently - we can add more tests for the current

RE: TC3.3: Profiles

2001-02-19 Thread Larry Isaacs
Hi Costin, I'm in favor of this, though I would like to add one more issue to deal with. I have a need to have the Tomcat "home" (i.e. the directory where "conf", "webapps", and "work" are found by default) be different from Tomcat "install" (i.e. where the "lib" directory and the jars are

Re: Clarification on Catalina TODO item: CGI emulation servlet

2001-02-19 Thread Craig R. McClanahan
Martin T Dengler wrote: Craig R. McClanahan wrote: That was exactly the original thinking -- create a servlet that would be able to execute external applications in conformance with the CGI spec requirements (principally related to environment variables, and connecting standard input

cvs commit: jakarta-tomcat build.xml

2001-02-19 Thread costin
costin 01/02/19 11:45:14 Modified:.build.xml Log: - removed unused target ( modules.xml auto-generation experiment, too much work for this release ) - stop-tomcat.jar includes IntrospectionUtils, guess TOMCAT_HOME ( no need to set it in the command line, can start

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/log Log.java

2001-02-19 Thread costin
costin 01/02/19 11:49:48 Modified:src/share/org/apache/tomcat/util/log Log.java Log: Missed this one - flush() must be defined in Log. Revision ChangesPath 1.3 +5 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/log/Log.java Index: Log.java

TC3.3: modules

2001-02-19 Thread cmanolache
I was reviewing the "crypted password" auth module ( ok, digested, not crypted ) and few other modules, and I think it would be a bad idea to commit it as part of the current tomcat. The module is in an early stage of development ( it provide a very usefull thing ), and is not required for

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Handler.java ServerSession.java package.html

2001-02-19 Thread costin
costin 01/02/19 12:22:42 Modified:src/share/org/apache/tomcat/core Handler.java ServerSession.java package.html Log: Update core documentation ( package.html ) Added a section with core dependencies, removed unused imports. This prepares for more

Problem executing external programs

2001-02-19 Thread Leon Bailey
I'm having a problem using the keytool distributed with the JDK from a servlet running on Tomcat. Using the keytool from the command line requires a command like the following: /usr/local/jdk1.2.2/bin/keytool -genkey -dname "cn=eForms Demo " -alias demoAlias -keypass demoPassword -keystore

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/io - New directory

2001-02-19 Thread costin
costin 01/02/19 16:07:56 jakarta-tomcat/src/share/org/apache/tomcat/util/io - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf - New directory

2001-02-19 Thread costin
costin 01/02/19 16:07:41 jakarta-tomcat/src/share/org/apache/tomcat/util/buf - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/res - New directory

2001-02-19 Thread costin
costin 01/02/19 16:07:48 jakarta-tomcat/src/share/org/apache/tomcat/util/res - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/res StringManager.java

2001-02-19 Thread costin
costin 01/02/19 19:12:46 Added: src/share/org/apache/tomcat/util/res StringManager.java Log: Package move Revision ChangesPath 1.1 jakarta-tomcat/src/share/org/apache/tomcat/util/res/StringManager.java Index: StringManager.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/io FileUtil.java RecycleBufferedInputStream.java

2001-02-19 Thread costin
costin 01/02/19 19:12:59 Added: src/share/org/apache/tomcat/util/io FileUtil.java RecycleBufferedInputStream.java Log: Package move Revision ChangesPath 1.1 jakarta-tomcat/src/share/org/apache/tomcat/util/io/FileUtil.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http LocaleToCharsetMap.java

2001-02-19 Thread costin
costin 01/02/19 19:15:48 Added: src/share/org/apache/tomcat/util/http LocaleToCharsetMap.java Log: Package move. Also: remove Headers.java ( an attempt to rewrite MimeHeaders - too late to add it ) to avoid confusion. I'll keep it around.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java Http10.java Http10Interceptor.java

2001-02-19 Thread costin
costin 01/02/19 19:16:53 Modified:src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java CredentialsInterceptor.java JDBCRealm.java src/share/org/apache/tomcat/modules/config ApacheConfig.java

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

2001-02-19 Thread costin
costin 01/02/19 19:17:57 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Container.java Context.java ContextManager.java Handler.java Request.java Response.java ServerSession.java package.html

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf Ascii.java Base64.java ByteChunk.java CharChunk.java DateTool.java HexUtils.java MessageBytes.java

2001-02-19 Thread costin
costin 01/02/19 19:12:14 Added: src/share/org/apache/tomcat/util/buf Ascii.java Base64.java ByteChunk.java CharChunk.java DateTool.java HexUtils.java MessageBytes.java Log: Moving files from tomcat.util in sub-packages. This

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

2001-02-19 Thread costin
costin 01/02/19 19:36:01 Modified:src/share/org/apache/jasper Constants.java JspC.java src/share/org/apache/jasper/compiler JasperMangler.java src/share/org/apache/jasper/servlet JspServlet.java Log: Changes for the new package names, plus use of Log.