kktec<br />SCJP, SCWCD, SCJD<br />"What we observe is not nature itself, but nature exposed to our method of questioning." - Werner Heisenberg
kktec<br />SCJP, SCWCD, SCJD<br />"What we observe is not nature itself, but nature exposed to our method of questioning." - Werner Heisenberg
Originally posted by Anselm Paulinus:
Does Eclipse support JSF or does it need a plugin? If so is there a free plug in for it?
Originally posted by Ken Krebs:
Margaret,
I have successfully deployed Gregg's tutorial without difficulty.
You can safely ignore the peculiar "selected war files include a WEB-INF/web.xml which will be ignored." message from Ant.
As to the problem deploying, I've run into this situation myself with regard to missing files and it seems to be a Tomcat problem has when it runs into errors. The most certain workaround I know is to :
1. undelpoy the app in Tomcat
2. stop Tomcat
3. remove any files for the app that Tomcat may have failed to remove, including the war
4. restart Tomcat
5. deploy the app
I don't understand why this annoying problem sometimes happens, even in Tomcat 5 which is way better than Tomcat 4 at releasing files and cleaning up after it runs into problem. I hope this helps.
Originally posted by Anselm Paulinus:
Does Eclipse support JSF or does it need a plugin? If so is there a free plug in for it?
- Varun
Originally posted by Varun Khanna:
There is one plugin in sourceforge
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=FacesIDE
Try to google for more.
Originally posted by Gregg Bolinger:
Did you get the java-blogs update in your mail just now too?I was just getting ready to come here and post that as well.
- Varun
Originally posted by Anselm Paulinus:
Does Eclipse support JSF or does it need a plugin? If so is there a free plug in for it?
Originally posted by Margaret Moser:
Hi Ken,
Thanks for responding to my question. In the end I figured out that I had bollixed things up trying to install a different JSF tutorial app, and once I cleaned out the various strange configuration changes it had made things got better.
I have another question now though...I ran into a little error after redeploying, in which Tomcat said it couldn't find the "bundle.Messages" resource. I tried renaming the Message.properties file to Messages.properties, and voila, everything works now. Which is great! but I am wondering why it made a difference to change the filename when the tutorial says the filename doesn't matter as long as it ends in .properties... any ideas?
Margaret
Originally posted by Varun Khanna:
There is one plugin in sourceforge
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=FacesIDE
Try to google for more.
Originally posted by Daniel Gee:
I have used the Struts framework for a while. Now, my employer is considering using JSF. What is the best way to learn JSP quickly?
I can't renounce my name. It's on all my stationery! And hinted in this tiny ad:
Programmatically Create PDF Using Free Spire.PDF with Java
https://coderanch.com/wiki/703735/Programmatically-Create-PDF-Free-Spire
|