Using Eclipse Juno an Tomcat 6

2013-05-21 Thread Kempff, Malte
Hi to all, I just start with JSF and try to set up my IDE, that is Ecipse Juno for Web-Developers and Tomcat 6. Actually I was following the Hints of following page for setting the latest stuff.

Re: Using Eclipse Juno an Tomcat 6

2013-05-21 Thread Владимир Мокрозуб
WEB-INF folder contains meta-information about your application, you shouldn't put your pages there. Instead, put them into WebContent folder. Vladimir M. On 21.05.2013 14:50, Kempff, Malte wrote: Hi to all, I just start with JSF and try to set up my IDE, that is Ecipse Juno for

ist außer Haus.

2013-05-21 Thread Klaus SCHUSTER
Ich werde ab 13.05.2013 nicht im Büro sein. Ich kehre zurück am 27.05.2013. In dringenden Fällen kontaktieren Sie bitte für den Bereich Elba Webcare Fr. Daniela Lasinger (eMail.: lasin...@racon-linz.at - DW: 1478). Für Auswertungen Elbanet: Hr. Markus Nopp (eMail.: n...@racon-linz.at) Sowie für

AW: Using Eclipse Juno an Tomcat 6

2013-05-21 Thread Kempff, Malte
Hi Vladimir, well, I don't put anything to the WEB-INF Folder. What is to find out, why I get those error messages that refer to libraries the server obviously could not find. BTW: I guess my hardcopy of the libraries that were downloaded might be washed away. Here the list I got from MyFaces

RE: Using Eclipse Juno an Tomcat 6

2013-05-21 Thread Kuhn, Harald
Hi Malte, your Tomcat and your application started without any error: INFO: ServletContext 'C:\Temp\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\CMK_JSF_TEST\' initialized. INFO: Server startup in 917 ms Your only problem/warning is:

Re: AW: Using Eclipse Juno an Tomcat 6

2013-05-21 Thread Владимир Мокрозуб
I assume you're confused by these messages? INFO: MyFaces-package : tomahawk not found. INFO: MyFaces-package : tobago not found. etc. These are not errors, just info about some missing custom MyFaces components that are not essential. The set of jars you listed is quite enough. Vladimir

Re: AW: Using Eclipse Juno an Tomcat 6

2013-05-21 Thread José Luis Cetina
Why you dont try apache tomee, you can use the apache stuff out of the box. El 21/05/2013 07:24, Владимир Мокрозуб v...@itc.tambov.gov.ru escribió: I assume you're confused by these messages? INFO: MyFaces-package : tomahawk not found. INFO: MyFaces-package : tobago not found. etc.

AW: Using Eclipse Juno an Tomcat 6

2013-05-21 Thread Kempff, Malte
Hi Harald and Vladimir , Now I see. Yes I was totally confused by those messages that some libraries seem to be missing. But what do I need to download for all these in the market-place of Eclipse? I thought I have read somewhere in te FAQs that the projects like tomahawk would belong to

AW: AW: Using Eclipse Juno an Tomcat 6

2013-05-21 Thread Kempff, Malte
Hi José That might be a nice alternative. Right now I try to understand t use the stuff I already have installed there. And if I once build up things with JFS and put it to some servlet-container, I a not sure I I always have the choice of having tomee there. But thanks for the hint, I 'll come

java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

2013-05-21 Thread Kempff, Malte
Hi to all, The sample JFS using MyFaces Core 2.0.2 seems o work. Now I wanted to try out, if it can handle the default page that is configured in web.xml by enhancing Welcme file list or even replace it. welcome-file-list !-- welcome-fileindex.html/welcome-file

Re: java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

2013-05-21 Thread Karl Kildén
Add JSTL to the classpath. First google hit on your error: http://www.mkyong.com/jsf2/java-lang-classnotfoundexception-javax-servlet-jsp-jstl-core-config/ 2013/5/21 Kempff, Malte malte.kem...@de.equens.com Hi to all, The sample JFS using MyFaces Core 2.0.2 seems o work. Now I wanted to try

JSF Performance: Mojarra improves dramatically with latest release

2013-05-21 Thread Howard W. Smith, Jr.
FYI, JSF Performance: Mojarra improves dramatically with latest release[1] What is MyFaces response to this? :) When I was using Mojarra months ago (before I migrated to MyFaces), I think I voted for this JIRA for tracking purposes, so I still get updates/comments on this JIRA. [1]

ist außer Haus.

2013-05-21 Thread Klaus SCHUSTER
Ich werde ab 13.05.2013 nicht im Büro sein. Ich kehre zurück am 27.05.2013. In dringenden Fällen kontaktieren Sie bitte für den Bereich Elba Webcare Fr. Daniela Lasinger (eMail.: lasin...@racon-linz.at - DW: 1478). Für Auswertungen Elbanet: Hr. Markus Nopp (eMail.: n...@racon-linz.at) Sowie für

Re: JSF Performance: Mojarra improves dramatically with latest release

2013-05-21 Thread Ted
I'm not sure MyFaces needs to respond to this. Did you look at the blog link you posted? MyFaces is still faster than the improved Mojarra... On 5/22/13, Howard W. Smith, Jr. smithh032...@gmail.com wrote: FYI, JSF Performance: Mojarra improves dramatically with latest release[1] What is

Re: JSF Performance: Mojarra improves dramatically with latest release

2013-05-21 Thread Howard W. Smith, Jr.
Agreed/understood..MyFaces is 'still' faster than the enhanced Mojarra. I just like MyFaces users/list to see/know what others are saying and what others are trying to achieve. I migrated from Mojarra to MyFaces, months ago, after reading a similar blog and being advised by some other/expert JSF

Re: JSF Performance: Mojarra improves dramatically with latest release

2013-05-21 Thread Howard W. Smith, Jr.
Forgot to mention (below/inline) On Tue, May 21, 2013 at 9:19 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Agreed/understood..MyFaces is 'still' faster than the enhanced Mojarra. I just like MyFaces users/list to see/know what others are saying and what others are trying to

Re: JSF Performance: Mojarra improves dramatically with latest release

2013-05-21 Thread Leonardo Uribe
Hi I read the article some days ago, but the tests done using the demo booking application shows this: Mojarra 2.1.20 90% line : 79 Througput (Bytes per sec) : 1107.97 Mojarra 2.1.22 90% line : 76 Througput (Bytes per sec) : 1159.97 The fix done improves just a bit, but fundamentally nothing

Re: JSF Performance: Mojarra improves dramatically with latest release

2013-05-21 Thread Howard W. Smith, Jr.
That's the response I was looking for! Thanks Leonardo for the clarification-n-correction! :) On Tue, May 21, 2013 at 9:36 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi I read the article some days ago, but the tests done using the demo booking application shows this: Mojarra 2.1.20 90%