Re: Tomcat and JSF

2008-05-02 Thread David Smith
slowDown Data: getting a connection took 203 Jay Caldarale, Charles R wrote: From: jaykay [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat and JSF yes, I removed j2ee.jar. But still the problem persists. And what do the logs say now? - Chuck THIS COMMUNICATION MAY CO

RE: Tomcat and JSF

2008-05-02 Thread jaykay
he-ant-1.7.0\lib;C:\Program > Files\Java\jdk1.5.0_14\lib;C:\apache-tomcat-6.0.14\lib;C:\apache-tomcat-6.0.14\bin;.; > May 2, 2008 11:04:12 AM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > May 2, 2008 11:04:12 AM org.apache.catalina.st

RE: Tomcat and JSF

2008-05-02 Thread jaykay
2008 11:04:19 AM tt.util.STD error SEVERE: slowDown Data: getting a connection took 203 Jay Caldarale, Charles R wrote: > >> From: jaykay [mailto:[EMAIL PROTECTED] >> Subject: RE: Tomcat and JSF >> >> yes, I removed j2ee.jar. But still the problem persis

RE: Tomcat and JSF

2008-05-02 Thread jaykay
org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/32 config=null May 2, 2008 11:01:06 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 893 ms Jay Caldarale, Charles R wrote: > >> From: jaykay [mailto:[EMAIL PROTECTED] >> Subject: RE:

RE: Tomcat and JSF

2008-05-02 Thread Caldarale, Charles R
> From: jaykay [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat and JSF > > yes, I removed j2ee.jar. But still the problem persists. And what do the logs say now? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use

RE: Tomcat and JSF

2008-05-02 Thread jaykay
Hi chuck, yes, I removed j2ee.jar. But still the problem persists. Jay Caldarale, Charles R wrote: > >> From: jaykay [mailto:[EMAIL PROTECTED] >> Subject: RE: Tomcat and JSF >> >> May 2, 2008 9:38:40 AM org.apache.catalina.loader.WebappClassLoader

RE: Tomcat and JSF

2008-05-02 Thread Caldarale, Charles R
> From: jaykay [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat and JSF > > May 2, 2008 9:38:40 AM org.apache.catalina.loader.WebappClassLoader > validateJarFile > INFO: > validateJarFile(C:\apache-tomcat-6.0.14\webapps\ROOT\WEB-INF\l > ib\j2ee.jar) - > jar not l

RE: Tomcat and JSF

2008-05-02 Thread jaykay
ntext [] startup failed due to previous errors". Does this mean anything? Jay Caldarale, Charles R wrote: > >> From: jaykay [mailto:[EMAIL PROTECTED] >> Subject: Re: Tomcat and JSF >> >> May 2, 2008 9:38:40 AM org.apache.catalina.loader.WebappC

RE: Tomcat and JSF

2008-05-02 Thread Caldarale, Charles R
> From: jaykay [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat and JSF > > May 2, 2008 9:38:40 AM org.apache.catalina.loader.WebappClassLoader > validateJarFile > INFO: > validateJarFile(C:\apache-tomcat-6.0.14\webapps\ROOT\WEB-INF\l > ib\j2ee.jar) - > jar not l

Re: Tomcat and JSF

2008-05-02 Thread jaykay
> -END PGP SIGNATURE- > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >

Re: Tomcat and JSF

2008-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay, jaykay wrote: | Now as a first step to change the UI using JSF, I copied the jsf-api.jar and | jsf-impl.jar in to tomcat_dir/webapps/My_Webapp_name/web-inf/lib I presume that you mean .../My_Webapp/WEB-INF/lib | Now the | tomcat server startsu

Tomcat and JSF

2008-05-01 Thread jaykay
. Jay -- View this message in context: http://www.nabble.com/Tomcat-and-JSF-tp16995064p16995064.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-09 Thread Josué Alcalde González
El mié, 08-11-2006 a las 10:11 +0100, Josué Alcalde González escribió: Thanks for your answers. I will talk about my experiences with the solutions. I try to define a mime-type in web.xml, but it didn't work. Studying the source code in Internet Explorer (the file he tries to download), I reali

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Stephen Souness
I'm no JSF expert, but the following might get you somewhere... Do you have a MIME type configured for the url extension(s) that you have for your JSF URLs? I've also seen a recommendation to add the following directive: on the Core JSF FAQ page. -- Stephen Christopher Schultz wrote: -

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josué, Josué Alcalde González wrote: > I am developing a JSF application using tomcat 5.5.20 and myfaces 1.1.4. > > It works perfect in Firefox but IE doesn't show the faces pages, but it > prompts to download. MSIE is a pile of crap. Given your JSP

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Martin Gainty
Subject: Tomcat and JSF. Internet Explorer prompts for download >I am developing a JSF application using tomcat 5.5.20 and myfaces 1.1.4. > > It works perfect in Firefox but IE doesn't show the faces pages, but it > prompts to downl

Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Josué Alcalde González
I am developing a JSF application using tomcat 5.5.20 and myfaces 1.1.4. It works perfect in Firefox but IE doesn't show the faces pages, but it prompts to download. This is my web.xml file: --- http://java.sun.com/xml/ns/

Re: Problems with Tomcat and JSF

2006-10-16 Thread tony81chi
you need to install jsf and jstl refrence files reference files. When downloaded place these in your common\lib directory. Here are the 8 you need from these the reference directories from jstl: standard.jar and jstl.jar from jsf:common-collectors-collection.jar c

Problems with Tomcat and JSF

2006-10-16 Thread Neil B. Cohen
I am just starting to use JSF and I am having a few problems. I'll describe the problems below - if anyone can help me solve them, I'd be most grateful. However, one suggestion I got from another forum was to upgrade to JSF version 1.2. But I've been reading that that requires the latest version of

Fwd: problems with tomcat and JSF on Linux

2006-06-16 Thread Sorin Silaghi
ug to the ubuntu guys so if anybody has or had this problem please let me know. thank you -- Forwarded message -- From: Sorin Silaghi <[EMAIL PROTECTED]> Date: Jun 16, 2006 1:29 PM Subject: problems with tomcat and JSF on Linux To: users@tomcat.apache.org Hello,

problems with tomcat and JSF on Linux

2006-06-16 Thread Sorin Silaghi
Hello, I have just started using Tomcat for developing JSF apps. I've started by making some JSP pages to get the hang of that. And all was great until I switched over to JSF (MyFaces). First of all the server has a bit of a problem with new files added in the webapps directory. Alot of t