Re: JSF and SSI

2007-12-28 Thread Shannon Scott
Thank you for your response. I thought it was the jsf view tag that was generating the HTML/HEAD/SCRIPT tags, but after your note, I realized it was an ajax4jsf tag that was forcing the generation of the HTML/HEAD/SCRIPT tags. Thank you again. Take care. Shannon david delbecq wrote: Shannon

JSF and SSI

2007-12-27 Thread Shannon Scott
Hello, We have been trying to use JSF as a Server Side Include (SSI - .shtml ). The problem is that the jsf adds an extra set of HTML tags to the page ( breaking the page ). We have successfully used jsp pages for SSI in the past. Is there a way to stop tomcat from generating these extra tags

Tomcat 5 SSI crossContext

2007-12-14 Thread Shannon Scott
Hello, I have an application that needs to use server side includes (SSI ). The jsp server side includes work well from the ROOT application, but I am unable to use the jsp from another context as a server side include. I searched the archives and found other folks with this issue, but no

RE: Linux JNI ClassLoad

2006-03-03 Thread Shannon Scott
LD_LIBRARY_PATH which will point to your C object file. This is an uneducated guess, but worth a try. Mike Shannon Scott wrote: Greetings, I have been trying to use some Native C code in one of my applications. I have it working, but after it runs once it fails. The release-notes mention that: To avoid