Re: deploying problem

2007-03-25 Thread Deano!!
well being i cant even get the loging page to show u suppose there is a problem with how my tomcat is setup? Rashmi Rubdi-2 wrote: Although the JSF app worked on Tomcat 5.5, I saw some errors relating to JDBC connection on the console: Cannot load JDBC driver class

Re: deploying problem

2007-03-25 Thread Rashmi Rubdi
On 3/25/07, Deano!! [EMAIL PROTECTED] wrote: well being i cant even get the loging page to show u suppose there is a problem with how my tomcat is setup? Yes, it could be possible. In the past I've had problems with spaces in the installation path, so from then on I never install anything

Re: deploying problem

2007-03-25 Thread Deano!!
cheers, all i did to install it really was jjust choose to install it on the add/remove applications in fedora 6, and it seemed to sort it self out, then i assumed by the manager/admin application fro tomcat working then my project should.. Rashmi Rubdi-2 wrote: On 3/25/07, Deano!! [EMAIL

Re: deploying problem

2007-03-25 Thread Rashmi Rubdi
On 3/25/07, Deano!! [EMAIL PROTECTED] wrote: cheers, all i did to install it really was jjust choose to install it on the add/remove applications in fedora 6, I tested your app on MS Windows XP. May be your JSF app needs to be configured for the Linux environment, for example paths in Linux

Re: deploying problem

2007-03-24 Thread Martin Gainty
PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, March 20, 2007 9:08 AM Subject: Re: deploying problem to tell the truth i really dont truly know, when in the tomcat manager it says that it is running, but when i go into it i get that error message, i then went into full server status

Re: deploying problem

2007-03-24 Thread Deano!!
21-Mar-07 4:20:42 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet Faces Servlet threw exception com.sun.rave.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: Exception in JSP: /Page1.jsp:7 4: f:view 5: ui:page

Re: deploying problem

2007-03-24 Thread Rashmi Rubdi
Hi there, I think JSF questions will be appropriate here: http://forum.java.sun.com/forum.jspa?forumID=427 If you are trying to use Unified EL then you need Tomcat 6.0.x because it is built to JSP 2.1 which supports Unified EL. -Rashmi On 3/24/07, Deano!! [EMAIL PROTECTED] wrote: 21-Mar-07

Re: deploying problem

2007-03-24 Thread Deano!!
but netbeans uses tomcat 5.5 aswell? and it works there jsut not on another tomcat 5.5 -- View this message in context: http://www.nabble.com/deploying-problem-tf3433368.html#a9653538 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: deploying problem

2007-03-24 Thread Rashmi Rubdi
I have manually (independent of an IDE) configured Tomcat 6.0.x , JSF 1.2 and have tried a simple JSF example and the example works on Tomcat 6.0.x. I haven't tested on Tomcat 5.5, but I'm sure if everything is configured correctly things should work. Check your log files for additional

Re: deploying problem

2007-03-24 Thread Deano!!
yeah, well how its all set up is i produce the projects on netbeans 5.5 on my desktop, cause it is quite a demanding ide, and then i wanna run them on my home server which is much less powerful. if i say gave u a link to download my .war could u see it if works on yours? the first page is a long

Re: deploying problem

2007-03-24 Thread Rashmi Rubdi
Sure, post the link to your WAR file, we will take a look at it. I'm heading out so it might take a while for me to respond. -Rashmi On 3/24/07, Deano!! [EMAIL PROTECTED] wrote: if i say gave u a link to download my .war could u see it if works on yours? the first page is a long on page any1s

Re: deploying problem

2007-03-24 Thread Deano!!
http://deansserver.serveftp/InterfacesHCI.war but when u get prompt make sure u change the extension from zip to war, though i have actually uploaded the .war file windows seems to think its a .zip file. thanks Deano!! Rashmi Rubdi-2 wrote: Sure, post the link to your WAR file, we will

Re: deploying problem

2007-03-24 Thread Rashmi Rubdi
I also have Tomcat 5.5 in addition to 6.0, I dropped your WAR file to: C:\dev\apache-tomcat-5.5.12\webapps\InterfacesHCI.war Tomcat unpacked the war, and I was able to successfully access your app on http://localhost:9090/InterfacesHCI/ It shows a login page with yellow text boxes. Then I

Re: deploying problem

2007-03-24 Thread Rashmi Rubdi
Although the JSF app worked on Tomcat 5.5, I saw some errors relating to JDBC connection on the console: Cannot load JDBC driver class 'org.apache.derby.jdbc.ClientDriver' java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver at

RE: deploying problem

2007-03-21 Thread Deano!!
21-Mar-07 4:20:42 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet Faces Servlet threw exception com.sun.rave.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: Exception in JSP: /Page1.jsp:7 4: f:view 5: ui:page

Re: deploying problem

2007-03-20 Thread Rob Kirkbride
Deano, What is the specific error? Rob Deano!! wrote: Hi, yeah im creating a project named InterfacesHCI using netbeans 5.5 with visual web pack, now when running it locally on the machine with netbeans and using bundled tomcat it works fine, but when deploying the .war file to tomcat on my

Re: deploying problem

2007-03-20 Thread Deano!!
to tell the truth i really dont truly know, when in the tomcat manager it says that it is running, but when i go into it i get that error message, i then went into full server status and when i go to my apps part its added a count to the error count in the /faces/ part so i wondered if maybe

Re: deploying problem

2007-03-20 Thread Rob Kirkbride
Deano, What does the log file have to say? Rob Deano!! wrote: to tell the truth i really dont truly know, when in the tomcat manager it says that it is running, but when i go into it i get that error message, i then went into full server status and when i go to my apps part its added a count

Re: deploying problem

2007-03-20 Thread Deano!!
well im a tomcat beginner so where would i find the logs? i realise that sounds like a stupid question but i have only recently starting trying to use tomcat Rob Kirkbride-2 wrote: Deano, What does the log file have to say? Rob Deano!! wrote: to tell the truth i really dont truly

Re: deploying problem

2007-03-20 Thread Deano!!
this is it, http://deansserver.serveftp.com:8080/InterfacesHCI Rob Kirkbride-2 wrote: Deano, What does the log file have to say? Rob Deano!! wrote: to tell the truth i really dont truly know, when in the tomcat manager it says that it is running, but when i go into it i get that

RE: deploying problem

2007-03-20 Thread Propes, Barry L [GCG-NAOT]
usually in the root of the tomcat directory in a folder called logs. At least older versions are. -Original Message- From: Deano!! [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 3:11 PM To: users@tomcat.apache.org Subject: Re: deploying problem well im a tomcat beginner so