Apache Test

2001-12-25 Thread willy wang
When I try to test Apache Tomcat,an error message occurs HTTP Status 404(The requested resource (/demo/demo.jsp) is not available.) How to create the demo.jsp?I just created a notepad text file and named it demo.jsp. William _

[PATCH] [3.3] etomcat target

2001-12-25 Thread Jeff Turner
Hi, On the 17th, Costin added an 'etomcat' target: Added a target to build 'embeded' style tomcat, i.e. a single jar containing everything ( no more lib/container, etc ). It is self-runnable and should start tomcat with the defaults settings ( no server.xml, etc ) using the current dir as

Re: [PATCH] [3.3] etomcat target

2001-12-25 Thread Denis Balazuc
- Original Message - From: Jeff Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 26, 2001 1:10 AM Subject: [PATCH] [3.3] etomcat target Hi, On the 17th, Costin added an 'etomcat' target: Added a target to build 'embeded' style tomcat, i.e. a single jar

Tomcat fails to start...

2001-12-25 Thread Jack Lauman
Tomcat 4.x (CVS 12-25-2001) fails to start. I'm using the following configuration: RedHat 7.0 (glibc 2.2.4-18.7.0.3) jdk1.3.1_02 commons-utils-1.1 commons-collections-1.0 commons-digester-1.1.1 commons-dbcp-20011222 commons-modeler-20011222 commons-pool-20011222 crimson-1.1.3 xerces-1.4.4 I

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1-dev.txt

2001-12-25 Thread glenn
glenn 01/12/25 17:20:30 Added: .RELEASE-NOTES-4.1-dev.txt Log: About time for RELEASE-NOTES for 4.1-dev Revision ChangesPath 1.1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1-dev.txt Index: RELEASE-NOTES-4.1-dev.txt

cvs commit: jakarta-tomcat-4.0 README.txt RUNNING.txt

2001-12-25 Thread glenn
glenn 01/12/25 17:21:24 Modified:.README.txt RUNNING.txt Log: JVM Temporary Directory (java.io.tmpdir property) security patch The java.io.File.createTempFile() methods use the property

cvs commit: jakarta-tomcat-4.0 build.xml

2001-12-25 Thread glenn
glenn 01/12/25 17:21:51 Modified:.build.xml Log: project name=Catalina default=deploy basedir=. !-- = Initialize Property Values === -- !-- See build.properties.sample in the top level directory for all -- !--

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory DbcpDataSourceFactory.java ResourceFactory.java

2001-12-25 Thread glenn
glenn 01/12/25 17:22:10 Modified:catalina build.xml catalina/src/bin catalina.bat catalina.sh catalina/src/share/org/apache/catalina/startup Catalina.java catalina/src/share/org/apache/naming/factory

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-12-25 Thread glenn
glenn 01/12/25 17:23:49 Modified:.tomcat.nsi Log: JVM Temporary Directory (java.io.tmpdir property) security patch The java.io.File.createTempFile() methods use the property java.io.tmpdir for the

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory ResourceFactory.java

2001-12-25 Thread glenn
glenn 01/12/25 18:15:43 Modified:catalina/src/share/org/apache/naming/factory ResourceFactory.java Log: Forgot to cast a Throwable when rethrowing Revision ChangesPath 1.6 +5 -5

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

2001-12-25 Thread billbarker
billbarker01/12/25 21:25:30 Modified:src/share/org/apache/tomcat/util/net StreamHandlerFactory.java Log: It seems that some JVMs handle jar specially, so decline if the protocol is jar Revision ChangesPath 1.5 +3 -0

Re: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5390

2001-12-25 Thread Bill Barker
I've changed the (new) StreamHandlerFactory to punt on jar protocols. If you can build from source, I can tell you how to disable it altogether. You might want to try the 12/26 nightly. Personally, I can't see this doing anything but shortening the stack trace. But then again, I can't see how