switching hosts - new version of tomcat

2006-04-28 Thread L Frohman
I have a myfaces (and Spring and Hibernate) application working with Tomcat 5.0 and java 1.4, I switched servers, and the new server has Tomcat 5.5 and java 1.5, but on the new server, all the .faces pages appear with no output at all - "view source" shows a blank page. There are no error

Re: switching hosts - new version of tomcat

2006-04-28 Thread Dennis Byrne
Try configuring tomcat's MIME types. Perhaps someone else here knows the exact file name - this escapes me now. Dennis Byrne -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 04:47 PM To: ''MyFaces Discussion'' Subject: switching hosts - new

RE: switching hosts - new version of tomcat

2006-04-28 Thread L Frohman
: switching hosts - new version of tomcat Try configuring tomcat's MIME types. Perhaps someone else here knows the exact file name - this escapes me now. Dennis Byrne -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 04:47 PM To: ''MyFaces Discussion

Re: switching hosts - new version of tomcat

2006-04-28 Thread Dennis Byrne
28, 2006 05:04 PM To: ''MyFaces Discussion'' Subject: RE: switching hosts - new version of tomcat I think you mean the web.xml file in tomcat's conf directory. I added an entry for .faces (there was already one for .jsf), but it didn't help. -Original Message- From: Dennis Byrne [mailto

RE: switching hosts - new version of tomcat

2006-04-28 Thread L Frohman
That fixed the problem, thanks. -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 2:11 PM To: MyFaces Discussion Subject: Re: switching hosts - new version of tomcat Oops, I misread your original post. I thought you were saying the HTML