Re: DefaultServlet problem...

2002-04-12 Thread James Carman
Developers List [EMAIL PROTECTED] Sent: Friday, April 12, 2002 7:42 AM Subject: DefaultServlet problem... I have downloaded the source and fixed a problem in the DefaultServlet. How do I submit the fix for review? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

DO NOT REPLY [Bug 7897] - Realm problem...

2002-04-12 Thread bugzilla
/show_bug.cgi?id=7897 Realm problem... [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 7897] - Realm problem...

2002-04-12 Thread bugzilla
/show_bug.cgi?id=7897 Realm problem... [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

Re: DefaultServlet problem...

2002-04-12 Thread Remy Maucherat
The DefaultServlet class is performing logic which belongs (and is already there) in the HttpServletRequest implementation. It implements HTTP date header parsing as follows... // Parsing the HTTP Date for (int i = 0; (date == null) (i formats.length);

Re: DefaultServlet problem...

2002-04-12 Thread James Carman
should not share SimpleDateFormat objects across threads. - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Friday, April 12, 2002 11:14 AM Subject: Re: DefaultServlet problem... The DefaultServlet class is performing logic which

Cookie problem with nsapi_redirector.so and netscape server 3.6

2002-04-10 Thread DLewis
Last year, there was a posting regarding problems with using Tomcat and Netscape Enterprise Server 3.6 using nsapi_redirector.so: http://w6.metronet.com/~wjm/tomcat/2000/Jun/msg00095.html I didn't see any helpful answers in archive on this issue. I am having a similar problem: One netscape

DO NOT REPLY [Bug 7863] New: - I have a problem when running Tomcat with IIS

2002-04-09 Thread bugzilla
/show_bug.cgi?id=7863 I have a problem when running Tomcat with IIS Summary: I have a problem when running Tomcat with IIS Product: Tomcat 3 Version: 3.2.3 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major

DO NOT REPLY [Bug 7897] New: - Realm problem...

2002-04-09 Thread bugzilla
/show_bug.cgi?id=7897 Realm problem... Summary: Realm problem... Product: Tomcat 4 Version: 4.0.3 Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Catalina

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-04-04 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED

Absolute URI problem

2002-04-02 Thread Nikolay Petrov
download has such problem... it does not support absolute URI in requsets... -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 7689] New: - Performance problem with Xerces parser

2002-04-02 Thread bugzilla
/show_bug.cgi?id=7689 Performance problem with Xerces parser Summary: Performance problem with Xerces parser Product: Tomcat 4 Version: 4.0.4 Beta 2 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other

Re: Absolute URI problem

2002-04-02 Thread Bill Barker
3.3.1 can't have such a problem, since it isn't a HTTP/1.1 server. :) To have a HTTP/1.1 server you need to download the Coyote Beta from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1 .0-b4/ Coyote can handle absolute URIs AFAIK. - Original Message - From

Re: Absolute URI problem

2002-04-02 Thread Remy Maucherat
3.3.1 can't have such a problem, since it isn't a HTTP/1.1 server. :) Yes indeed ;-) To have a HTTP/1.1 server you need to download the Coyote Beta from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1 .0-b4/ Coyote can handle absolute URIs AFAIK. The old HTTP

Re: Absolute URI problem

2002-04-02 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 11:51 AM Subject: Re: Absolute URI problem 3.3.1 can't have such a problem, since it isn't a HTTP/1.1 server. :) Yes indeed ;-) To have a HTTP

DO NOT REPLY [Bug 7571] - DataInputStream readLong() Problem

2002-03-28 Thread bugzilla
/show_bug.cgi?id=7571 DataInputStream readLong() Problem [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED] |tomcat

Problem with forward() and setCharacterEncoding

2002-03-28 Thread Marczisovszky Daniel
Hi, My situation is the following: I have to servlets, let's call them Forwarder and Test. I send requests (both GET and POST) to the Forwarder servlet which uses request.getRequestDispatcher to forward it to the Test servlet. I'm using Tomcat 4.0.3, but 4.0.4 produced the same. The problem

DO NOT REPLY [Bug 7192] - Problem accessing multiple frames in integrated version of Tomcat 4.0 and Apache 1.3.2

2002-03-26 Thread bugzilla
/show_bug.cgi?id=7192 Problem accessing multiple frames in integrated version of Tomcat 4.0 and Apache 1.3.2 [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-22 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-20 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem [EMAIL PROTECTED] changed: What|Removed |Added Severity|Major |Critical OS/Version|Linux

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-20 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-20 20:31 --- this is a known problem with mod_jk/ajp13 where connections are permanent and created by webserver (iis/apache) depending the max numbers of threads/child allowed

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-19 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-19 16:36 --- Still getting a mess of errors. It appears as though when apache starts and stops processors, the connectivity between apache and tomcat is compromised. I'm

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-19 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-20 03:48 --- I recently spent alot of time finding and solving problems on a high volume Apache - mod_jk - AJP - Tomcat site. I recommend you review my comments for bug 5181

tomcat+jdk1.4+ssl problem

2002-03-19 Thread Rams
Hi all, l am working on SSL. l was using jsse1.0.2, Tomcat 3.2.1 and Jdk1.3 on Windows NT 4.0. With this SSL was working fine. When l shifted to jdk1.4, Tomcat is not running. lt throws this error:

DO NOT REPLY [Bug 7207] New: - Redeployment Problem under Tomcat 4.0.2

2002-03-18 Thread bugzilla
/show_bug.cgi?id=7207 Redeployment Problem under Tomcat 4.0.2 Summary: Redeployment Problem under Tomcat 4.0.2 Product: Tomcat 4 Version: 4.0.2 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-18 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-18 17:16 --- I downloaded and installed the newest version of mod_jk. The errors I'm receiving in the mod_jk log are much less verbose than before, with the new module

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-17 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-17 17:10 --- To be completely honest, I'm not sure what version I'm using. I haven't had much luck finding a version of mod_jk to go with the tomcat releases - it seems

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-17 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-17 20:48 --- might want to try the binaries from here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-17 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-17 20:50 --- Will do - I'll post the results here on Monday. Thanks! JC -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

DO NOT REPLY [Bug 7177] New: - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-16 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem Summary: Apache/mod_jk/Tomcat Connectivity Problem Product: Tomcat 4 Version: 4.0.3 Final Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority

DO NOT REPLY [Bug 7177] - Apache/mod_jk/Tomcat Connectivity Problem

2002-03-16 Thread bugzilla
/show_bug.cgi?id=7177 Apache/mod_jk/Tomcat Connectivity Problem --- Additional Comments From [EMAIL PROTECTED] 2002-03-17 02:50 --- what version of mod_jk are you using? it appears to be an older version, which probably won't work with the ajp connector in tc4. the fact that the latest

Problem with mod_webapp/warp connector

2002-03-14 Thread simonkeary
directly by Apache and not via the connector then the problem goes away. 2) I've created a sevlet that acts as a download page, dynamically creating zip files and sending them as inline content back to the browser using the getOutputStream() method. In general this works great. I've noticed

Re: Problem with mod_webapp/warp connector

2002-03-14 Thread jean-frederic clere
change one of the frames to be a static .html served directly by Apache and not via the connector then the problem goes away. 2) I've created a sevlet that acts as a download page, dynamically creating zip files and sending them as inline content back to the browser using the getOutputStream

Re: Problem with mod_webapp/warp connector

2002-03-14 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've recently setup a intranet site on an NT 4.0 box using Apache 1.3.23 combined with Tomcat 4.0.3. To integrate them together I'm using the warp connector and the mod_webapp module... Forget it... It doesn't work under Windows... If it

problem with catalina for 'non-web' application

2002-03-14 Thread Jerome Bouat
I repost this message on this list because the tomcat-user list didn't resolve my problem. I have read the developper FAQ, main documentation, and the main method body of the org.apache.catalina.startup.Embedded class but I found no response to my problem. I want to use the Jakarta catalina

Re: problem with catalina for 'non-web' application

2002-03-14 Thread Pier Fumagalli
Jerome Bouat [EMAIL PROTECTED] wrote: What is wrong ? That tomcat is an web-application container, so, if you want to do something different, you're on your own, you shouldn't be using Tomcat... Pier -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: problem with catalina for 'non-web' application

2002-03-14 Thread Christopher K . St . John
Pier Fumagalli wrote: Jerome Bouat [EMAIL PROTECTED] wrote: What is wrong ? That tomcat is an web-application container, so, if you want to do something different, you're on your own, you shouldn't be using Tomcat... This comment puzzles me. It's generally a very good thing when

DO NOT REPLY [Bug 5330] - JNDI ENC context problem.

2002-03-14 Thread bugzilla
/show_bug.cgi?id=5330 JNDI ENC context problem. [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Additional Comments

DO NOT REPLY [Bug 7127] New: - Problem with cookies

2002-03-14 Thread bugzilla
/show_bug.cgi?id=7127 Problem with cookies Summary: Problem with cookies Product: Tomcat 4 Version: 4.0 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Catalina

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-14 Thread bugzilla
/show_bug.cgi?id=7127 Problem with cookies [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-14 Thread bugzilla
/show_bug.cgi?id=7127 Problem with cookies --- Additional Comments From [EMAIL PROTECTED] 2002-03-14 21:55 --- Created an attachment (id=1351) JSP file which fails on Tomcat 4, but works on Tomcat 3 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-14 Thread bugzilla
/show_bug.cgi?id=7127 Problem with cookies [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-14 Thread bugzilla
/show_bug.cgi?id=7127 Problem with cookies --- Additional Comments From [EMAIL PROTECTED] 2002-03-14 22:05 --- Stack trace for the previously reported problem. This happens on the first access to a newly created Tomcat instance java.lang.NullPointerException at org.apache.jsp.cookie

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-14 Thread bugzilla
/show_bug.cgi?id=7127 Problem with cookies --- Additional Comments From [EMAIL PROTECTED] 2002-03-14 22:14 --- Never mind. The code did not check for a null cookie array!!! My fault. I am still seeing the original problem, though. I'll investigate further. - Ivar Wold -- To unsubscribe, e

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-14 Thread bugzilla
/show_bug.cgi?id=7127 Problem with cookies [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-03-09 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 5330] - JNDI ENC context problem.

2002-03-08 Thread bugzilla
/show_bug.cgi?id=5330 JNDI ENC context problem. [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Additional Comments

DO NOT REPLY [Bug 6915] New: - classpath problem

2002-03-06 Thread bugzilla
/show_bug.cgi?id=6915 classpath problem Summary: classpath problem Product: Tomcat 4 Version: 4.0 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: Webapps

DO NOT REPLY [Bug 6915] - classpath problem

2002-03-06 Thread bugzilla
/show_bug.cgi?id=6915 classpath problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 6123] - refreshing problem with jsp:include tag

2002-03-04 Thread bugzilla
/show_bug.cgi?id=6123 refreshing problem with jsp:include tag [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 4615] - jsp compilation problem in iplanet version 4.1

2002-03-01 Thread bugzilla
/show_bug.cgi?id=4615 jsp compilation problem in iplanet version 4.1 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

problem with jspc

2002-02-28 Thread Kavita Bhattacharjee
While running the command jspc in tomcat\bin with -webapp option. It gave a error.The problem deduced is... All the JSP files include another JSP file i.e, ImagePath.jsp which contains % org.apache.struts.util.PropertyMessageResources _resBundle

[4.0] [Seurity] Security problem when using the SecurityManager with a request dispatcher

2002-02-27 Thread Remy Maucherat
Hi, A security problem affecting Tomcat 4.0.2 (and all versions of 4.x) has been reported, which allows to get a request dispatcher to an URL outside of the context root. This is not a security problem when NOT using a security manager, since it is always possible to use direct filesystem

problem in Struts sample code

2002-02-21 Thread teik
Hello, I found error in Struts sample code. ServletEngine fails in compilation for an unnecessary semicolon. struts-exercise-taglib/html-select.jsp --- html-select.jsp Sat Jan 12 06:34:48 2002 +++ html-select.jsp Thu Feb 21 19:19:36 2002 @@ -1,4 +1,4 @@ -%@ page language=java

Re: problem in Struts sample code

2002-02-21 Thread Craig R. McClanahan
Forwarding to STRUTS-DEV, where this belongs. Craig On Thu, 21 Feb 2002, teik wrote: Date: Thu, 21 Feb 2002 19:46:47 +0900 From: teik [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: problem in Struts sample code Hello, I found error

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-21 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-21 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 --- Additional Comments From [EMAIL PROTECTED] 2002-02-21 22:12 --- This worked fine for me with Tomcat 4.0.1 and the JDK 1.4 Beta 3 on Linux 7.1. I upgraded to Tomcat 4.0.2 final and JDK 1.4.0 final at the same time

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-21 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 --- Additional Comments From [EMAIL PROTECTED] 2002-02-21 22:26 --- I don't know yet, but you shouldn't use 1.4B3 with Tomcat 4.0 (don't know about other versions, but there could be similar problems). There are *lots

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-19 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 --- Additional Comments From [EMAIL PROTECTED] 2002-02-19 09:20 --- Workaround: I solved the problem with the following code change in method doGet(): PrintWriter writer = null; if (command == null

Servlet problem

2002-02-18 Thread Valentin Cozma
Hi all, I have some problems with Catalina server. Some details : I have a class : FilterLogin extends BaseServlet extends SecureServlet extends javax.servlet.http.HttpServlet (which implements javax.servlet.Servlet). When I try to load the class and login, i get the following exception : A

DO NOT REPLY [Bug 6519] New: - Problem with HTMLManagerServlet when running JDK1.4

2002-02-18 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 Summary: Problem with HTMLManagerServlet when running JDK1.4 Product: Tomcat 4 Version: 4.0.2 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity

DO NOT REPLY [Bug 6201] - ISO-8859-8-i problem. (hebrew)

2002-02-18 Thread bugzilla
/show_bug.cgi?id=6201 ISO-8859-8-i problem. (hebrew) --- Additional Comments From [EMAIL PROTECTED] 2002-02-18 10:01 --- Created an attachment (id=1196) a file with that was requested , setting content-type to ISO-8859-8-i -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

DO NOT REPLY [Bug 6201] - ISO-8859-8-i problem. (hebrew)

2002-02-18 Thread bugzilla
/show_bug.cgi?id=6201 ISO-8859-8-i problem. (hebrew) --- Additional Comments From [EMAIL PROTECTED] 2002-02-18 10:04 --- i've seen the java encoding , i couldn't find something i can use, unfortunately i use IE6 , and my DB (not actually mine - my client's ) is working in someother encoding

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-18 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 --- Additional Comments From [EMAIL PROTECTED] 2002-02-18 12:31 --- it seems there is a problem with the request.getWriter() and the request.sendRedirect() method. when accessing the manager via manager/list everything

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-18 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-02-18 Thread bugzilla
/show_bug.cgi?id=6519 Problem with HTMLManagerServlet when running JDK1.4 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 6201] - ISO-8859-8-i problem. (hebrew)

2002-02-15 Thread bugzilla
/show_bug.cgi?id=6201 ISO-8859-8-i problem. (hebrew) --- Additional Comments From [EMAIL PROTECTED] 2002-02-15 08:59 --- Have you tried with the one of the encoding that are listed on the following page? http://java.sun.com/products//jdk/1.1/docs/guide/intl/encoding.doc.html Like: ISO8859_8

DO NOT REPLY [Bug 6487] New: - tarball jakarta-tomcat-connectors-4.0.2-01-src.tar.gz problem

2002-02-15 Thread bugzilla
/show_bug.cgi?id=6487 tarball jakarta-tomcat-connectors-4.0.2-01-src.tar.gz problem Summary: tarball jakarta-tomcat-connectors-4.0.2-01-src.tar.gz problem Product: Tomcat 4 Version: 4.0.2 Final Platform: Other OS/Version: Linux

DO NOT REPLY [Bug 6487] - tarball jakarta-tomcat-connectors-4.0.2-01-src.tar.gz problem

2002-02-15 Thread bugzilla
/show_bug.cgi?id=6487 tarball jakarta-tomcat-connectors-4.0.2-01-src.tar.gz problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 6499] New: - problem uploading files using com.oreilly.servlet.MultpartRequest

2002-02-15 Thread bugzilla
/show_bug.cgi?id=6499 problem uploading files using com.oreilly.servlet.MultpartRequest Summary: problem uploading files using com.oreilly.servlet.MultpartRequest Product: Tomcat 4 Version: 4.0.1 Final Platform: Sun OS/Version: Solaris

DO NOT REPLY [Bug 6460] New: - Problem of very long response time for servlet which don't return any response.

2002-02-14 Thread bugzilla
/show_bug.cgi?id=6460 Problem of very long response time for servlet which don't return any response. Summary: Problem of very long response time for servlet which don't return any response. Product: Tomcat 4 Version: 4.0.1 Final Platform: PC

DO NOT REPLY [Bug 6460] - Problem of very long response time for servlet which don't return any response.

2002-02-14 Thread bugzilla
/show_bug.cgi?id=6460 Problem of very long response time for servlet which don't return any response. [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 5330] - JNDI ENC context problem.

2002-02-14 Thread bugzilla
/show_bug.cgi?id=5330 JNDI ENC context problem. [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 5330] - JNDI ENC context problem.

2002-02-14 Thread bugzilla
/show_bug.cgi?id=5330 JNDI ENC context problem. --- Additional Comments From [EMAIL PROTECTED] 2002-02-15 04:13 --- I tested it tonight. Everything work now. Good job, thank you. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 6201] - ISO-8859-8-i problem. (hebrew)

2002-02-14 Thread bugzilla
/show_bug.cgi?id=6201 ISO-8859-8-i problem. (hebrew) --- Additional Comments From [EMAIL PROTECTED] 2002-02-15 05:14 --- Would it be possible for you to provide an example page that we can test with? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

DO NOT REPLY [Bug 6438] New: - Problem with JARed taglibs

2002-02-13 Thread bugzilla
/show_bug.cgi?id=6438 Problem with JARed taglibs Summary: Problem with JARed taglibs Product: Tomcat 4 Version: 4.0.2 Final Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component

DO NOT REPLY [Bug 6438] - Problem with JARed taglibs

2002-02-13 Thread bugzilla
/show_bug.cgi?id=6438 Problem with JARed taglibs --- Additional Comments From [EMAIL PROTECTED] 2002-02-13 23:14 --- For some reason, the problem does not seem to exist in the HEAD branch. This bug could be related to 6400. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

DO NOT REPLY [Bug 6438] - Problem with JARed taglibs

2002-02-13 Thread bugzilla
/show_bug.cgi?id=6438 Problem with JARed taglibs [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 6379] - Different ClassLoader problem

2002-02-12 Thread bugzilla
/show_bug.cgi?id=6379 Different ClassLoader problem --- Additional Comments From [EMAIL PROTECTED] 2002-02-12 10:08 --- In my installation, MyPrincipal .jar stays in $CATALINA_HOME/server/lib because catalina needs it on startup. But in this case the jar is not in webapp classpath. If I put

DO NOT REPLY [Bug 6379] - Different ClassLoader problem

2002-02-12 Thread bugzilla
/show_bug.cgi?id=6379 Different ClassLoader problem --- Additional Comments From [EMAIL PROTECTED] 2002-02-12 16:27 --- The common CL is the parent of the server CL. The Catalina core can load any class which is there. If it can't, then you must be doing something really wrong

DO NOT REPLY [Bug 5330] - JNDI ENC context problem.

2002-02-12 Thread bugzilla
/show_bug.cgi?id=5330 JNDI ENC context problem. --- Additional Comments From [EMAIL PROTECTED] 2002-02-12 23:04 --- The manager thread's CCL should now be associated with the webapp classloader, which should make the ENC work. This needs testing, however. -- To unsubscribe, e-mail: mailto

DO NOT REPLY [Bug 6123] - refreshing problem with jsp:include tag

2002-02-12 Thread bugzilla
/show_bug.cgi?id=6123 refreshing problem with jsp:include tag [EMAIL PROTECTED] changed: What|Removed |Added Component|Unknown |Jasper -- To unsubscribe, e-mail

Re: [PATCH] Fixes problem with Warp connector and HTTP POST via SSL.

2002-02-08 Thread jean-frederic clere
Glen Nakamura wrote: Aloha, The following patch fixes a problem with SSL client ceritificates and HTTP POST data when using the Warp connector. When Tomcat retrieves the SSL certificate, the getX509Certificates() method is called and this.packet is reset... Now, when the read() method

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-08 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file --- Additional Comments From [EMAIL PROTECTED] 2002-02-08 11:55 --- I've had identical problems with includes mysteriously being skipped using tomcat 4.0.2-b2 - having checked the servlets-ssi jar

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-08 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file --- Additional Comments From [EMAIL PROTECTED] 2002-02-08 14:49 --- Guys, You should try upgrading at least the SSI portion of tomcat, if you are concerned about a full tomcat upgrade. Perhaps get a nightly

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-08 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file --- Additional Comments From [EMAIL PROTECTED] 2002-02-08 16:50 --- Sadly, having downloaded http://jakarta.apache.org/builds/jakarta-tomcat- 4.0/nightly/jakarta-tomcat-4.0-20020208.tar.gz and extracted the ssi jar

Re: problem with manager web app

2002-02-08 Thread Mark Gordon
Same issue with newst tomcat and newest mod_webapp. 2002-02-08 13:50:21 WarpEngine[Apache]: Mapping request 2002-02-08 13:50:21 [org.apache.catalina.connector.warp.WarpRequestHandler] java.lang.NullPointerException at org.apache.catalina.connector.warp.WarpEngine.map(WarpEngine.java)

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-07 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file --- Additional Comments From [EMAIL PROTECTED] 2002-02-07 08:50 --- Hi again, I think there is a problem with the buffering of the resources. When I turned off the buffering all was perfct. As I saw in the debug

Re: problem with manager web app

2002-02-07 Thread jean-frederic clere
Mark Gordon wrote: I have a simple set up where I am using tomcat 4.0.1 and apache with mod_webapp. Could you retry with 4.0.2b2 (http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/)? I have a couple of webapps and I am trying to use the manage web app to start/stop

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-07 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file --- Additional Comments From [EMAIL PROTECTED] 2002-02-07 15:08 --- If you can, please try with HEAD or a recent nightly build. I almost completely rewrote SSI in October/November time-frame to fix exactly

DO NOT REPLY [Bug 6310] New: - Tomcat 4.0.1 installation problem with Solaris 7

2002-02-07 Thread bugzilla
/show_bug.cgi?id=6310 Tomcat 4.0.1 installation problem with Solaris 7 Summary: Tomcat 4.0.1 installation problem with Solaris 7 Product: Tomcat 4 Version: 4.0.1 Final Platform: Sun OS/Version: Solaris Status: NEW Severity: Blocker

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-07 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file --- Additional Comments From [EMAIL PROTECTED] 2002-02-07 15:11 --- Also, if you want to check if you are running the rewritten version, you can look for org.apache.catalina.util.ssi.SsiDispatcher. That was one

DO NOT REPLY [Bug 6310] - Tomcat 4.0.1 installation problem with Solaris 7

2002-02-07 Thread bugzilla
/show_bug.cgi?id=6310 Tomcat 4.0.1 installation problem with Solaris 7 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 6299] - SSI problem with multiple include statements in one file

2002-02-07 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file --- Additional Comments From [EMAIL PROTECTED] 2002-02-08 07:57 --- Hi Paul, yes you are right. The org.apache.catalina.util.ssi.SsiDispatcher does not exist in the servlets-ssi.jar file, so the rewritten SSI

[PATCH] Fixes problem with Warp connector and HTTP POST via SSL.

2002-02-06 Thread Glen Nakamura
Aloha, The following patch fixes a problem with SSL client ceritificates and HTTP POST data when using the Warp connector. When Tomcat retrieves the SSL certificate, the getX509Certificates() method is called and this.packet is reset... Now, when the read() method is called to retrieve

problem with manager web app

2002-02-06 Thread Mark Gordon
I have a simple set up where I am using tomcat 4.0.1 and apache with mod_webapp. I have a couple of webapps and I am trying to use the manage web app to start/stop install/remove them. Everything works great if I am just using tomcat (for both http and servlet/jsp) When I use mod_webapp

DO NOT REPLY [Bug 6299] New: - SSI problem with multiple include statements in one file

2002-02-06 Thread bugzilla
/show_bug.cgi?id=6299 SSI problem with multiple include statements in one file Summary: SSI problem with multiple include statements in one file Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Windows NT/2K Status: NEW

DO NOT REPLY [Bug 6201] New: - ISO-8859-8-i problem. (hebrew)

2002-02-03 Thread bugzilla
/show_bug.cgi?id=6201 ISO-8859-8-i problem. (hebrew) Summary: ISO-8859-8-i problem. (hebrew) Product: Tomcat 4 Version: 4.0.1 Final Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other

DO NOT REPLY [Bug 6123] New: - refreshing problem with jsp:include tag

2002-01-30 Thread bugzilla
/show_bug.cgi?id=6123 refreshing problem with jsp:include tag Summary: refreshing problem with jsp:include tag Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority

Re: Major problem with Sun External Jar : RE: [Tomcat 4.0.2-b2] Java binaries uploaded

2002-01-29 Thread Guillaume Rousse
Ainsi parlait Craig R. McClanahan : I'd like to clarify. I could have activation, javamail, jdbc-ext, jndi, jta, which are Sun products, included in a Tomcat tarball but couldn't have them included in a separate tarball ? Yes. Thanks to explain us why ? Because that's what the

RE: Major problem with Sun External Jar : RE: [Tomcat 4.0.2-b2] Java binaries uploaded

2002-01-29 Thread GOMEZ Henri
Because that's what the Redistribution paragraph of the license that you had to click through says you can do and not do. (See why it's a good idea to actually *read* these things? :-) Craig, you've still not answered precisely to my question. Please explain us if what we are doing

<    5   6   7   8   9   10   11   12   13   14   >