DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41912>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41912


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From [EMAIL PROTECTED]  2007-05-11 08:46 -------
Tried this on Windows-XP, but couldn't reproduce the problem. Attached is a
working WAR that uses JSF <h:dataTable> component.

On latest trunk build (tc6.0.x), you can simply deploy the WAR by copying it
into "webapps" directory or by using "manager" web application. 

However on Tomcat 6.0.9 and Tomcat 6.0.10 deploying the attached WAR using
"manager" web application or by copying it into "webapps" directory is throwing
some class-path errors (which looks to be fixed in trunk tc6.0.x). Use the
following workaround for deploying on 6.0.9/6.0.10:

i) Unzip the war to say "C:\TestJSF"

ii) Create a "C:\Deploy_TestJSF.xml" with the following contents:
<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="C:\TestJSF" path="/TestJSF"/>

iii) Start Tomcat and from within a browser run this URL:
http://localhost:8080/manager/deploy?path=/TestJSF&config=file:/C:/Deploy_TestJSF.xml
     Look for following message getting displayed:
OK - Deployed application at context path /TestJSF

iv) Run the JSF application with URL http://localhost:8080/TestJSF/ and click on
hyperlink "JavaServer Faces Page". You will observe JSF page displaying two 
names.

Please test this WAR on Linux and let know if problem still persists.

- Shiva

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to