[Coyote] Coyote 1.0 Beta 2 available

2002-03-16 Thread Remy Maucherat
Coyote 1.0 Beta 3 is now available, and includes: - A high performance HTTP/1.1 processor - An adapter for Tomcat 3.3.x - An adapter for Tomcat 4.0.x - URL normalization in the Tomcat 4 adapter, to prevent URL based security attacks - Support HTTP/1.1 expectations (requires Tomcat 4 nightly

RE: help Error Catalina

2002-03-16 Thread Jarecsni János
Hi, it seems that tomcat doesn't shut down fully, ie. the port remains used. Maybe removing the configuration entry you cited helps. Cheers, János |-Original Message- |From: Giuseppe De Vincenzi [mailto:[EMAIL PROTECTED]] |Sent: Saturday, March 16, 2002 9:11 AM |To: Tomcat Users List

RE: [Coyote] Coyote 1.0 Beta 2 available

2002-03-16 Thread Reynir Hübner
Hey guys .. what is coyote ? Does coyote have a project website ? thanx. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 16. mars 2002 08:50 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Coyote] Coyote 1.0 Beta 2 available Coyote 1.0 Beta 3 is

RE: [Coyote] Coyote 1.0 Beta 2 available

2002-03-16 Thread Reynir Hübner
sorry I can read it.. found the page (the link you gave). -Original Message- From: Reynir Hübner Sent: 16. mars 2002 10:45 To: Tomcat Users List Subject: RE: [Coyote] Coyote 1.0 Beta 2 available Hey guys .. what is coyote ? Does coyote have a project website ? thanx.

mod_webapp.so problem

2002-03-16 Thread Xue-Feng Yang
OS: RedHat 7.1 Apache: RedHat default installation, apache-1.3.20-16 Tomcat: 4.01 [warn] Loaded DSO modules/mod_webapp.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Any suggestion?

loading images through JSP with mod_webapp

2002-03-16 Thread Rajeshwari Ramamurthi
Hi My jsp page load all images if I use Tomcat directly. If I call the page through apache-tomcat connector mod_webapp , my jsp page loading is very slow and not fully loading Is it a common problem? Am I the only one who is having this problem? Can I solve this problem through mod_jk

Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig?

2002-03-16 Thread Steven Elliott
Apologies in advance if this has already been answered in another thread but my searches have turned up numerous references to JNDI pooling JDBC - etc. but only one post mentioned managing container (Tomcat) pool resources and that question went unanswered as far as I could tell. Nor did I

Tomcat and Unicode parameters in URLs ???

2002-03-16 Thread Mete Kural
Hello all, I tried a million ways of making Tomcat 4.0.3 work with Unicode URL parameters, but nothing seems to work. It always corrupts the parameters. Does anybody know a workaround to make Unicode request parameters work with Tomcat? For instance, I changed the SnoopServlet example given

Re: jndi versus database connection pooling

2002-03-16 Thread Nikola Milutinovic
[EMAIL PROTECTED] wrote: I think all servlet tags should be defined prior to defining the servlet-mapping tags. You could be right. I added both ResourceRef and the second Servlet definition at the same time, thinking that itæs OK. I'll test it on Monday. Nix. -- To unsubscribe:

Re: loading images through JSP with mod_webapp

2002-03-16 Thread rsequeira
see intermixed Rajeshwari Ramamurthi [EMAIL PROTECTED] on 03/16/2002 09:06:07 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: loading images through JSP with mod_webapp Hi My jsp page load all images if I use Tomcat directly. If I call the

File upload error

2002-03-16 Thread Jason Webber
When I try and use an html form to upload a file I get the flowing error in jk.log file: [Sat Mar 16 10:30:32 2002] [jk_ajp12_worker.c (503)]: ajpv12_handle_response, error reading header line The webserver then gives me a 500 Internal Server Error I don't get this error if I dont use browse

Re: Tomcat and Unicode parameters in URLs ???

2002-03-16 Thread Craig R. McClanahan
On Sat, 16 Mar 2002, Mete Kural wrote: Date: Sat, 16 Mar 2002 11:05:08 -0800 (PST) From: Mete Kural [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat and Unicode parameters in URLs ??? Hello all, I tried a million ways of making

RE: question about tomcat configuration

2002-03-16 Thread JavaJosh
Cheng, I am just learning too, but the following links speak to your problem: http://localhost:8080/tomcat-docs/appdev/deployment.html http://localhost:8080/tomcat-docs/config/index.html and in particular http://localhost:8080/tomcat-docs/config/context.html and if you are hosting others, check

Re: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig?

2002-03-16 Thread Craig R. McClanahan
On Sat, 16 Mar 2002, Steven Elliott wrote: Date: Sat, 16 Mar 2002 17:46:01 + From: Steven Elliott [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig? Apologies in advance if this has

Re: security-constraint and error-page

2002-03-16 Thread rsequeira
HAFAIK, when the webserver responds with a 401 Unauthorized error, the browser shows up an authentication dialog box. But since you have configured an 401 error page directive in the web.xml, I think Tomcat generates a 401 UnAuthorized response but then like a 404 custom error page

SecurityManager - pulling my hair out

2002-03-16 Thread Kim Altintop
Hi, I'm trying to set up Tomcat (4.0.3-LE / Sun JDK 1.4 both win2k and RedHat 7.2) to run under a SecurityManager. However, it seems that I'm unable to grant enough permissions... Weird things happen: although all Tomcat code is granted java.security.AllPermission, the following message appears

Finding the name of the included page from the request object

2002-03-16 Thread Alex Muc
Hi, I've got the following setup: pageA.jsp jsp:include page=pageB.jsp /jsp:include pageB.jsp @ include file=Header.jsp Header.jsp !-- print out a common page header -- In the Header page, which is STATICALLY, included in pageB, which means we're really only dealing with pageA and

Re: security-constraint and error-page

2002-03-16 Thread Craig R. McClanahan
On Sat, 16 Mar 2002 [EMAIL PROTECTED] wrote: Date: Sat, 16 Mar 2002 15:18:34 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: security-constraint and error-page HAFAIK, when the webserver responds

Re: Finding the name of the included page from the request object

2002-03-16 Thread Craig R. McClanahan
On Sat, 16 Mar 2002, Alex Muc wrote: Date: Sat, 16 Mar 2002 17:12:02 -0500 From: Alex Muc [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Finding the name of the included page from the request object Hi, I've got the following setup:

Problem Compiling A JSP file

2002-03-16 Thread Bahman Kalali
I am running Tomcat 4.0.2 Here is the header of my jsp file % page import=com.web_tomorrow.jspcd.JspCdBrowse% jsp:useBean id=jspCdBrowse class=com.web_tomorrow.jspcd.JspCdBrowse type=JspCdBrowse scope=session/ jsp:setProperty name=jspCdBrowse property=*/ I have my JspCdBrowse.class

RE: jndi versus database connection pooling

2002-03-16 Thread Bing Zhang
I asked this before, but got no answear. Since we are talking about docs, here we go again. I installed tomcat-4.0.1, 4.0.1-manuls and 4.0.1-webapps, all from rpms on RedHat 6.2. However some of key docs under webapps/tomcat-docs are empty, such as jndi-resources-howto.html,

Re: Where do I have to put classes?

2002-03-16 Thread Daniel Hinojosa
Ryuji Yokoyama wrote: Hello All! I am a new to Tomcat and have a question. I downloaded and installed Tomcat 4. I think it is working correctly. I can see the welcome page and I can execute the sample Servlets. However, I can't figure out where I should put my Servlet classes. I

RE: jndi versus database connection pooling

2002-03-16 Thread Soefara Redzuan
Maybe but if it's just the docs that you're missing, why not get them from the Apache site ? http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html Soefara From: Bing Zhang [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: