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.

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java HttpServletResponseFacade.java HttpSessionFacade.java JspInterceptor.java LoadOnStartupInterceptor.java RequestDispatcherImpl.java ServletContextFacade.java ServletWriterFacade.java WebXmlReader.java

2001-02-19 Thread costin
costin 01/02/19 19:34:11 Modified:src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java HttpServletResponseFacade.java HttpSessionFacade.java JspInterceptor.java LoadOnStartupI

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/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/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. Revis

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

2001-02-19 Thread costin
costin 01/02/19 19:14:12 Modified:src/share/org/apache/tomcat/util FastDateFormat.java PrefixMapper.java src/share/org/apache/tomcat/util/collections MultiMap.java MultiMapNamesEnumeration.java Multi

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/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/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 av

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/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/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]

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 -keystor

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 c

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 norma

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 =

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup StopTomcat.java

2001-02-19 Thread costin
costin 01/02/19 11:48:51 Modified:src/share/org/apache/tomcat/startup StopTomcat.java Log: Guess tomcat.home using introspection utils. Now "java -jar ~/dist/tomcat/lib/stop-tomcat.jar" is all you need, no more scripts ( "cd", -DTOMCAT_HOME, etc ) ( or double-click if your

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

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 in

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 found

TC3.3: Encoding

2001-02-19 Thread cmanolache
After more thinking, I have to agree with Hans - some of the "advanced" guesses for detecting the encoding are too "significant" and not enough specified ( or on the "border" line). I will fix as many bugs as possible in this area, but I'll not add any new functionality for 3.3. What I have to d

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 mile

TC3.3: /admin changes

2001-02-19 Thread cmanolache
We received a number of patches and enhancements in the /admin web applications, and I also added a number of pages for easier testing. There are few problems: - /admin is a trusted application ( it has full access to tomcat internals and permissions ). For security it will be much better to kee

TC3.3: Profiles

2001-02-19 Thread cmanolache
Hi, As I mentioned some time ago, there is one configuration change I would like to get in before any code freeze. The idea is to define a "context profile" - containing common settings for a group of contexts. In order to implement this, there are few minimal changes in the code ( use new p

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 S

[RESULT] Tomcat 3.2.2 Release Plan

2001-02-19 Thread Marc Saegesser
Voting is now complete for the Tomcat 3.2.2 Release Plan. The vote results are as follows: [9] +1 I am in favor of this plan and will help [3] +0 I am in favor of this plan, but am unable to help [0] -0 I am not in favor of this plan [0] -1 I am against this plan bein

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 o

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 driv

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: marcsslst.jsp