Re: How to get rid of that Tomcat page? Please help!

2014-11-23 Thread Neven Cvetkovic
Richard, My apologies, I misread your email. You did try your website from different browsers and different computers, an it works ok. My initial response did not assume that. Firstly, Tomcat is a server product that hosts applications. The page you are seeing is the default Tomcat page. Here

Re: Tomcat 8 does not start with java 8 on YOSEMITE

2014-11-23 Thread Ameer Mawia
Hi Fabio, There seems to be an issue with update 40 Early Access release of jre/jdk8(1.8.0_40). Compared with update 20 of jre/jdk8 release, you will see following lines of code has been added to getPlatfromMBeanServer: *for (final PlatformManagedObject o :* *

Re: Tomcat 8 does not start with java 8 on YOSEMITE

2014-11-23 Thread Fabio Ricci
Hi Ameer thank you very much! Indeed this seems to be an issue in for OS X. They just forgot to check-in the code ;) I will follow your suggestion. Linux is working fine with Java 8, tomcat 8. Regards Fabio Kind regards / Meilleures salutations / Freundliche GrĂ¼sse Fabio Ricci semweb

Re: How to get rid of that Tomcat page? Please help!

2014-11-23 Thread Richard Aubry
Neven Thank you very much. Your help was invaluable. I looked at /etc/hosts and found and entry for the site I was trying to reach. I removed that entry and all is fine now. How, when and why that line was added to the hosts file is a mystery for me. Thank you again. Richard Aubry Le

Re: How to setup rewrite valve for angularjs

2014-11-23 Thread Tay Kai Yang
Hi Daniel Thanks for the reply. I have not used a webapp META-INF/context.xml before. So I had tried to refer to online examples. This is what I did. - Create context.xml in webapp/META-INF - This is what I have added in context.xml - - ?xml version=1.0 encoding=UTF-8? -

Re: How to setup rewrite valve for angularjs

2014-11-23 Thread Ameer Mawia
On Nov 24, 2014 8:30 AM, Tay Kai Yang kaiyang@gmail.com wrote: Hi Daniel Thanks for the reply. I have not used a webapp META-INF/context.xml before. So I had tried to refer to online examples. This is what I did. - Create context.xml in webapp/META-INF - This is what I have

Re: How to setup rewrite valve for angularjs

2014-11-23 Thread Ameer Mawia
correction: On Nov 24, 2014 11:54 AM, Ameer Mawia ameer.ma...@gmail.com wrote: On Nov 24, 2014 8:30 AM, Tay Kai Yang kaiyang@gmail.com wrote: Hi Daniel Thanks for the reply. I have not used a webapp META-INF/context.xml before. So I had tried to refer to online examples.

Re: How to setup rewrite valve for angularjs

2014-11-23 Thread Tay Kai Yang
Hi I have tried to add a / to index.jsp. The problem still persist. It consistently complained about resource path null. What is this resource that it is looking for? On Nov 24, 2014 2:25 PM, Ameer Mawia ameer.ma...@gmail.com wrote: On Nov 24, 2014 8:30 AM, Tay Kai Yang kaiyang@gmail.com