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

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

DO NOT REPLY [Bug 8897] - Problem Apache 2.0.36+Tomcat 4.0.3: jk_open_socket, connect() failed errno = 111

2003-09-19 Thread bugzilla
/show_bug.cgi?id=8897 Problem Apache 2.0.36+Tomcat 4.0.3: jk_open_socket, connect() failed errno = 111 [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|tomcat

DO NOT REPLY [Bug 17332] - Problem in Building mod_jk.so in AIX 4.3.3 (Tomcat 4.0.4)..!

2003-09-19 Thread bugzilla
/show_bug.cgi?id=17332 Problem in Building mod_jk.so in AIX 4.3.3 (Tomcat 4.0.4)..! [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|tomcat- |[EMAIL

Temporary (for development) CLASSPATH problem (tomcat 4)

2003-09-18 Thread Peter Swulius
I know Tomcat expects the classes for a given web-app to be here: /webapps/myApplication/WEB-INF/classes or, wherever I point server.xml to: C:/stuff/myApplication/WEB-INF/classes but what if I want /myApplication to exist on a network drive (source control), and my classes for that

RE: Temporary (for development) CLASSPATH problem (tomcat 4)

2003-09-18 Thread Mark Thomas
How about using ant to compile and deploy your application? This would enable you to have complete control over the locations of your source files, your compilied classes and the war file. Mark On Thursday, September 18, 2003 6:45 PM, Peter Swulius [SMTP:[EMAIL PROTECTED] wrote: File:

DO NOT REPLY [Bug 23195] New: - Problem with JSTL fmt tags and the response encoding

2003-09-16 Thread bugzilla
/show_bug.cgi?id=23195 Problem with JSTL fmt tags and the response encoding Summary: Problem with JSTL fmt tags and the response encoding Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Linux Status: NEW Severity: Major

DO NOT REPLY [Bug 9340] - Tomcat Service problem

2003-09-15 Thread bugzilla
/show_bug.cgi?id=9340 Tomcat Service problem [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

DO NOT REPLY [Bug 9340] - Tomcat Service problem

2003-09-15 Thread bugzilla
/show_bug.cgi?id=9340 Tomcat Service problem [EMAIL PROTECTED] changed: What|Removed |Added Version|4.0 Final |4.1.24

Problem with pageEncoding directive on dynamic include

2003-09-10 Thread Nair, Anand
Hello All, With Tomcat 4 server on my dynamic includes pageEncoding directive does not seem to be working. a.jsp has jsp:include page=/include/b.jsp flush=true / b.jsp contains: [EMAIL PROTECTED] pageEncoding=UTF-8% Other CONTENTS pageEncoding does work on any static includes though. Any

DO NOT REPLY [Bug 22645] - %@ include file =included.jsp % encoding problem

2003-09-10 Thread bugzilla
/show_bug.cgi?id=22645 %@ include file =included.jsp % encoding problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 22652] - JspWriter problem? A JSP Document with contentType=text/html makes a wrong output

2003-09-09 Thread bugzilla
/show_bug.cgi?id=22652 JspWriter problem? A JSP Document with contentType=text/html makes a wrong output [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

Problem with redirect

2003-09-04 Thread Norris Shelton
We are using 4.1.12 on Linux behind BigIP. We have a page /search.jsp that has not changed. For some reason, when we access it, we get the following in the access log: 10.11.6.118 - - [04/Sep/2003:12:19:19 -0500] GET /search.jsp HTTP/1.1 302 - 10.11.6.118 - - [04/Sep/2003:12:19:19 -0500] GET

Re: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-30 Thread Bill Barker
, 2003 4:41 PM To: Tomcat Developers List Subject: RE: [j-t-c] Thread problem in jk_uri_worker_map.c The file common/jk_connect.c no longer compiles on Win32 because the in_addr_t type is not defined on that platform. The attached patch fixes the build problem, but there is probably a better

RE: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-30 Thread Marc Saegesser
know that you are trying to get a release out. -- Marc -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 10:16 PM To: [EMAIL PROTECTED] Subject: Re: [j-t-c] Thread problem in jk_uri_worker_map.c I'll put this one in in the interest of time

RE: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-29 Thread Marc Saegesser
The file common/jk_connect.c no longer compiles on Win32 because the in_addr_t type is not defined on that platform. The attached patch fixes the build problem, but there is probably a better way. -- Marc -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED] Sent

RE: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-29 Thread Marc Saegesser
-Original Message- From: Marc Saegesser [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 4:41 PM To: Tomcat Developers List Subject: RE: [j-t-c] Thread problem in jk_uri_worker_map.c The file common/jk_connect.c no longer compiles on Win32 because the in_addr_t type

DO NOT REPLY [Bug 3839] - Problem bookmarking login page

2003-08-28 Thread bugzilla
/show_bug.cgi?id=3839 Problem bookmarking login page --- Additional Comments From [EMAIL PROTECTED] 2003-08-28 17:54 --- There is a dirty hack way of solving this in TC4. I should probably be flogged in public for posting such a filthy hack, but anyway... I suspect it is not very portable

Re: IP address Assignment problem

2003-08-27 Thread J Raf
help is much appreciated. From: Reshat Sabiq [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: IP address Assignment problem Date: Sun, 24 Aug 2003 19:31:01 -0500 J Raf wrote: The machine is configured with different IP

Re: IP address Assignment problem

2003-08-27 Thread Martin Gainty
server.xml: port=80 What is your port spec in server.xml? -Martin - Original Message - From: J Raf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 6:16 PM Subject: Re: IP address Assignment problem Thank you for your help, I think this is a bug in TOMCAT

problem with start/stop of CoyoteConnector

2003-08-27 Thread Brent Verner
of the source did not lead me to a quick answer, and I won't have any real time to dig into the problem until after the project is complete (a couple of months away), so I'm asking y'all. Details: I've got apache/mod_jk setup to loadbalance with a pool of tomcats as shown below. (Round

Re: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-27 Thread Henri Gomez
Marc Saegesser a écrit : That makes sense. The manipulations that map_uri_to_worker() does always make the string shorter so there is no need to worry about the modifiable string passed in being too short and needing reallocated. Trying to fix this in the jk/common code is, I think, a waste of

Re: IP address Assignment problem

2003-08-27 Thread J Raf
PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: IP address Assignment problem Date: Tue, 26 Aug 2003 21:37:05 -0700 server.xml: port=80 What is your port spec in server.xml? -Martin - Original Message - From: J Raf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday

Re: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-27 Thread Glenn Nielsen
Henri Gomez wrote: Marc Saegesser a écrit : That makes sense. The manipulations that map_uri_to_worker() does always make the string shorter so there is no need to worry about the modifiable string passed in being too short and needing reallocated. Trying to fix this in the jk/common code is, I

DO NOT REPLY [Bug 14019] - Problem with endorsed in Catalina.bat

2003-08-26 Thread bugzilla
/show_bug.cgi?id=14019 Problem with endorsed in Catalina.bat [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

Re: IP address Assignment problem

2003-08-25 Thread Reshat Sabiq
: Reshat Sabiq [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: IP address Assignment problem Date: Sat, 23 Aug 2003 13:16:31 -0500 Ayoub Raffoul wrote: Hello, I'm running Apache Tomcat ver. 4.1 on a Windows 2000 server

Re: IP address Assignment problem

2003-08-24 Thread J Raf
PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: IP address Assignment problem Date: Sat, 23 Aug 2003 13:16:31 -0500 Ayoub Raffoul wrote: Hello, I'm running Apache Tomcat ver. 4.1 on a Windows 2000 server. The machine has

DO NOT REPLY [Bug 22645] - %@ include file =included.jsp % encoding problem

2003-08-23 Thread bugzilla
/show_bug.cgi?id=22645 %@ include file =included.jsp % encoding problem --- Additional Comments From [EMAIL PROTECTED] 2003-08-22 14:18 --- it seems like this but has something to do with bug #19617 - To unsubscribe, e-mail

DO NOT REPLY [Bug 22645] New: - %@ include file =included.jsp % encoding problem

2003-08-23 Thread bugzilla
/show_bug.cgi?id=22645 %@ include file =included.jsp % encoding problem Summary: %@ include file =included.jsp % encoding problem Product: Tomcat 4 Version: Unknown Platform: All OS/Version: All Status: NEW Severity: Major

Re: IP address Assignment problem

2003-08-23 Thread Reshat Sabiq
addresses on this machine. This configuration was working correctly in an older version of Tomcat. Even though Tomcat seems to be reserving all port 80 for all IP addresses it is only responding to 205.200.21.30. Vice Versa is also a problem. If I shut down Tomcat and start IIS on 205.200.21.31:80

IP address Assignment problem

2003-08-22 Thread Ayoub Raffoul
. This configuration was working correctly in an older version of Tomcat. Even though Tomcat seems to be reserving all port 80 for all IP addresses it is only responding to 205.200.21.30. Vice Versa is also a problem. If I shut down Tomcat and start IIS on 205.200.21.31:80, Tomcat will no longer

FW: MBeanServer problem

2003-08-20 Thread Adi Katz
Hello, I hope I post this in the right place. When restating a context in tomcat 4.1.24 the ServletContext lose the reference to the MBeanServer instance. The ServerLifeCycleListener set an attribute named 'org.apache.catalina.MBeanServer' in the ServletContext when tomcat starts up but once a

Servlet Communication Problem.

2003-08-20 Thread TAlam
. But my problem is, On running this, i am not getting any action inServlet's service/doPost method. upon reading the input stream from connectuion, its initializing servlet(if not initialized yet) but not doing anything in service method. Can you please suggest me any solution or send me some

DO NOT REPLY [Bug 17350] - SSL Handshake problem with Certificates

2003-08-20 Thread bugzilla
/show_bug.cgi?id=17350 SSL Handshake problem with Certificates [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 22501] New: - Taglib evalution problem

2003-08-18 Thread bugzilla
/show_bug.cgi?id=22501 Taglib evalution problem Summary: Taglib evalution problem Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Windows NT/2K Status: UNCONFIRMED Severity: Major Priority: Other

MBeanServer problem

2003-08-18 Thread Adi Katz
Hello, I hope I post this in the right place. When restating a context in tomcat 4.1.24 the ServletContext lose the reference to the MBeanServer instance. The ServerLifeCycleListener set an attribute named 'org.apache.catalina.MBeanServer' in the ServletContext when tomcat starts up but once a

DO NOT REPLY [Bug 22535] New: - JSP XML Syntax problem

2003-08-18 Thread bugzilla
/show_bug.cgi?id=22535 JSP XML Syntax problem Summary: JSP XML Syntax problem Product: Tomcat 5 Version: 5.0.7 Platform: PC URL: http://jsplin.sourceforge.net OS/Version: Windows XP Status: NEW Severity: Blocker

DO NOT REPLY [Bug 22535] - JSP XML Syntax problem

2003-08-18 Thread bugzilla
/show_bug.cgi?id=22535 JSP XML Syntax problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

RE: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-16 Thread Marc Saegesser
-Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 7:16 PM To: Tomcat Developers List Subject: Re: [j-t-c] Thread problem in jk_uri_worker_map.c The easiest solution would be to change the map_uri_to_worker contract to be that the uri parameter

[j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-15 Thread Marc Saegesser
I've run into a threading problem in /j-t-c/native/jk/common/jk_uri_worker_map.c. The problem has been around for a long time, but I believe the changes checked in for version 1.15 on June, 27, 2003 made the problem worse. I have only been able to reproduce the problem on multi-processor

Re: [j-t-c] Thread problem in jk_uri_worker_map.c

2003-08-15 Thread Bill Barker
I don't really know. - Original Message - From: Marc Saegesser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 15, 2003 3:11 PM Subject: [j-t-c] Thread problem in jk_uri_worker_map.c I've run into a threading problem in /j-t-c/native/jk/common/jk_uri_worker_map.c

RE: problem with tomcat servlet

2003-08-14 Thread Ias
The issus is explained in Enabling invoker servlet section at http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/RELEASE- NOTES In addition, the Servlet 2.3 spec also states that mapping requests to servlets based on web applicatioin deployment descriptor (i.e. web.xml) is

DO NOT REPLY [Bug 22407] New: - Secured connection problem while running catalina as NT service

2003-08-14 Thread bugzilla
/show_bug.cgi?id=22407 Secured connection problem while running catalina as NT service Summary: Secured connection problem while running catalina as NT service Product: Tomcat 4 Version: 4.1.27 Platform: PC OS/Version: Windows NT/2K

DO NOT REPLY [Bug 20798] - connection re-establishment problem

2003-08-14 Thread bugzilla
/show_bug.cgi?id=20798 connection re-establishment problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 22300] - Classloader problem when digester jar is in common/lib as well

2003-08-14 Thread bugzilla
/show_bug.cgi?id=22300 Classloader problem when digester jar is in common/lib as well --- Additional Comments From [EMAIL PROTECTED] 2003-08-11 13:53 --- Created an attachment (id=7751) Proposed patch, setting digester class loader to the one from server/lib

problem with tomcat servlet

2003-08-14 Thread Chris
I typed in a simple servlet example from the book "Tomcat Kick Start" (Sams). Basically I put the html and servlet class as follow: $CATALINA/webapps/mybasic_servlet/CurrencyForm.html $CATALINA/webapps/mybasic_servlet/WEB-INF/classes/CurrencyConverter.class When I start Tomcat, and access:

DO NOT REPLY [Bug 22300] New: - Classloader problem when digester jar is in common/lib as well

2003-08-14 Thread bugzilla
/show_bug.cgi?id=22300 Classloader problem when digester jar is in common/lib as well Summary: Classloader problem when digester jar is in common/lib as well Product: Tomcat 4 Version: 4.1.27 Platform: Other OS/Version: Other

DO NOT REPLY [Bug 22097] - build.xml dependency problem

2003-08-04 Thread bugzilla
/show_bug.cgi?id=22097 build.xml dependency problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 22097] New: - build.xml dependency problem

2003-08-03 Thread bugzilla
/show_bug.cgi?id=22097 build.xml dependency problem Summary: build.xml dependency problem Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Blocker Priority: Other

Problem with Tomcat 5

2003-08-03 Thread Rapheal Sheejo
Dear Sir, In our company, we are planning to use JSP 2.0,JSTL and EL in Tomcat 5 in our next project. We cannot run JSTL in Tomcat 5. So please send all the steps which I have to follow to run the application. If you send it, it is a favourable for me also. Have a nice day with warm regards

Problem Realm to work with Oracle

2003-07-31 Thread Danh Duy Bui
Hello Sir, I am Setting up and enabling container-managed authentication for Tomcat 4.1.12 . Now, I am getting some problem with Realm tag. I have been succesful authenticated with userDatabaseRealm using file tomcat-user.xml like the tag below Realm className

DO NOT REPLY [Bug 21968] New: - jk2 connector build problem

2003-07-29 Thread bugzilla
/show_bug.cgi?id=21968 jk2 connector build problem Summary: jk2 connector build problem Product: Tomcat 4 Version: 4.1.9 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component

DB2 connection problem with Tomcat-4.0.3

2003-07-24 Thread T00081 madhu
you solved it? Pls help me to solve this problem Thanks in advance Waiting for your mail With regards Madhu Chundu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 21867] New: - problem installing Tomcat 4124 on Win2k

2003-07-24 Thread bugzilla
/show_bug.cgi?id=21867 problem installing Tomcat 4124 on Win2k Summary: problem installing Tomcat 4124 on Win2k Product: Tomcat 4 Version: 4.1.24 Platform: Other URL: http://jakarta.apache.org/tomcat/tomcat-4.1- doc/README.txt

DO NOT REPLY [Bug 21867] - problem installing Tomcat 4124 on Win2k

2003-07-24 Thread bugzilla
/show_bug.cgi?id=21867 problem installing Tomcat 4124 on Win2k --- Additional Comments From [EMAIL PROTECTED] 2003-07-25 00:08 --- it seems that Tomcat will not install with the runtime version of JDK - the full SDK is needed in order for it to work - once this was done the problem

Problem am facing with Tomcat 4.1.24

2003-07-21 Thread Murali
Hi, Here we are facing a strange problem. We have a site which has 8 lakhs of customers,using the site. We use Tomcat4.1.24 server.We need to restart tomcat every 5 hrs as it is not able to accept many requests. Even though the no of connections are low, we need to restart Apache, and tomcat

RE: Problem am facing with Tomcat 4.1.24

2003-07-21 Thread Asif.Raj
[mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:35 AM To: [EMAIL PROTECTED] Subject: Problem am facing with Tomcat 4.1.24 Hi, Here we are facing a strange problem. We have a site which has 8 lakhs of customers,using the site. We use Tomcat4.1.24 server.We need to restart tomcat every 5

RE: Problem am facing with Tomcat 4.1.24

2003-07-21 Thread David Cassidy
: Subject: RE: Problem am facing with Tomcat 4.1.24 21/07/2003 11:02

DO NOT REPLY [Bug 21766] New: - mod_jk2 URL mount problem in recent versions

2003-07-21 Thread bugzilla
/show_bug.cgi?id=21766 mod_jk2 URL mount problem in recent versions Summary: mod_jk2 URL mount problem in recent versions Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority

DO NOT REPLY [Bug 21172] - Problem setting cookies on coyote connector

2003-07-19 Thread bugzilla
/show_bug.cgi?id=21172 Problem setting cookies on coyote connector [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 21617] New: - Form-based authentication problem on server with non-standard hostname

2003-07-15 Thread bugzilla
/show_bug.cgi?id=21617 Form-based authentication problem on server with non-standard hostname Summary: Form-based authentication problem on server with non- standard hostname Product: Tomcat 4 Version: Unknown Platform: Other OS/Version

DO NOT REPLY [Bug 21617] - Form-based authentication problem on server with non-standard hostname

2003-07-15 Thread bugzilla
/show_bug.cgi?id=21617 Form-based authentication problem on server with non-standard hostname [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 19098] - Tomcat shutdown problem

2003-07-13 Thread bugzilla
/show_bug.cgi?id=19098 Tomcat shutdown problem [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 19098] - Tomcat shutdown problem

2003-07-13 Thread bugzilla
/show_bug.cgi?id=19098 Tomcat shutdown problem [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

DO NOT REPLY [Bug 21489] New: - Catalina-ant task: problem with config parameter

2003-07-11 Thread bugzilla
/show_bug.cgi?id=21489 Catalina-ant task: problem with config parameter Summary: Catalina-ant task: problem with config parameter Product: Tomcat 4 Version: 4.1.24 Platform: Other OS/Version: Windows XP Status: NEW Severity: Normal

DO NOT REPLY [Bug 21489] - Catalina-ant task: problem with config parameter

2003-07-11 Thread bugzilla
/show_bug.cgi?id=21489 Catalina-ant task: problem with config parameter --- Additional Comments From [EMAIL PROTECTED] 2003-07-11 08:48 --- IMO this is not a bug. file://C:/Tomcat4.1/webapps/context.xml is wrong and the fact that browsers like IE can accept such URL is not important here. One

DO NOT REPLY [Bug 21489] - Catalina-ant task: problem with config parameter

2003-07-11 Thread bugzilla
/show_bug.cgi?id=21489 Catalina-ant task: problem with config parameter --- Additional Comments From [EMAIL PROTECTED] 2003-07-11 08:57 --- Why does the file:// format work for the war= attribute? Should that not also give an error then? And which format should then be used withing

WAR files with Tomcat 4.0 problem...

2003-07-10 Thread Jack Byrne
Hello, I have a .war file in my webapps directory and it does not get expanded when Tomcat 4.0 starts up. I am getting the error java.lang.IllegalArgumentException: Document base /install/jakarta-tomcat-4.0/webapps/soap does not exist or is not a readable directory but there is a soap.war

Re: WAR files with Tomcat 4.0 problem...

2003-07-10 Thread David Cassidy
] cc: Subject: WAR files with Tomcat 4.0 problem

DO NOT REPLY [Bug 21369] New: - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
/show_bug.cgi?id=21369 Problem with WAR containing JARS Summary: Problem with WAR containing JARS Product: Tomcat 5 Version: 5.0.3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other

DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
/show_bug.cgi?id=21369 Problem with WAR containing JARS [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
/show_bug.cgi?id=21369 Problem with WAR containing JARS [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
/show_bug.cgi?id=21369 Problem with WAR containing JARS [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
/show_bug.cgi?id=21369 Problem with WAR containing JARS --- Additional Comments From [EMAIL PROTECTED] 2003-07-07 15:09 --- Thanks, is there a nightly available or do I need to grab the CVS bits? - To unsubscribe, e-mail

DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
/show_bug.cgi?id=21369 Problem with WAR containing JARS --- Additional Comments From [EMAIL PROTECTED] 2003-07-07 20:08 --- You should get that from CVS (sorry). I'll do a quick test anyway, just to be sure. - To unsubscribe

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-03 Thread bugzilla
/show_bug.cgi?id=21288 DirContext caching problem with Dreamweaver 6 when recursively creating directories --- Additional Comments From [EMAIL PROTECTED] 2003-07-03 08:57 --- Remy, That cache unload would indeed sort the problem. My suggestion was to fix the trailing slash issue

DO NOT REPLY [Bug 21288] New: - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 Thread bugzilla
/show_bug.cgi?id=21288 DirContext caching problem with Dreamweaver 6 when recursively creating directories Summary: DirContext caching problem with Dreamweaver 6 when recursively creating directories Product: Tomcat 4 Version: 4.1.24 Platform

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 Thread bugzilla
/show_bug.cgi?id=21288 DirContext caching problem with Dreamweaver 6 when recursively creating directories --- Additional Comments From [EMAIL PROTECTED] 2003-07-02 18:33 --- replace /webdav-www.boscom.com.preview.taglab.com/ with /webdav/ above... I forgot to change

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 Thread bugzilla
/show_bug.cgi?id=21288 DirContext caching problem with Dreamweaver 6 when recursively creating directories --- Additional Comments From [EMAIL PROTECTED] 2003-07-02 18:47 --- Ah, ok, I thought I had correctly added the cache invalidation when creating the directory or changing some properties

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 Thread bugzilla
/show_bug.cgi?id=21288 DirContext caching problem with Dreamweaver 6 when recursively creating directories --- Additional Comments From [EMAIL PROTECTED] 2003-07-02 22:30 --- I have added: if (name.endsWith(/)) { name = name.substring(0, name.length() - 1

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 Thread bugzilla
/show_bug.cgi?id=21288 DirContext caching problem with Dreamweaver 6 when recursively creating directories --- Additional Comments From [EMAIL PROTECTED] 2003-07-02 23:00 --- I thought about it some more, and fear that my patch could have some consequences, as it could makes URLs like

DO NOT REPLY [Bug 21172] New: - Problem setting cookies on coyote connector

2003-06-29 Thread bugzilla
/show_bug.cgi?id=21172 Problem setting cookies on coyote connector Summary: Problem setting cookies on coyote connector Product: Tomcat 4 Version: 4.1.24 Platform: Other OS/Version: Linux Status: NEW Severity: Major Priority

Problem with SSL for APACHE TOMCAT

2003-06-20 Thread Kapar Jan
Hello, I would like to configure SSL encryption for TOMCAT, but I cannot do that. I have got downloaded and installed JSSE 1.0.3.x (I just copied 3 files into c:\jdk1.3.1\jre\lib\ext) But I dont know where I have to set ENVIROMENT VARIABLE JSSE_HOME. (I tried to set up in My computer /

DO NOT REPLY [Bug 20798] New: - connection re-establishment problem

2003-06-16 Thread bugzilla
/show_bug.cgi?id=20798 connection re-establishment problem Summary: connection re-establishment problem Product: Tomcat 4 Version: 4.1.18 Platform: Other OS/Version: Linux Status: NEW Severity: Critical Priority: Other

Problem displaying accents in Tomcat

2003-06-13 Thread Manuel Gonzalez
Hi everyone, I have a problem with tomcat 4.1.24 with displaying vowels with accents and special spanish characters such as ntilde;. The scenario is the following : - I have deployed a servlet application that accesses data on a MySQL database. The problem is that when displaying

RE: Problem displaying accents in Tomcat

2003-06-13 Thread Andy Chapman
this problem. What character encoding are you using in you web app? Is it the same server machine that WAS working with Apache HTTP Server and Tomcat? What OS are you running? -Original Message- From: Manuel Gonzalez [mailto:[EMAIL PROTECTED] Sent: 13 June 2003 12:17 To: [EMAIL PROTECTED] Subject

Re: Problem displaying accents in Tomcat

2003-06-13 Thread Manuel Gonzalez
and is causing this problem. What character encoding are you using in you web app? Is it the same server machine that WAS working with Apache HTTP Server and Tomcat? What OS are you running? -Original Message- From: Manuel Gonzalez [mailto:[EMAIL PROTECTED] Sent: 13 June 2003 12:17 To: [EMAIL

Re: Problem displaying accents in Tomcat

2003-06-13 Thread Sergio G. Reus
Yes, your asumptsion is right. I had apache before hooked to Tomcat. Now the application is running with Tomcat 4.1.24 on its own. The OS is linux, SUSE distro. The character encoding it should be the default one I haven't specified any. So it should be (iso-8859-1) ? Thanks

RE: Problem displaying accents in Tomcat

2003-06-13 Thread Andy Chapman
There are two issues with character encoding. Firstly the charset used by Jasper for jsp source files, this is set in Tomcat web.xml. The default is UTF-8 and will effect jsp source files with special characters. From what I gather this isn't the problem, and only really causes a problem

Tomcat and IIS problem

2003-06-01 Thread Dominic Parry
Hi I have successfully installed and configured tomcat to run with IIS. I'm having a problem running the manager and admin contexts from IIS, but they work if I use http://localhost:8080/(admin)(manager). I have added the URI's to workers.properties, and I have set up the context

[PATCH] RequestDispatcher.forward() problem with wrapped requests

2003-05-31 Thread Jan Luehe
the request inside an HttpServletRequestWrapper. The problem is that Servlet2 never gets invoked. If you look at ApplicationDispatcher.processRequest(), you'll see that the target servlet (Servlet2) is invoked only if the DISPATCHER_TYPE_ATTR attribute has been set on the request. Since we're passing

Re: [PATCH] RequestDispatcher.forward() problem with wrapped requests

2003-05-31 Thread Remy Maucherat
, it wraps the request inside an HttpServletRequestWrapper. The problem is that Servlet2 never gets invoked. If you look at ApplicationDispatcher.processRequest(), you'll see that the target servlet (Servlet2) is invoked only if the DISPATCHER_TYPE_ATTR attribute has been set on the request. Since

DO NOT REPLY [Bug 19585] New: - deploy problem on tomcat 4.1.24

2003-05-02 Thread bugzilla
/show_bug.cgi?id=19585 deploy problem on tomcat 4.1.24 Summary: deploy problem on tomcat 4.1.24 Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Windows 9x Status: NEW Severity: Blocker Priority: Other

Installation problem

2003-04-01 Thread dutta_kaushik
Hi All, I installed tomcat 4.1 on Solaris OS. While running i get an error which is given below: java.util.zip.ZipException: invalid END header (bad central directory offset) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(ZipFile.java:112) at

Inter Explorer refresh problem with tomcat-4.18

2003-04-01 Thread Zsolt Koppany
Hi, I find the webdav implementation really great but I have a problem. When I open a webfolder (webdav) using tomcat-4.18 and change (double click) to a directory, Internet Explorer refreshes only when I click on an other IE window. What is the reason and how can I fix the problem? I work

DO NOT REPLY [Bug 18465] New: - Problem in build file with bad xerces value

2003-03-28 Thread bugzilla
/show_bug.cgi?id=18465 Problem in build file with bad xerces value Summary: Problem in build file with bad xerces value Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Minor

DO NOT REPLY [Bug 18465] - Problem in build file with bad xerces value

2003-03-28 Thread bugzilla
/show_bug.cgi?id=18465 Problem in build file with bad xerces value [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 18416] New: - tag problem

2003-03-27 Thread bugzilla
/show_bug.cgi?id=18416 tag problem Summary: tag problem Product: Tomcat 4 Version: 4.1.24 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Servlet JSP API AssignedTo

DO NOT REPLY [Bug 18416] - tag problem

2003-03-27 Thread bugzilla
/show_bug.cgi?id=18416 tag problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

SingleSignOn Problem

2003-03-25 Thread shanmugampl
Hi All, I am running Tomcat 4.1.18 with SingleSignOn enabled. I have two applications, A and B running. The first application that I will be logging in will be A and from there I will be moving to application B. Suppose if the session timeout period is set to 20 minutes, then if I login to

DO NOT REPLY [Bug 18294] New: - Build test fails with apparently obvious problem

2003-03-24 Thread bugzilla
/show_bug.cgi?id=18294 Build test fails with apparently obvious problem Summary: Build test fails with apparently obvious problem Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Linux Status: NEW Severity: Minor

<    1   2   3   4   5   6   7   8   9   10   >