Bug in the Bug Database?

2002-02-22 Thread Jonathan Eric Miller
There seems to be a bug in the Bug Database as it appears to be down right now. http://nagoya.apache.org/bugzilla/ Jon -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Bug?

2002-10-25 Thread chad kellerman
r. I checked everywhere, where I eventually ended up at apache-bugzilla http://issues.apache.org/bugzilla/show_bug.cgi?id=4547 If you read the thread you'll see that it has been resolved and it was a duplicate bug. And it lists the link to the other bug: http://issues.apache.or

Bug?

2002-07-24 Thread Jean-francois Arcand
Hi Craig, browsing the Tomcat code, I found something strange: In org.apache.catalina.core.StandardHostDeployer, when method remove() get invoked, fireContainerEvent(REMOVE_EVENT) is never executed (does not appear in the code). I have also looked at StandardHost (but this class delegate the

bug ?

2003-11-20 Thread Laurent Michenaud
When my error page is at the root of the webapp, tomcat can't find it. In web.xml of the webapp : This works : 404 /error/notfound.jsp This works 404 / This DOESNOT works : 404 /notfound.jsp Tomcat is 4.1.29

bug?

2001-02-15 Thread Alexandre Rojkov
Hi all I have a servlet which does following in doPost method: String bufferFormData = request.getReader().readLine(); the servlet hangs in the readLine following code gives me only one character from the request content: int nLen = req.getContentLength(); if(nLen > 0)

"Bug"

2000-11-20 Thread Vinayak Infotech
Hello,   We are developing an application in JSP and Servlets and SQL 6.5 as back end using Tomcat 3.1 as the servlet engine in IIS 4.0(Service Pack6.0). We have developed the application with JDK 1.2.2.  and connecting with SQL using JDBCODBC driver.  The application is used to generate a c

Tomcat bug, Java Bug, or neither?

2002-03-22 Thread Brandon Cruz
Using Tomcat 3.2.4, has anyone noticed an error if you attempt to use to forward requests to a page that also uses a tag? It seems that this never works and results in a 404 error. Is there some spec that does not allow this, is it a tomcat bug, or is it just a java bug? Is there a better

possible bug

2002-09-03 Thread peter lin
I've encountered some behavior in tomcat 4.0.3 which might be a bug, but I am not sure. I'm hoping some one else has seen this behavior before. I looked at the servlet 2.3 spec and the section on requestdispatching states: SRV.8.2 Using a Request Dispatcher To use a request dis

redirect bug?

2002-09-05 Thread Leos Literak
Hi, I try to increase protection of my users with such servlet: String url = "mailto:"+user.getEmail(); response.sendRedirect(url); e.g. on normal site there is no email, just link to servlet which redirects to email. Well, it partially works. It really opens email client. Unfortunatelly T

Re: Bug?

2002-10-25 Thread ContestAdmin
.Thread.run(Thread.java:536) > > Now I know I couldn't be the only one experiencing this error. I > checked everywhere, where I eventually ended up at apache-bugzilla > > http://issues.apache.org/bugzilla/show_bug.cgi?id=4547 > > If you read the thread you'll s

Re: Bug?

2002-10-25 Thread chad kellerman
(Thread.java:536) > > > > Now I know I couldn't be the only one experiencing this error. I > > checked everywhere, where I eventually ended up at apache-bugzilla > > > > http://issues.apache.org/bugzilla/show_bug.cgi?id=4547 > > > > If yo

Re: Bug?

2002-10-28 Thread ContestAdmin
I eventually ended up at apache-bugzilla > > > > > > http://issues.apache.org/bugzilla/show_bug.cgi?id=4547 > > > > > > If you read the thread you'll see that it has been resolved and it > > > was a duplicate bug. And it lists the link to the other

Admin bug

2003-03-25 Thread Herbert G. Fischer
Hi all, I'm installing Tomcat 4.1.24 and I'm getting this error when trying to create a AJP connector via Tomcat Admin. == type Status report message Invalid path /connector/AddConnector was requested description The reques

session - bug

2002-04-02 Thread Michael
Hi! as there were problems in 3.3, I was very delighted, when I installed 3.3.1 and saw some bugs had vanished! But there is a new bug: If my browser sends an invalid session-id in it's URL, I get: req.isRequestedSessionIdFromCookie(): false req.isRequestedSessionIdFromURL():

bug management

2001-12-28 Thread Laurent Michenaud
I would like to use a tool to reference the bugs i'got on my differents projects. I've heard about bugzilla but i would prefer a french interface. Do u know what could i use ? Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe:

getPathTranslated - Bug?

2002-01-11 Thread Steven Elliott
I have a question re: the getPathTranslated method of HttpServletRequest in Servlet 2.3 as it is implemented in TC 4.0.1. Using Tomcat 4.0.1 (win2k) Standalone, the first access to the servlet I get the path + the servlet name + extra path info. The second time I access the servlet (same url) I g

mod_jk bug ?

2002-01-24 Thread Ching-Kuan Thum
Netscape on Windows. Tested platform : OS : Solaris 8, Windows 2000 Web server : Apache 1.3.22 Tomcat version : 4.0.1 and 4.0.2b2 mod_jk version : 1.0 and 1.1 come with Tomcat 3.3 and Tomcat 3.2.4 with AJP13 Is this a bug in Tomcat ? WebApp module on Solaris is working fine and doesn't have

Upload bug ...

2002-02-28 Thread Julien OIX
hi everyone, I'm using these RPM's on a Linux RedHat 7.1 apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3 mod_put-1.3-2 mod_bandwidth-2.0.3-2) tomcat4-4.0.1-1 mod_webapp-1.0.2-1 and it seems there's a bug whit file upload ... Is this possible at this time to recompile a "

waitForAck bug ?

2004-09-21 Thread Mario Neè
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) is it a Tomca

Tomcat bug?

2004-11-02 Thread Behrang Saeedzadeh
his behaviour expected or is it a bug? Regards, Behrang S. JSP page: - <%@ page contentType="text/html;charset=UTF-8" language="java" %> Simple jsp page Exception: -- HTTP Status 500 - type Exception report message description The server encounte

Bug using  ?

2004-11-22 Thread Gili
bsp" was referenced, but not declared. Other entity tags seems to work fine. I'm new to JSP 2.0 but I haven't found a solution for this problem online. Is this a bug in Tomcat? I saw multiple refereces online where they say you need to add [] to the declaration, bu

Re: bug ?

2003-11-20 Thread Andoni
d" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 3:25 PM Subject: bug ? When my error page is at the root of the webapp, tomcat can't find it. In web.xml of the webapp : This works : 404 /error/notfound.jsp This works 404

bug #21252

2003-09-02 Thread Dmitry Beransky
Hi, I've run into the same problem as described by http://issues.apache.org/bugzilla/show_bug.cgi?id=21252 (I'm using Tomcat 4.1.27). The bug report's comments say that this issue has been fixed. Anyone knows in what version? Thanks Dmitry Here's the error

Bug JSTL

2003-09-24 Thread Julien Martin
Thanks for your reply Yann, It turned out to be a bug. I downloaded the latest standard.jar archive and it is now working fine. Julien.

Tomcat Bug?

2005-01-24 Thread Aris Javier
but to no avail. im using tomcat 5.0.25 on windows 2000... is this tomcat 5.0.25 bug? Thanks! Aris

bug report

2001-09-26 Thread Patrick . Pierra
Hi! I've just install Tomcat 4.0 on WinNT4 with an installer package (.exe). When i launch Tomcat Start i recieve an error : A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in : 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpret

TOMCAT3.2 BUG

2001-01-27 Thread shiva nand tripathi
I am integrating Apache Web server, Tomcat and Jboss (EJB container). Tomcat is running out of Apache process using mod_jk adapter. Tomcat is working fine for serving normal servlets and jsp. I deployed EJB on jBoss and accessed that by creating one java client application, it worked all right.

getCookies bug?

2001-03-02 Thread Miles Poindexter
I had to create an alias called "bin" that pointed to that. Now it is running, but I get a ClassCastException from catalina when my servlet asks the request objects for the cookies. Is this a bug? Also, how to I make alias to servlets? I did this in web.xml with 3.2.1 but this fails w

Slight bug

2001-03-15 Thread Rob L'Estrange
Hi Guys   I've got my Java 1.3 SDK installed in this directory on my Windows 2000 Server,   c:\Installations\Programming\Java\SDK 1.3\   The space in "SDK 1.3" gave your Tomcat problems when I set Tomcat up to be an NT service and tried to use start it with "net start Tomcat".   When I chang

potential bug

2001-03-16 Thread JeremyRayYoo
Can anyone confirm a problem I have encountered withe Tomcat. Lets say that I write a servlet called Test.java and put it in the classes directory in the Web-Inf directory, and I decide to change it a little later. So I recompile the servlet and produce a new class file. And have in mind the s

Tomcat bug?

2000-10-23 Thread Jeff Sum
Hi, I have a strange problem in the include file action. I use tomcat 3.1with Linux (JDK1.3), my directory structure are as follow: +-- webapps +-- myroot +-- test1 a.jsp +-- test2 b.jsp +-- test3

Re: "Bug"

2000-11-21 Thread GCS
Hello! On K, NOV 21, 2000 at 11:13:33 -, Vinayak Infotech wrote: > We have developed the application with JDK 1.2.2. Please upgrade to jdk1.3, it solved the same (more or less) problem I had. Sincerely, Laszlo

BUG jk_nt_service

2000-11-28 Thread Jaco Roux
Keeps causing an internal system error on start

bug report

2001-01-03 Thread Vincent Chen
Hi, I wanna to run tomcat as NT service, so I download jk_nt_service.exe and update wrapper.properties as stated in the document (NT-Service.-howto.html). My JDK is installed in e:/Program Files/JavaSoft/jdk1.3, and when I start Jakarta service, it shows error in log file: java.lang.NoClassDefFou

Bug report

2001-01-17 Thread Zsolt Koppany
Hi, I use tomcat-3.2.1 under Linux and found probably a bug. When the request is longer then 2048 bytes tomcat produces an ArroyIndexOutOfBoundExceptions in HttpRequestAdapter.parseHeaderFiled. After I changed bufSize = 2048 to 10240 the error does not appear (my request is shorter). I tried to

Role bug in form based login: bug 8607.

2002-04-28 Thread David Farb
I have found what I think is a bug in form based login. A user who is in the user database attempts a valid login, but the role of the user does not match one of the roles of the protected area. This has been mentioned a couple of times before in e-mails on this list, but has never been filed as

RE: redirect bug?

2002-09-05 Thread Andrew Conrad
TECTED]] On Behalf Of Leos Literak > Sent: Thursday, September 05, 2002 9:21 AM > To: [EMAIL PROTECTED] > Subject: redirect bug? > > > Hi, > > I try to increase protection of my users > with such servlet: > > String url = "mailto:"+user.getEmail(); &g

Re: redirect bug?

2002-09-05 Thread Leos Literak
ards response.redirect("mailto:[EMAIL PROTECTED]";) to response.redirect("mailto:";) Why? Leos >>-Original Message- >>From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Leos Literak >>Sent: Thursday, September 05, 2002 9:21 AM >>To: [E

Bug in 4.1.10?

2002-09-12 Thread Miguel Angel Mulero Martinez
I just have joining to he list, and I have searched in the old messages but I haven't found this: I have installed the new Tomcat 4.1.10, under Win2000. My problem is that if I execute it like a windows service, Tomcat give me errors compiling any JSP because it don't find the classes under WEB-I

BUG: Try please

2002-09-13 Thread Miguel Angel Mulero Martinez
After try myself a lot of things, and make the question in this group, and see others with the same problem, I think this is a bug. If someone could try it and confirms, I will post it to bugzilla: - Windows 2000, SP3, JDK 1.4.0_01, Tomcat 4.1.10 - Install tomcat 4.1.10 (not LE). Install like a

AIX JVM Bug?

2002-12-22 Thread Andy Meadows
On two separate boxes running AIX 4.3.3 and Java for AIX 1.3.1 (distributed by IBM), I have run into a problem where session state is not being persisted and it would seem that the servlet context is failing too. My problem exists solely on AIX. Using Tomcat 4.1.x on Windows 2000 and RedHat Linux

Servlet Mapping Bug?

2003-01-14 Thread Andy Eastham
Apache, I'll have to edit my web.xml, which wouldn't have been necessary before. Is this a bug, or has it really been changed to better comply with the Servlet spec? Best regards, Andy Eastham -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

BUG tomcat admin

2003-01-21 Thread Jochen Schurich
hello! when i added a new virtual host and then a new context i can't use this new context until i restart my tomcat! i get the following error: WebappClassLoader: Lifecycle error : CL stopped after that i can't restart/remove the context until i restart my tomcat! my configuration: windows200

Possible CLOSE_WAIT bug

2003-01-28 Thread Dan Higgins
Hi, I'd like to verify what I'm seeing is a bug. If I set my maxProcessors sufficiently low (say 5), then run a script from another machine that floods Tomcat with requests for a given JSP, eventually Tomcat stops accepting requests at all. Ok, that's to be expected when every p

error 500 - bug ?

2002-10-03 Thread "Skorupski Paweł ,(PZUZ)"
Included servlet error: 500 Hi, I keep getting the following error. The problem occurs when I changed (even one letter) in any file - is it a bug or my mistake (what is in this case rather not possible). Thanks for help. Paweł Internal Servlet Error: org.apache.jasper.JasperException: Unable

tomcat classloader bug

2002-10-26 Thread Garrett Smith
Hey, I am trying to cast a javax.mail.Session into a javax.mail.Session and I am getting a ClassCastException. this code: Session session; try{ session = (Session) envCtx.lookup(Mailer.url); } catch(ClassCastException cce){ throw new ClassCastException("envCtx.loo

ant deployTask BUG

2002-11-18 Thread Alexander ten Bruggencate
Hi list, I think I've found a bug in the ant deployTask. The bug is that not the entire contents of a war file is unpacked by the manager app. Used tools: RH8, Tomcat 4.1.12, java 1.4.1 and ant 1.5. a (more) lengthy description of my problem: structure of my war file (step.war): META-INF/

Tomcat 5.0.2 Bug

2003-05-30 Thread Ed Smith
I think there is a bug in Tomcat 5.0.2 (at least under Windows XP) dealing with placing a $ before (at least some) tags. Consider the following JSP: $ In Tomcat 4.1.24, this generates the following HTML (as expected) $foo In Tomcat 5.0.2, it generates

Tomcat Bug #7013

2002-07-25 Thread Yash
Hi Group, I am yash,. I Have a Query ,There is a bug in tomcat ,7013-Entering a servlet path with non-ISO8859-1 charact Can any body suggest me ,this bug has been fixed or not,if yes then in which release it has been fixed. Please reply very urgently.It is very important Regards Yash

bug JDK 1.3

2002-03-19 Thread vmfa
Hi, I was reading this document:Working with the Jakarta NT Service I am working with tomcat 3.3a this document told about a bug in Java 1.3 "Notice for JDK 1.3 users: There is a known problem in JDK 1.3 that affects Java applications being run as Windows NT services. The bug cause

bug Java 1.3

2002-03-19 Thread vmfa
Hi, I was reading this document:Working with the Jakarta NT Service I am working with tomcat 3.3a this document told about a bug in Java 1.3 "Notice for JDK 1.3 users: There is a known problem in JDK 1.3 that affects Java applications being run as Windows NT services. The bug cause

Bug ?!? redirector - cookies

2002-04-24 Thread Maarten Eerdekens
t was base64 endoded) except for that last '=' character base64 strings often end with. When I accessed the webapp through port 8080 (not through IIS) the values of the cookies entered normal again. Looks to me as a bug in the redirector. Greetings, Maarten

HttpSession invalidate bug???

2002-05-21 Thread Chris Wilson
and the HTTPSession API methods." If I can't call getMaxInactiveInterval() on an invalidated session, how can I determine if the session was invalidated due to time out? Is this a bug in Tomcat? It seems so since it doesn't follow the API docs for this call. Thanks in advance for

Java file bug

2001-12-28 Thread Law Kim Soon
Hi all, I can't solve the problem in Lesson14.java.Hope to get some help here. Error message - cannot resolve symbol -basically,the errors are about the classes(DriverManager,ResultSet,PreparedStatement,Connection...) I hope u guys can help me solve these bugs Lesson14.

Re: mod_jk bug ?

2002-01-24 Thread Pae Choi
the servlet with IE or Netscape on > Windows. > > Tested platform : > OS : Solaris 8, Windows 2000 > Web server : Apache 1.3.22 > Tomcat version : 4.0.1 and 4.0.2b2 > mod_jk version : 1.0 and 1.1 come with Tomcat 3.3 and Tomcat 3.2.4 with > AJP13 > > Is this a bug in Tomc

bug?? linux7.1 & tomcat4.0.1

2002-01-25 Thread Dean Hiller
I have redhat linux 7.1 jdk1.3.1_02 tomcat 4.0.1 tomcat works, BUT all images come across corrupted on IE and netscape. Is there a bugfix/work around to fix this problem. Also, why does the jdk have to be installed? Why can't we just use the JRE? One more thing is the DOCS should mention th

RE: mod_jk bug ?

2002-01-25 Thread Ignacio J. Ortega
> De: Ching-Kuan Thum [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 24 de enero de 2002 15:35 > Para: [EMAIL PROTECTED] > Asunto: mod_jk bug ? > > > Hi, > > I encountered the following error when accessing any java > servlet(e.g.http://localhost/servlet/Sno

RE: mod_jk bug ?

2002-01-25 Thread Ching-Kuan Thum
Ascii.java is available in server\lib\tomcat-util.jar of TC4.0.x distribution. The exception could be due to mod_jk incorrectly passing of URL to the java code or a bug in Java code of Tomcat util. I have searched the mailing and seen few mails regarding Exception which is close to what I have

Re: mod_jk bug ?

2002-01-25 Thread Remy Maucherat
> > Hi, > > > > I encountered the following error when accessing any java > > servlet(e.g.http://localhost/servlet/SnoopServlet) through > > Internet Explorer > > of PocketPC : > > Maybe IE for PocketPc is sending some kind of malformed HTTP Request? >

Session Definition Bug?

2004-10-24 Thread Bill Winspur
connect from a browser on another host, the session listener is invoked only on the first request, as expected, and the app functions normally. Is there a configuration fix for this problem, or should I report it as a bug? Thanks, Bill

Re: Tomcat bug?

2004-11-02 Thread Tim Funk
ins that it cannot compile the class for my JSP. Is this behaviour expected or is it a bug? Regards, Behrang S. JSP page: - <%@ page contentType="text/html;charset=UTF-8" language="java" %> Simple jsp page Exception: -- HTTP Status 500 - type Excepti

Re: Tomcat bug?

2004-11-03 Thread Behrang Saeedzadeh
Hi Tim Thanks for the reply. I just downloaded Tomcat 5.0.28 and tested my sample page with that too and I'm still getting the same exception. Be sure that you don't insert a newline after the " Best Regards, Behrang S. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ --

Re: Tomcat bug?

2004-11-03 Thread Tim Funk
Ahh .. I see now. I filed a bug -Tim Behrang Saeedzadeh wrote: Hi Tim Thanks for the reply. I just downloaded Tomcat 5.0.28 and tested my sample page with that too and I'm still getting the same exception. Be sure that you don't insert a newline

Re: Bug using  ?

2004-11-22 Thread Gili
;m new to JSP 2.0 but I haven't > found a solution for this problem >online. Is this a bug in Tomcat? I saw multiple refereces online where they >say you need to add >[] > to the declaration, but as far as I know, JSP 2.0 > doesn't *have* a DOCTYPE declaration so I >can't insert an anywhere. Could someone please help? How would I fix >this code? >Thanks, >Gili

RE: Bug using  ?

2004-11-23 Thread Shapira, Yoav
Hi, Under JSP 2.0 in strict XHTML mode (not just JSP 2.0 in general), yup, you got it. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Gili [mailto:[EMAIL PROTECTED] >Sent: Monday, November 22, 2004 11:13 PM >To: [EMAIL PROTECTED] >Subject

RE: Bug using  ?

2004-11-23 Thread Benson Margulies
Sent: Monday, November 22, 2004 11:13 PM To: [EMAIL PROTECTED] Subject: Re: Bug using  ? Solved by replacing   with &nbsp;. Under JSP 2.0 you apparently need to double-escape entity tags. Gili On Mon, 22 Nov 2004 21:38:15 -0500, Gili wrote: >Hi, > I've got a small te

ServletContextListener lifecycle bug?

2004-12-02 Thread Morley Howell
. Has anyone else experienced this behaviour? Is this behaviour intentional for some reason, or is this a bug? Thanks, Morley Howell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.0.19 Bug

2004-04-24 Thread UmamaheswarKalluru
Hi, I was thinking that Tomcat 5.0.19 has improved over its previous versions. But I lately came to know that this release has bug with it. It has lot of problems in maintaining the session objects. I tested my application on Tomcat 5.0.19 and it gave me lot of session problems. e.g expiring

Tomcat virtualhost bug?

2004-05-24 Thread Trond Hersløv
Hi, I need some help here. Running: Apache 2.0.49, Tomcat 5.0.24 and jk2 2.0.4. Tomcat and the webserver running on separate machines. The webserver is set up with to virtualhosts. test1.athome.no test2.athome.no workers2.properties is set up so all *.jsp request are sent to Tomcat. [channel

mod_jk2 big bug

2003-11-20 Thread Luca
Clustering with mod_jk2 with sticky session e load balancing works bad. Configuration . |-|.. | Apache 2.0.x |.. .___|mod_jk2 |.. .| |-||.

ThreadDeath bug 27371

2004-08-11 Thread Allistair Crossley
Hey Yoav, Did you see the latest update to the ThreadDeath bug @ http://issues.apache.org/bugzilla/show_bug.cgi?id=27371 One of our developers here is getting this error on his local TC 5.0.25 every single compile without fail, and the spooky thing is - this is a brand new TC image from my

wrong name bug

2004-08-18 Thread Xeth Waxman
Hello all: I am getting an error with my jsp page that I can't figure out - saw a couple things on google about it, but no answers yet. My application is named CFCAdmin, and has a jsp in the folder named index.jsp. When I point my broswer to http://localhost:8080/CFCAdmin, I get the following er

GenericPrincipal classcast BUG

2004-08-24 Thread A
Developers - I have read the WIKI about problems with classcast of a java.lang.Security object. Here it is http://wiki.apache.org/jakarta-tomcat/Tomcat/Howto Even though i have System.out.println statements in my implementation of the Principal class - and i know that my principal is being

Bug in trimSpaces?

2004-09-09 Thread Brad Neuberg
I think I found a bug in the Tomcat's JSP compiler. In our app, its causing some of our CSS styles to be flaky when we set trimSpaces to be true. (To work around, we can just put something static in between the two adjacent EL expressions.) --- When trimSpac

Tomcat Manager bug ?

2003-09-02 Thread
Hi all. I used to use the tomcat manager to restart my apps on previous version of tomcat. But since I've moved to tomcat 4.1.27 I get a http 503 error when accessing an app reloaded by the tomcat manager. I have to restart tomcat to make it work well again (or to stop then start again the app). A

RE: bug #21252

2003-09-02 Thread John Corrigan
D] Subject: bug #21252 Hi, I've run into the same problem as described by http://issues.apache.org/bugzilla/show_bug.cgi?id=21252 (I'm using Tomcat 4.1.27). The bug report's comments say that this issue has been fixed. Anyone knows in what version? Thanks Dmitry Here's

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
At 12:03 PM 9/2/2003, you wrote: I'm assuming that you are running under windows since you didn't specify the environment. What is that path to the jvm.dll being used by Tomcat? Yep, that bug is indeed windows specific. The JDK path is "c:\java\j2sdk1.4.1_02". I'm lau

RE: bug #21252

2003-09-02 Thread John Corrigan
Have you tried placing the values for the switches inside quotes? Since your paths contain spaces that would seem to be an issue. -Original Message- From: Dmitry Beransky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:21 PM To: Tomcat Users List Subject: RE: bug #21252

Re: bug #21252

2003-09-02 Thread Marco Tedone
AIL PROTECTED]> Sent: Tuesday, September 02, 2003 9:40 PM Subject: RE: bug #21252 > Have you tried placing the values for the switches inside quotes? Since > your paths contain spaces that would seem to be an issue. > > -Original Message- > From: Dmitry Beransky [mailto:[EMAIL P

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
olvable at all? I'm a bit confused as there is a comment in the bug report left by Remi Maucherat that indicates that the issue has been resolved. Dmitry At 01:40 PM 9/2/2003, you wrote: Have you tried placing the values for the switches inside quotes? Since your paths contain spaces that w

RE: bug #21252

2003-09-02 Thread John Corrigan
Why is the the location of the JDK a problem here? The endorsed directories and classpath seem to be the problem to me. -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:44 PM To: Tomcat Users List Subject: Re: bug #21252 Yes, the

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
At 01:55 PM 9/2/2003, John Corrigan wrote: Why is the the location of the JDK a problem here? The endorsed directories and classpath seem to be the problem to me. As far as I can see the only problem is (just like the bug report says) the total length of the invocation command. Here are the

Re: bug #21252

2003-09-02 Thread Marco Tedone
on under a path without spaces and everything worked fine. Marco - Original Message - From: "John Corrigan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003 9:55 PM Subject: RE: bug #21252 > Why i

RE: bug #21252

2003-09-02 Thread John Corrigan
ailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 2:11 PM To: Tomcat Users List Subject: Re: bug #21252 Well, it's a known issue that spaces in the path causes problems in java. It's more than one year that I don't install neither java nor Tomcat under /Program Files/... beca

Re: bug #21252

2003-09-02 Thread Remy Maucherat
Dmitry Beransky wrote: I just moved the tomcat installation to c:\tomcat and that solved the problem. I guess the invocation command was indeed getting too long. I'm fine for now, but the way I structure my dev projects, I'll be adding more paths in the future, so this problem may yet return.

File upload Bug?

2003-09-03 Thread Tom Lyle
Hi All, I'm using the o'reilly mutipart request classes to upload files using a servlet and its happily working using Tomcat 4.1.18. However, i've upgraded to the tomcat 4.1.27 and a certain file (just a jpg) causes the upload to fail with an java.io.IOException: unexpected end of part. Now i can

Bug in ErrorDispatcherValue?

2003-09-05 Thread Mike Cherichetti \(Renegade Internet\)
I've had this happen twice in the past two days on two rather busy servers. Both are running RedHat Linux 7.3, IBM JDK 1.4.1, and Tomcat 4.1 (one is 4.1.24 and the other is 4.1.27). After these exceptions hit the error log, Tomcat stops responding: 2003-09-05 06:33:06 ErrorDispatcherValve[www.my

security constraint bug?

2004-02-22 Thread Brandon Goodin
I have the following security constraint specified in my web.xml: Customer Area /customer/* customer When I go to the following url it gets blocked. http://phase.zapto.org:8282/customer.do I'm assuming this is a bug. Is i

Tocat 5.0.19 Bug ?

2004-03-18 Thread João Augusto Charnet
Hello, I'm having some trouble with tomcat 5.019 running in a linux Box. One I update any of my JSP's, without restarting Tomcat, Tomcat is supposed to re-compile the JSP since it has been modified. But at some point I get an error from Tomcat telling me that it didn't find Java's tool.jar. An

Sporadic Session Bug

2005-01-13 Thread Tyson Nunemacher
s that our app will from time to time lose track of an existing session for a split second. We use Java sessions to store only a GUID, which is then used to access a wealth of session-specific info stored in database tables. One way the bug manifests itself is the user will be cruising alon

Re: Tomcat Bug?

2005-01-24 Thread bounce
Geachte relatie, Het door u gebruikte e-mailadres is niet meer actief. U kunt uw e-mailbericht sturen naar [EMAIL PROTECTED] of dit bericht beantwoorden. Bedankt voor uw medewerking, Met vriendelijke groet, ATP Hypotheken Het Spoor 40 3994 AK Houten Tel. 030 750 25 33 Fax. 030 750 25 88 [EMAI

Re: Tomcat Bug?

2005-01-24 Thread Parsons Technical Services
s List" Sent: Monday, January 24, 2005 11:11 PM Subject: Tomcat Bug? Hello! Please Help! It seems Tomcat won't refresh the page... I have this logout.jsp page.. have configured it so many times... deployed it to webapps/elog/web folder but still it's initial logout.jsp appeared...

RE: Tomcat Bug?

2005-01-24 Thread Aris Javier
t: Tuesday, January 25, 2005 1:01 PM To: Tomcat Users List Subject: Re: Tomcat Bug? Empty your browser cache. How are you doing the deploy? Make sure the directory is being removed before redeploy. Are other pages updating? What if you delete the page all together? Doug - Original Message

Re: Tomcat Bug?

2005-01-24 Thread Parsons Technical Services
January 25, 2005 12:07 AM Subject: RE: Tomcat Bug? I've deleted the cookies, ie history, temp files... is this the way to empty browser cache? I've also deleted the whole webapp/elog folder before deployment. but to no avail. thanks aris -Original Message- From: Parsons Technic

Re: Tomcat Bug?

2005-01-24 Thread Drew Jorgenson
to > no avail. > > im using tomcat 5.0.25 on windows 2000... > > is this tomcat 5.0.25 bug? > > Thanks! > Aris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SOLVED: Tomcat Bug?

2005-01-25 Thread Aris Javier
Thanks Drew for your suggestion! It's ok now... =) -Original Message- From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 3:29 PM To: Tomcat Users List Subject: Re: Tomcat Bug? OK, look inside TOMCAT_INSTALL_DIR/work/Catalina/localhost (or whatever

RequestDispatcher.forward: a bug?

2005-03-02 Thread Lionel Farbos
e Context /myNewContext is not deployed, the HTTPresponse is : HTTP/1.1 404 /myNewServlet :-( 1) In other servlets containers, I read that ctx.getRequestDispatcher(...) returns null if the resource is absent. So, Why Tomcat reacts differently ? Is it a bug ? 2) In my case, I'd want

logging problem (bug?)

2005-04-28 Thread matt . pierce
: org.apache.tomcat.util.digester.level = INFO Rather, the only logger I have found that affects it is org.apache.commons. The problem is that this then blocks all of the commons logging which I want. Is there a way that I can just turn down the logging on the tomcat.util.digester package? Is this a bug?

Possible Security Bug

2005-09-28 Thread John Caron
I have a _possible_ bug involving security in Tomcat 5.0.28. I dont see it in the bug database, although it may be described in a way that I didnt search for. I would prefer to send it privately in case its real. If thats not feasible, I will post it here. Or is there a way to put it in the

WebDAV characters bug?

2005-10-03 Thread Roland Rabben
I am using Tomcat 5.5.9 (on Windows XP) and WebDAV to upload files to my server. However it seems to be a bug or limitation in the Tomcat WebDAV that limits the use of some characters I frequently use. Unsupported characters are : ; (semicolon) + (plus) # (pound) I know these are reserved

  1   2   3   4   5   6   7   8   9   10   >