I am using Tomcat 3.2.3/Redhat 7.1
I have a servlet program, the program line 1 is System.err.println("TEST")
when i run the servlet, the output goes into console
I want the err.println output to a file (/usr/local/apache/logs/error_log),
what can I do ?
or how to config Tomcat ?
/* Kenny Ma
On Sun, 19 Aug 2001, Mark Castillo wrote:
> What is the warp package? Is this a generic interface for connecting to the
> servlet container?
>
> jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp
>
WARP is the acronym for the protocol used by mod_webapp, so it correspon
What is the warp package? Is this a generic interface for connecting to the
servlet container?
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp
--
Mark Castillo
[EMAIL PROTECTED]
http://www.webFreak.com
amyroh 01/08/19 19:42:11
Modified:catalina/src/share/org/apache/catalina/servlets
CGIServlet.java
Log:
Sets 404 not found when cgi script doesn't exist -- submitted by Pier P. Fumagalli.
Revision ChangesPath
1.6 +8 -7
jakarta-tomcat-4
Quoting Christopher Cain <[EMAIL PROTECTED]>:
>
> That's a cool idea, IMHO.
With the option to not run HotSpot, as pointed out. Craig and Larry/Costin, if
I wanted to add a small one-liner to a doc file pointing this out. I hadn't
thought of it myself, and I'm not positive that I would have tho
craigmcc01/08/19 17:33:58
Modified:tester/web/WEB-INF web.xml
Log:
Add an explicit mapping for the CGI servlet, since it is no longer
available by default.
Revision ChangesPath
1.47 +7 -0 jakarta-tomcat-4.0/tester/web/WEB-INF/web.xml
Index: web.xml
===
craigmcc01/08/19 17:33:34
Modified:catalina/src/conf web.xml
catalina/src/share/org/apache/catalina Globals.java
catalina/src/share/org/apache/catalina/servlets
CGIServlet.java InvokerServlet.java
ManagerServl
Quoting Bojan Smojver <[EMAIL PROTECTED]>:
> I guess most people would like to run Tomcat with server HotSpot if
> there is one. Can we do something like this (just to save most people
> a
> bit of configuration file editing, environment variable setting and
> the
> like):
>
> --- tomcat.sh We
Quoting [EMAIL PROTECTED]:
> larryi 01/08/19 15:48:56
>
> Modified:src/share/org/apache/tomcat/modules/server
> PoolTcpConnector.java
> Log:
> Add methods to allow detecting if Keystore and Keypass have been
> set.
=)
"Craig R. McClanahan" wrote:
>
> With this patch, you would not be able to run Tomcat *without* HotSpot as
> long as it existed -- which would often be useful in a debugging
> situation.
>
> You can tell Tomcat to start with this variable, without modifying the
> startup scripts, by setting TOMC
With this patch, you would not be able to run Tomcat *without* HotSpot as
long as it existed -- which would often be useful in a debugging
situation.
You can tell Tomcat to start with this variable, without modifying the
startup scripts, by setting TOMCAT_OPTS (Tomcat 3.x) or CATALINA_OPTS
(Tomca
Answer inline:
> -Original Message-
> From: Costin Manolache [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, August 18, 2001 8:29 PM
>
> On 18 Aug 2001 19:56:33 +0200, Paulo Gaspar wrote:
>
> ...
>
> > The first two things that are really confusing are:
> > - the existence of 2 lines of
After finally getting over the 'graceful restart' issues...
Is this for some reason a 'forbidden' combination? I've observed some
really strange stuff going on with this combo - parameters don't get
passed correctly, even session stuff tends to be screwed (ie. same
session data appears in two tot
I guess most people would like to run Tomcat with server HotSpot if
there is one. Can we do something like this (just to save most people a
bit of configuration file editing, environment variable setting and the
like):
--- tomcat.sh Wed Jul 18 07:24:49 2001
+++ /usr/local/tomcat/bin/tomcat.sh
larryi 01/08/19 15:52:51
Modified:src/shell tomcat.bat
Log:
Added a TOMCAT_INSTALL environment variable to allow Tomcat to
be started with "conf" and "lib" in separate locations.
Updated to make "env" option function properly.
Revision ChangesPath
1.36 +99 -
larryi 01/08/19 15:48:56
Modified:src/share/org/apache/tomcat/modules/server
PoolTcpConnector.java
Log:
Add methods to allow detecting if Keystore and Keypass have been set.
Revision ChangesPath
1.8 +8 -0
jakarta-tomcat/src/share/org/
larryi 01/08/19 15:47:04
Modified:src/share/org/apache/tomcat/modules/config JservConfig.java
Log:
Port changes from ApacheConfig to make all contexts for a virtual host
appear within a single block. For a root context in a virtual
host, set DocumentRoot instead of a using "Al
>
> You work for _Counterpane_?!? I am involved in open source Java
cryptography
> projects, and cypto/security is where alot of my experience lies. I am, of
> course, quite familiar with Counterpane. ;-)
>
> You work with Bruce and shit ... damn, what and honor THAT would be :)
Yeah, he's a cool
Quoting Jan Labanowski <[EMAIL PROTECTED]>:
> Guys,
> You are getting religious about CGI... Religious is good, but I worry
> that it is a cult {:-)}. CGI was a good thing for last 6 years, and it is a
> still good thing sometimes.
CGI is a technically _horrible_ solution. The entire process mod
Quoting Mark Castillo <[EMAIL PROTECTED]>:
>
> It is not a product that we are planning to have publicly available,
> although we develop it in a commercial release-like fasion. We do have
> the software running on about > 100 customer sites now. The company I work
> for is Counterpane Internet Se
On Sun, Aug 19, 2001 at 11:16:52AM -0700, Mark Castillo wrote:
> Hi all,
>
> Ok. After reading through some of the sources some questions came to mind.
> What are some of the specific goals of the project regarding robustness,
> performance, and security? At what point can we say that it is robus
Hi all,
Ok. After reading through some of the sources some questions came to mind.
What are some of the specific goals of the project regarding robustness,
performance, and security? At what point can we say that it is robust
enough? fast enough? secure enough?
Are there some requirements that t
22 matches
Mail list logo