RE: Tomcat and JSF

2008-05-02 Thread jaykay
[] 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.WebappClassLoader validateJarFile INFO: validateJarFile(C:\apache

Re: Tomcat and JSF

2008-05-02 Thread jaykay
org.apache.catalina.startup.Catalina start INFO: Server startup in 1746 ms does the bold faced line mean some thing here? Jay Christopher Schultz-2 wrote: -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

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 validateJarFile INFO: validateJarFile(C:\apache

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: Tomcat and JSF yes, I

RE: Tomcat and JSF

2008-05-02 Thread jaykay
May 2, 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 persists. And what do the logs say now

RE: Tomcat and JSF

2008-05-02 Thread jaykay
a connection took 125 May 2, 2008 12:04:20 PM tt.util.STD error SEVERE: slowDown Data: getting a connection took 110 May 2, 2008 12:05:21 PM tt.util.STD error SEVERE: slowDown Data: getting a connection took 125 Jay jaykay wrote: This is the full log with the shutdown log also First server

Tomcat and JSF

2008-05-01 Thread jaykay
Hi, I have an application running in Tomcat. We have a main controller servlet, which should be loaded when the server starts. So its been specified in the load-on-startup in web.xml. And everything is fine. Now as a first step to change the UI using JSF, I copied the jsf-api.jar and