DO NOT REPLY [Bug 47944] New: JSTL c:forEach only accepts constant attribute values

2009-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47944

   Summary: JSTL c:forEach only accepts constant attribute
values
   Product: Tomcat 6
   Version: 6.0.18
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Jasper
AssignedTo: dev@tomcat.apache.org
ReportedBy: jma...@salo.com


Created an attachment (id=24349)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24349)
Reproduces the above problem

An exception with the text Cannot convert x of type java.lang.Integer to class
java.lang.Number if the begin, end, or step attributes are provided with an EL
${} expression. The x in the above text will be the number it is attempting
to coerce and java.lang.Integer can be replaced with any class that extends
java.lang.Number.

A problem similar to this one was reported for Tomcat 6.0.14 in bug 44766.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47467] Deployment of the war file by URL when contextpath is not specified in Manager Application.

2009-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47467

--- Comment #12 from Uwe Günther u...@cscc.de 2009-10-06 05:32:06 PDT ---
I am still working on this. Code changes are done and tested for Tomcat trunk
(7.0.0) and Tomcat 6.0.x trunk. I am in the process of doing the doc changes in
html-manager-howto.xml and manager-howto.xml in addition to the code changes.

-- 
Kind Regards
Uwe Günther

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47349] WAR file deployment doesn't work in WAN

2009-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47349

Uwe Günther u...@cscc.de changed:

   What|Removed |Added

 CC||u...@cscc.de

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47349] WAR file deployment doesn't work in WAN

2009-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47349

--- Comment #5 from Uwe Günther u...@cscc.de 2009-10-06 05:53:21 PDT ---
Ingolf, does this happen for new applications, never deployed before, or only
for applications you previously undeployed before uploading and deploying it
again?

Did you see any logs appear while this happend?

-- 
Kind Regards
Uwe Günther

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47349] WAR file deployment doesn't work in WAN

2009-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47349

--- Comment #6 from Ingolf Knopf iknopf.bxu...@csc-dd.de 2009-10-06 06:17:09 
PDT ---
I had this problem only on new applications. I've never tried a redeployment of
previously undeployed applications, so I have no idea, if it would have worked.

No logfiles available, I usually had this problem on a tomcat installed at our
customers, where I have no access to the file system (... and 2 minutes ago I
re-tried installing a 15-kByte file per manager upload hoping to find such a
logfile, but this time it worked perfectly. Sorry, effect of demonstration.)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Taglibs website migration

2009-10-06 Thread Rainer Jung
On 05.10.2009 22:11, Henri Yandell wrote:
 This is now live.
 
 The Jakarta side of things has been retired and some redirects exist.
 It's ready to be linked to from tomcat.apache.org.
 
 What do people think is best?
 
 a) A Taglibs entry under the Home link.

+1

 b) Individual entries per Taglib under Download and Documentation.
 c) A Taglibs entry under Download and one under Documentation
 (currently there's not a Taglibs download page - each taglib handles
 its own).
 d) Something else.
 
 Hen
 
 On Sat, Sep 19, 2009 at 2:40 AM, Henri Yandell flame...@gmail.com wrote:
 I've pushed the current state of the Taglibs site out:

http://tomcat.apache.org/taglibs/

 It's not ready to go live, but it gives us a good feel for what's left to do.

 Hen

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47349] WAR file deployment doesn't work in WAN

2009-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47349

--- Comment #7 from Uwe Günther u...@cscc.de 2009-10-06 07:30:49 PDT ---
Thanks Ingolf, I will have a look to reproduce this with the debugger. I will
let you know here. There is a deamonthread where the AutoDeployer of the
HostConfig.java kicks in on a regular base. I had a lock in the manager code
and before the uploaded file gets written to the disk, the upcomming context
gets flaged as serviced by an external application (in our case the /manager
servlet)) to the AutoDeployer part of the HostConfig.java. So from an high
level code review it looks ok, but let me see.

-- 
Kind Regards 
Uwe Günther

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Taglibs website migration

2009-10-06 Thread Henri Yandell
Thanks all - I've gone with option a) and will change if there's a
change of consensus. Should show up on the site in a few hours.

Migration complete :)

Hen

On Tue, Oct 6, 2009 at 6:58 AM, Rainer Jung rainer.j...@kippdata.de wrote:
 On 05.10.2009 22:11, Henri Yandell wrote:
 This is now live.

 The Jakarta side of things has been retired and some redirects exist.
 It's ready to be linked to from tomcat.apache.org.

 What do people think is best?

 a) A Taglibs entry under the Home link.

 +1

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org